@charset "utf-8";
@import url("../css/common.css");

/*トップ*/
#header h1 {
	text-align:center;
	color:#fff;
	font-size:12px;
	padding-left:20px;
	padding-right:0;
	z-index:10;
	position:relative;
	height:20px;
}

#mainContents {
	background: url(../images/back_main.jpg) repeat-y center top;
	/*background: url(../images/back_main_bottom.jpg) no-repeat center bottom;*/
}
#header {
	background: url(../images/index_header.jpg) no-repeat;
	/*background:#000;*/
	width:780px;
	height:355px;
	text-align:left;
	padding-top:15px;
	position:relative;
	line-height:1.4;
}
#mainContents h2 {


}
#flash {
	position:absolute;
	top:15px;
	left:15px;
	z-index:1;
}
#header dl {
	width:350px;
	text-align:center;
	letter-spacing:-1px;
	position:relative;
	/*right:50px;
	top:240px;*/
	z-index:10;
	font-size:12px;
	margin-left:380px;
	margin-top:205px;
	line-height:1.4;
}
#header dl dt {
	height:34px;
}
#header ul {
	height:40px;
	position:relative;
	/*right:59px;
	top:279px;*/
	z-index:10;
	line-height:1.4;
	margin-left:389px;
	margin-top:-44px;
}

#header ul li {
	float:left;
	padding-left:35px;
	padding-right:35px;

}
#header div {

}
.mainBox {
	background: url(../images/footer.jpg) no-repeat center bottom;
	text-align:left;
	overflow:auto;
	padding-bottom:25px;
	width:725px;
	padding-left:55px;
}

h2 {
	width:670px;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #2c9f2c;
	color:#2c9f2c;
	text-align:center;
	margin-bottom:10px;
}
.links li {
	float:left;
	margin-right:9px;
	margin-bottom:10px;
}
.banner {
	width:470px;
	padding-left:100px;
	padding-right:100px;
	text-align:center;
}
.banner li {
	display:inline;
}
.banner li img {
	margin-bottom:10px;
}
.links,
.mainBox {
	display: inline-block;
}
.links:after,
.mainBox:after {
	content: "."; 
	display: block;
	height: 0;
	line-height:0; 
	font-size: 0.1em;
	clear: both; 
	visibility: hidden; 
}
