@charset "utf-8";

/* 共通スタイル
---------------------------------------*/
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../img/common/bgBody.gif) left top repeat-x;
	text-align:center;
	font-size:75%;
	color:#484848;
	letter-spacing:1px;
}

div#wrapper {
	width:800px;
	margin:0 auto;
	text-align:left;
}

div#header {
	width:800px;
	height: 97px;
	overflow: hidden;
}

div#header h1 {
	width:101px;
	height:87px;
	margin-top:10px;
	margin-left:61px;
	float: left;
}

div#main {
	background:url(../img/common/bgMainSide.jpg) right top repeat-y;
	margin-top: 5px;
	padding-left: 75px;
	padding-right: 78px;
	padding-bottom: 0em;
}

div#main p {
	line-height:1.6;
	margin-bottom: 1em;
}

div#footer {
	padding-top:14px;
	clear: both;
}

div#footer address {
	line-height:1.3;
	padding-left: 1em;
	float: left;
}

div#footer div#copyright {
	float:right;
}

div.pdgLft18 {padding-left: 18px;}
div.pdgLft36 {padding-left: 36px;}

/* ヘッダーメニュー
---------------------------------------*/
#headerMenu{
	height:43px;
	width:484px;
	float:right;
	margin-top: 54px;
}

#headerMenu ul{
	width:484px;
	height:43px;
}

#headerMenu ul li{
	height:43px;
	float:left;
	display:block;
}

#headerMenu ul li a{
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	height:43px;
	display:block;
	background: url(../img/common/bgHeadMenu.png) left top no-repeat;
	text-decoration: none;
}

#headerMenu ul li#hM01 a{
	background-position: 0 0;
	width:71px;
}
#headerMenu ul li#hM02 a{
	background-position: -71px 0;
	width:90px;
}
#headerMenu ul li#hM03 a{
	background-position: -161px 0;
	width:89px;
}
#headerMenu ul li#hM04 a{
	background-position: -250px 0;
	width:117px;
}
#headerMenu ul li#hM05 a{
	background-position: -367px 0;
	width:117px;
}

#headerMenu ul li#hM01 a:hover,#headerMenu ul li#hM01 a.now {background-position: 0 -43px;}
#headerMenu ul li#hM02 a:hover,#headerMenu ul li#hM02 a.now {background-position: -71px -43px;}
#headerMenu ul li#hM03 a:hover,#headerMenu ul li#hM03 a.now {background-position: -161px -43px;}
#headerMenu ul li#hM04 a:hover,#headerMenu ul li#hM04 a.now {background-position: -250px -43px;}
#headerMenu ul li#hM05 a:hover,#headerMenu ul li#hM05 a.now {background-position: -367px -43px;}


span.necessary { color:#FF0000; }

