@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg.gif) repeat ;
	color: #473923;	
	font-size: 14px;	
	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;
}

a {	
	color: #6c0101;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #d79b29;
	}
a:active {}

/*--- 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 :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#Container {
	width: 964px;
	margin: 0 auto 30px;
}

.header {
	width: 964px;
	height: 79px;
	background: url(../img/header_bg.gif) no-repeat;
	margin: 0 0 25px 0;
}

h1 {
	padding: 15px 0 0 40px;
}

#Wrap {
	width: 964px;
	background: url(../img/bottom.gif) no-repeat bottom;
	padding: 0 0 9px 0; 
}

#Inner {
	width: 964px;
	background: url(../img/top.gif) no-repeat;
	padding: 11px 0 0 0;
}

#Center {
	width: 964px;
	background: url(../img/midolle.gif) repeat-y;
}

.nav {
	width: 956px;
	height: 60px;
	margin: 0 0 0 4px;
	padding: 0;
}

.nav li {
	float: left;
}

.meinImg {
	margin: 0 0 30px 2px;
}

.mein {
	width: 960px;
	margin: 0 0 80px 2px;
}

.subContents {
	width: 260px;
	float: left;
	padding: 0 0 0 35px;
	display: inline;
}

.subContents dl {
	margin: 0 0 30px 0;
}

.subContents dt {
	background: url(../img/img02.gif) 0 50% no-repeat;
	padding: 8px 0 8px 45px;
	margin: 0 0 5px 0;
}

.subContents ul {
	margin: 0 0 0 20px;
}


.subContents li a {
	background: url(../img/img03.gif) 0 50% no-repeat;
	padding: 0 0 0 20px;
}

.subContents li a:hover {
	background: url(../img/img04.gif) 0 50% no-repeat;
}
.contents {
	width: 560px;
	margin: 0 35px 0 0;
	float: right;
	display: inline;
}

.contents p {
	margin: 0 0 20px 0;
}


h2 {
	background: url(../img/img01.gif) 0 50% no-repeat;
	padding: 8px 0 8px 45px;
	margin: 0 0 25px 0;
}


.footer {
	padding: 15px 20px 60px 20px;
}

.footer il {
	margin: 0 0 20px 0;
}

.footer li {
	display: inline;
	padding: 0 20px 0 0;
}

h3 {
	margin: 0 0 5px 30px;
	border-bottom: solid 1px #6c0101;
}

.map, .policy {
	margin: 0 0 30px 60px;
}

.map a {
	background: url(../img/img03.gif) 0 50% no-repeat;
	padding: 0 0 0 20px;
}


.map a:hover {
	background: url(../img/img04.gif) 0 50% no-repeat;
}

	














	
