@charset "utf-8"; 



body {
	background-color:#E3E0DA;
	background-repeat:repeat-x;
}

body,td,th {
	font-family:Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #666B71;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	
}

#wrp {
	width: 920px;
	margin:32px auto;
}

*html #wrp {
	text-align:left;
}

#header {
	width:920px;
	height:60px;
	background-color:#FFF;
}




.h-menu {
	padding-top:25px;
	background-image:url(../base/sub_logo.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.h-menu li {
	float:left;
	margin-right:12px;
}

#content {
	width:920px;
	background-image:url(../base/bg_content.jpg);
	background-repeat:repeat-y;
	padding:0 0px;
}

#content-head {
	width:900px;
	background-image:url(../base/bg_head.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:0 10px 0 10px;
}

#home #content-head {
	width:880px;
	background-image:url(../top/bg_content-head.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:0 20px;
}

*html #home #content-head {
	width:920px;
}

#content .info {
	text-align:center;
	padding:10px 0;
}

#content .bottom-box {
	height:40px;
	border-bottom:#BEBFC1 1px solid;
}

#content .bottom-box li {
	float:left;
	padding:10px 20px 0 0;
}

#footer {
	background-image:url(../base/bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	font-size:10px;
	padding:20px 0 0;
	color:#999;
}

#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover { text-decoration:underline;}

.clr { clear:both}
.fl { float:left}
.fr { float:right}
