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

body {
	margin:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*ベース用リンク

-----------------------------------------------------------*/

a:link {color:#419cd9;text-decoration:underline;background-color:none;}

a:visited {color:#419cd9;text-decoration: underline;background-color:none;}

a:active {color:#419cd9;text-decoration: underline;background-color:#none;}

a:hover {color:#666;text-decoration: underline;background-color:#none;}



h1,h2,h3,h4,h5 {margin:0;}

#wrap {
	width:1000px;
	margin: 0 auto;
	background:url(../images/flower_bg2.gif) repeat-y;}
	
 #wrap:after{content:"."; clear:both; height:0; display:block; visibility:hidden;}
 * html #wrap{display:inline-block;}
 *:first-child+html #wrap{display:inline-block;}

#container { 
	width: 900px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background:url(../images/flower_bg.gif) repeat-y;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}

 #container:after{content:"."; clear:both; height:0; display:block; visibility:hidden;}
 * html #container{display:inline-block;}
 *:first-child+html #container{display:inline-block;}

#pankuzu {
	clear:both;
	margin:0px 0px 0px 150px;
	padding:5px 0px 5px 20px;
	background:#E8E8E8;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica;
	color:#419cd9;
}




#mainContent {
	width:710px;
	float:right;
	margin: 0 20px 0 0px;
}





/* FOOTER--*/
#footer{ width:100%; clear:both; background:#9bbbdf; padding:10px;}

#footer .footer_box{ width:900px; margin:0 auto; clear:both;}
 #footer .footer_box:after{content:"."; clear:both; height:0; display:block; visibility:hidden;}
 * html #footer .footer_box{display:inline-block;}
 *:first-child+html #footer .footer_box{display:inline-block;}

#footer ul.footer_menu{ float:left; clear:both; width:400px;}
#footer ul.footer_menu li{float:left; font-size:77%; display:block;}
#footer ul.footer_menu li a{ color:#000; text-decoration:none;}
#footer ul.footer_menu li a:hover{ color:#0f6cb6; text-decoration:none;}

#footer address{ float:right;}


.Clearfloat{ clear:both;}
