@charset "utf-8";
/* CSS Document */

/*======================================

ボディ

=======================================*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #F3F3F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #3EC1F9;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3EC1F9;
}
a:hover {
	text-decoration: none;
	color: #7D0005;
}
a:active {
	text-decoration: underline;
	color: #3EC1F9;
}
/*======================================

ヘッダー

=======================================*/
#base #header {
	background-image: url(background.jpg);
	height: 400px;
	width: 228px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-right: 100px;
	margin-left: 100px;
	float: left;
}
#base #header h1 {
	color: #666666;
	text-align: center;
	line-height: 100px;
	margin: 0px;
}
/*======================================

メニュー

=======================================*/
#base #header #menu {
	padding: 0px;
	list-style-type: none;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#base #header #menu a {
	background-image: url(ov.png);
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#base #header #menu a:hover {
	font-weight: bold;
	color: #F0F0F0;
	letter-spacing: .1em;
}
/*======================================

メイン

=======================================*/
#top #base .main {
	float: left;
	width: 60%;
	padding-top: 50px;
	padding-bottom: 50px;
}
#base .main .t {
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #44CBFB;
	color: #666666;
	background-color: #FFFFFF;
}
#base .main .td {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 1.8em;
}
#top #base #footer {
	font-size: .9em;
	line-height: 70px;
	text-align: center;
	clear: both;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #F3F3F3;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}