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


/* 基本設定
------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #988d85;
	list-style-type: none;
}

body {
	background: #09090b url(../img/00.bg.jpg) top center repeat-y;
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	color: #e7d8be;
}

h2.ver1 { 
	display: block;
	font-size: 14px;
	color: #988d85;
	letter-spacing: normal;
	padding-bottom: 6px;
	margin-top: 8px;
	margin-bottom: 20px;
	background: url(../img/title-line.gif) bottom left no-repeat;
}

h2.ver2 { 
	display: block;
	font-size: 14px;
	color: #988d85;
	letter-spacing: normal;
	padding-bottom: 6px;
	margin-bottom: 20px;
	background: url(../img/title-line.gif) bottom left no-repeat;
}

h2.ver2 strong{
	font-size: 26px;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.25em;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h2.ver3 {
	width: 965px;
	height: 37px;
	font-size: 12px;
	font-weight: normal;
	color: #e7d8be;
	text-indent: 145px;
	line-height: 3.5em;
	vertical-align: bottom;
	background: url(../menu/img/h2_line.png) no-repeat;
}

h2.ver4 { 
	display: block;
	font-size: 14px;
	color: #988d85;
	letter-spacing: normal;
	padding-top: 36px;
	padding-bottom: 6px;
	margin-bottom: 20px;
	background: url(../img/title-line.gif) bottom left no-repeat;
}

h2.ver5 { 
	font-size: 24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #dedede;
	margin-bottom: 20px;
}

h2.ver6 {
	width: 965px;
	height: 37px;
	font-size: 12px;
	font-weight: normal;
	color: #e7d8be;
	text-indent: 160px;
	line-height: 3.5em;
	vertical-align: bottom;
	background: url(../img/h2_info_line.png) no-repeat;
}

img {
	border: none;
}

p {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #ffffff;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	text-align: justify;
}

.clear {
	clear: both;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}


/* 装飾設定
------------------------------------------------------------- */

.orange {
	color: #ef2e0c;
}

.orange2 {
	color: #ef2e0c;
	font-size: 10px;
	line-height: 1.5em;
}

.white {
	color: #ffffff;
}

.font_10 {
	font-size: 10px;
	color: #ffffff;
}

.line_01 {
	float: left;
}


/* ボックス設定
------------------------------------------------------------- */

#wrapper {
	width: 965px;
	margin: 0px auto;
	text-align: left;
	overflow: auto;
}


#header {
	width: 965px;
	overflow: auto;
}

	#navi {
		width: 965px;
		height: 109px;
		margin: 0px;
	}

	#main_visual {
		width: 965px;
		margin: 0px 0px 15px 0px;
	}

#content {
	padding-bottom: 10px;
	width: 965px;
	background: url(../img/content-bg.png) repeat;
	overflow: auto;
	margin: 0px auto 20px;
}


/* フッター設定
------------------------------------------------------------- */

#footer {
	background: url(../img/footer_bg.png) no-repeat;
	height: 82px;
	text-align: center;
	color: #ffffff;
}

	#footer_navi {
		text-align: center;
		padding-top: 15px;
	}

	#footer_navi li{
		display: inline;
		list-style-type: none;
		margin-right: 6px;
		padding-left: 10px;
		border-left: 1px solid #999;
	}

	#footer_navi li.noborder {
		border-left: 0;
	}

	#footer_navi li a {
		color: #988d85;
	}

	#footer_navi li a:hover {
		color: #ffffff;
	}

	.copyright {
		margin-top: 12px;
	}



