@charset "utf-8";
/* CSS Document */

section {
	width:960px;
	margin:0 auto;
}
header {
	background:url(../img/index/h_bg.png) repeat-x 0 0;
	height:95px;
	background-color:#FFF;
}

h1 {
	float:left;
	padding:22px 0 0 0;
}
h2 {
	float:right;
	padding:20px 0 0 0;
}
h3 {
	padding:0 0 30px 0;
	line-height:0;
}
h4 {
	padding:0 0 20px 0;
	line-height:0;
}

h5 {
	font-size:16px;
	font-weight:bold;
	color:#468C00;
	background:url(../img/common/sub_ttl_bg.png) no-repeat 0 bottom;
	padding:0 0 5px 0;
	margin:0 0 0 16px;
}

nav {
	background:url(../img/common/navi_bg.png) repeat-x #FFF;
	height:61px;
}
nav ul {
	width:961px;
	margin:0 auto;
	background-color:#FFF;
}
nav li {
	float:left;
	line-height:0;
}

#wrap {
	background:url(../img/common/main_bg.png) repeat-x #FFF7DE;
}


#wrap2 {
	background: #FFF7DE;
}

#contents {
	width:925px;
	margin:0 auto 50px auto;
	background:#FFFFFF;
	padding:30px 18px;
	text-align:left;
}

.pagetop {
	text-align:right;
	padding:0 0 30px 0;
}

footer {
	clear:both;
	padding:25px 0 30px 0;
}
#fLeft {
	float:left;
	width:40%;
}
#camp {
	font-weight:bold;
	padding:0 0 15px 0;
}
#fRight {
	float:right;
	width:60%;
	text-align:right;
}
#fMenu {
	padding:0 0 15px 0;
}

td.entry img {
	float:left;
	margin-right:20px;
}

.valign-t {
	vertical-align:top;
}