@charset "Shift_JIS";/*使用する文字コード*/
body {
	padding-top: 0px;
	background-color: #01111d;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	letter-spacing: 1px;
}
a {
	color: #FFF;font-size: 14px;
}
a:hover {
	color: #01a9c0;
}
.clear{
	text-align : center;
	padding-top : 4px;
	padding-bottom : 4px;
}
h1 {
	
	line-height: 16px;
	font-size: 14px;
}
h2 {
	font-size: 16px;
	padding-top : 15px;
	padding-left : 15px;
	padding-bottom : 5px;
	border-bottom-width : 4px;
	border-bottom-style : solid;
	border-bottom-color : #e6f9f5;
}
h3 {
	font-size: 12px;
}
p {
	font-size: 14px;
	padding-top : 2px;
	padding-bottom : 2px;
}
#container {
	margin: 0px auto;
	width:873px;
}
#menu {
	background-image:url(images/menu.gif);
	width:873px;
	height:71px;
	position:relative;
}
#menu li{
	position:absolute;
	top:50px;
	
	list-style-type: none;
}

#m01 {left:160px;}
#m02 {left:305px;}
#m03 {left:450px;}
#m04 {left:590px;}
#m05 {left:730px;}

#menu a{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}
#menu a:hover {
	color: #01a9c0;
}
#header {
	background-image:url(images/header.gif);
	background-repeat:repeat-y;
	width:873px;
	height:340px;
}

#header h2 {
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-top : 0px;
	padding-left : 15px;
	border-bottom-width : 4px;
	border-bottom-style : solid;
	border-bottom-color : #e6f9f5;
	width:730px;
	margin-left : 60px;
}

#middle2 {
	background-image:url(images/middle2.gif);
	width:873px;
	height:22px;
}
#content {
	background-image:url(images/content.gif);
	width:873px;
}
#left {
	text-align: left;
	float:left;
	width:435px;
	margin: 0px 0px 0px 85px;
	display:inline;
}

#right {
	text-align: left;
	float:right;
	width:258px;
	height:auto;
	margin: 0px 62px 20px 0px;
	display:inline;
}
#right a img{
	margin: 8px 8px 8px 0px;
	border: none 0px #FFFFFF;
}
#footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:873px;
}
#footer p{
	height:58px;
	width:873px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	font-size:11px;
}
#footer a {
	color: #bbb;font-size: 10px;
}
#footer a:hover {
	color: #01a9c0;
}
