@charset "utf-8";
/* CSS Document */


/* All,link,header,menu, rightbody,footer


............................................*/

/*All*/

*{
	margin:0;
	padding:0;
}

body{
	background-image:url(../img/bg_42.gif);
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height:1.4;
	color:#9A9393;

}

#wrapper{
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
}

li{
	list-style-type:none;
}

.green{
	color:#439A00;
	line-height:1.7;
}



/* Anchor */

a:link{
	color:#505E8F;
	text-decoration:none;
}

a:visited{
	color:#505E8F;
	text-decoration:none;
}

a:hover{
	color:#2DAADC;
}

a:active{
	color:#999999;
}

/* header */
#header{
	width:900px;
	height:45px;
	border-bottom:6px solid #2DAADC;
	
}

#header h1{
	width:265px;
	height:35px;
	padding-top:10px;
	margin-left:8px;
	float:left;
	
}


#header h2{
	color:#666;
	margin-left:307px;
	padding-top:30px;
	font-size:10px;
	font-weight:500;

}


/* Menu */

#menu{
	width:900px;
	height:56px;
	margin:0;
	background-image:url(../img/menu_ber.gif);
}

ul#main li{
	float:left;
	text-indent:-9999px;
}

ul#main li a{
	display:block;
	width:150px;
	height:56px;
	background:url(../img/menu_ber.gif) no-repeat;
	overflow:hidden;
}

ul#main li.m01 a{
	width:152px;
	background-position:0 0;
}

ul#main li.m02 a{
	background-position:-152px 0;
}

ul#main li.m03 a{
	background-position:-302px 0;
}


ul#main li.m04 a{
	background-position:-452px 0;
}

ul#main li.m05 a{
	background-position:-602px 0;
}

ul#main li.m06 a{
	width:148px;
	background-position:-752px 0;
}


ul#main li.m01 a:hover{
	background-position:0 -56px;
}

ul#main li.m02 a:hover{
	background-position:-152px -56px;
}

ul#main li.m03 a:hover{
	background-position:-302px -56px;
}


ul#main li.m04 a:hover{
	background-position:-452px -56px;
}

ul#main li.m05 a:hover{
	background-position:-602px -56px;
}

ul#main li.m06 a:hover{
	background-position:-752px -56px;
}





/* footer */

#footer1{
	clear:both;
	width:900px;
}

#submenu p.minimenu{
	color:#505E8F;
	margin-left:8px;
	float:left;
	font-weight:500;
}

#submenu p.pagetop{
	margin-left:787px;
	font-weight:500;
	
}

#footer a:link{
	color:#999;
}

#footer a:visited{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	color:#666;
}

#footer a:active{
	color:#333;
}



#footer p.footermenu{
	margin:15px auto 15px 8px;

}

#footer p.footermenu a{
	margin-right:1em;
}

h4.copyright{
	width:900px;
	height:21px;
	background-color:#2daadc;
	margin-bottom:0;
	color:#FFFFFF;
	text-align:center;
	padding-top:4px;
	font-weight:400;
	font-size:12px;
}



