@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg.gif) repeat-x ;
	color: #404040;	
	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: #991e23;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #c1bc41;
	}
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: 960px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

.header {
	width: 960px;
	height: 127px;
	margin: 0 0 20px 0;
}

h2 {
	margin: 0 0 20px 0;
}

.navi {
	width: 871px;
	hanging-punctuation: 44px;
	margin: 0 0 20px 45px;
}

.navi li {
	float: left;
}

.content {
	width: 960px;
}

.leftContent {
	width: 600px;
	float: left;
}

.sub {
	width: 270px;
	float: right;
}


h3 {
	font-weight: bold;
	border-bottom: 2px solid #991e23;
	padding: 0 0 3px 2px;
}

.leftContent p {
	width: 550px;
	margin: 15px 0 0 15px;
}

.sub dl {
	margin: 0 0 30px 0;
}

.sub dt {
	background: #991e23;
	color: #FFF;
	padding: 2px 0 2px 15px;
	margin: 0 0 5px 0;
}

.sub dd {
	margin: 0 0 0 25px;
}

.sub li a {
	background: url(../img/sub_bg01.gif) 0 50% no-repeat;
	padding: 0 0 0 20px;
}

.sub li a:hover {
	background: url(../img/sub_bg02.gif) 0 50% no-repeat;
}

#Footer {
	background: url(../img/footer_bg.gif) repeat-x #991e23;
	padding: 30px 0 100px 0;
	color:#fff;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

.inner li {
	float: left;
	padding: 0 20px 0 0;
}

.inner a {
	color: #FFF;
}

.inner a:hover {
	color: #c1bc41;
}

.inner p {
	margin: 30px 0 0 0;
}


/* =================================================================== 
 * style info : 個別設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
.leftinner {
	margin: 20px 0 0 35px;
}

.leftinner h4 {
	margin: 15px 0 0 0;
	border-bottom: 2px dotted #404040;
	font-weight: bold;
	padding: 0 0 2px 0;
}

.leftinner ul {
	margin: 0 0 0 30px;
}
















