@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	color: #462807;
	background: url(../img/bg_body.gif) repeat-x;
	font-size: 100%;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.7;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

html, body {
	height: 100%;
}

a {	
	color: #5a6011;
	text-decoration: none;
	}
a:hover {	
	text-decoration: none;	
	color: #40372d;
	}

/*--- clearfix */
.clearfix:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }
.clearfix { min-height: 1em; }
*html .clearfix { height: 1em; }

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#wrapper {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 60px;
	background: url(../img/bg.gif) repeat-y;
}

#navigation {
	width: 250px;
	float: right;
	display: inline;
}

h1 {
	padding: 25px 0 0 15px;
	margin-bottom: 25px;
}

.sidenavi {
	font-size: 13px;
}


.sidenavi dt {
	background: #462807;
	padding: 5px 0 0 10px;
	color: #efe9db;
}

.sidenavi dd li a {
	display: block;
	width: 240px;
	height: 37px;
	padding: 10px 0 0 10px;
	background: url(../img/side02_off.gif) no-repeat;
}

.sidenavi dd li a:hover {
	background: url(../img/side02_on.gif) no-repeat;
}

.sidenavi dd li.first a {
	display: block;
	background: url(../img/side01_off.gif) no-repeat;
}

.sidenavi dd li.first a:hover {
	background: url(../img/side01_on.gif) no-repeat;
}



#container {
	width: 670px;
	float: left;
	display: inline;
}

.navi {
	width: 670px;
	background: url(../img/bg_body.gif) repeat-x;
	margin-bottom: 20px;
}

.navi li {
	float: left;
}

.main {
	padding-left: 15px;
}

h2 {
	margin: 0 0 20px 0;
}

h3 {
	background: url(../img/ttl.jpg) no-repeat;
	padding: 10px 10px;
	margin: 0 0 10px 0;
}

.sitemaparea {
	margin: 0 0 0 30px;
}

.sitemaparea dt, h4 {
	border-bottom: 1px solid #40372d;
}

.sitemaparea dd {
	margin: 0 0 25px 10px;
}

.policyarea {
	margin: 0 15px 15px;
}

#footer {
	height: 100%;
	background: url(../img/bg_footer.gif) repeat-x #fefcf9;
}

.footerInner {
	width: 920px;
	margin: 0 auto;
}

.footerInner p {
	text-align: center;
	color: #efe9db;
	padding: 5px 0 5px;
	margin-bottom: 25px;
}

.footerInner li {
	float: left;
	margin: 0 15px 15px 0;
}
























