@charset "utf-8";
/*------------------------------------------------
common（共有設定）
--------------------------------------------------*/
body{ background:url(../img/back.png) repeat center top;}
.head{
	width:920px;
	margin:0 auto;
}
header{
	background:url(../img/header_bg.png) no-repeat center top;
	height:100px;
}
.head{
	width:920px;
	margin:0 auto;
}
h1 a{
	width:283px;
	height:100px;
	background:url(../img/h1_header.png) no-repeat left top;
	text-indent:-10000px;
	display:block;
	float:left;
}
header nav{
	float:right;
	width:610px;
	height:30px;
	margin-top:35px;
}
header nav li a{
	background:no-repeat left top;
	height:30px;
	text-indent:-10000px;
	display:block;
	float:left;
}
header li.nav01 a{
	background:url(../img/header_nav01.png);
	width:188px;
}
header li.nav02 a{
	background:url(../img/header_nav02.png);
	width:100px;
}
header li.nav03 a{
	background:url(../img/header_nav03.png);
	width:148px;
}
header li.nav04 a{
	background:url(../img/header_nav04.png);
	width:174px;
}
.totop a{
	width:26px;
	height:40px;
	background:url(../img/totop.png) no-repeat left top;
	margin:60px auto 0;
	display:block;
	text-indent:-10000px;
}
footer {
	height:400px;
	background:url(../img/footer_bg.png) repeat-x center top;
}
.foot{
	width:920px;
	margin:0 auto;
	padding:0 20px;
}
.footerleft{
	margin-top:70px;
	width:340px;
	float:left;
}
footer h1{
	background:url(../img/h1_footer.png) no-repeat left top;
	width:269px;
	height:110px;
	text-indent:-10000px;
}
footer address{
	color:#003F10;
	font-style:normal;
}
footer .copyrights{
	font-size:10px;
	color:#7E9C7C;
	margin-top:10px;
}
footer nav{
	width:527px;
	height:28px;
	float:right;
	margin-top:115px;
}
footer nav li a{
	background:no-repeat left top;
	height:28px;
	text-indent:-10000px;
	display:block;
	float:left;
}
footer li.fnav01 a{
	background:url(../img/footer_nav01.png);
	width:165px;
}
footer li.fnav02 a{
	background:url(../img/footer_nav02.png);
	width:90px;
}
footer li.fnav03 a{
	background:url(../img/footer_nav03.png);
	width:125px;
}
footer li.fnav04 a{
	background:url(../img/footer_nav04.png);
	width:147px;
}
#topimage { background:#000000;}
#topimage h2 {
	width: 100%;
	max-width:1180px;
	height:275px;
	text-indent:-10000px;
	margin:0 auto;
}
em {
	font-style:normal;
	font-weight:bold;
	color:#D80000;
}