@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;}

#container { 
	width: 900px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
#header {
	width:880px;
	background: #9bbcdf; 
	padding: 0 10px;
	min-height:1px;
} 
#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	float:left;
	width:140px;
}

#header .boxR {
	float:right;
	background: #9bbcdf;
	width:740px; 
}

#boxR .selectLang {
	width:111px;
	float:right;
	padding-top:10px;
	padding-left:40px;
}

#boxR .selectLang ul,#boxR .selectLang li {
	margin:0; padding:0;
	float:left;
	list-style:none;
}

#boxR .menu {
	width:710px;
	float:right;
	padding-bottom:5px;
}

#boxR .menu ul,#boxR .menu li {
	margin:0; padding:0;
	float:left;
	list-style:none;
}

/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
#header:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#header{ display:inline-table; }

/* Mac IE には適用させない \*/
* html #header { height:1px; }
#header { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */	

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




#mainContent {
	width:900px;
	margin:20px 0px 20px 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;}
