@charset "utf-8";
/* common.css */

html,body {
	height:100%;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Osaka,Sans-Serif;
	font-size: 90%;
	line-height: 1.4;
	text-align: center ;
} 
#header p {
	text-align: center;
	background-color: #1e130f;
}


 /* --- header
---------------------------------------------*/

#globalmenu {
	text-align: center;
}
#globalmenu #globalmenuinner {
	width: 1000px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}

#globalmenu h1 {
	margin-top: 21px;
	margin-bottom: 21px;
	float: left;
}

#globalmenu ul{
	float: right;
}

#globalmenu ul li{
	float: left;
	margin-top: 21px;
	margin-bottom: 21px;
}

#maincontents {
	background-color: #e9f0f4;
	background-image: url(../../img/bg01.jpg);	
	background-repeat: repeat-x;
	background-position: center top;
}

#maincontents #about {
	width: 1000px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#maincontents #about #aboutsec01 {
	float: left;
	width: 500px;
	margin-bottom: 20px;
}
#maincontents #about #aboutsec01 h2 {
	margin-top: 21px;
}
#maincontents #about #aboutsec01 dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

#maincontents #about #aboutsec01 dl dt {
	float: left;
}
#maincontents #about #aboutsec02 {
	float: right;
	width: 390px;
	margin-bottom: 20px;
}
#maincontents #about #aboutsec02 .mapicon {
	text-align: right;
}

#wrapper #footer {
	text-align: right;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	margin-top: 20px;
	margin-bottom: 20px;
}
