/* 初期設定---------------------
 */

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 90%;
	background-color: #160F07;
}
.inner {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: left;
}


/* 要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }

a:link{
	color: #666666;
}
a:hover{
	color: #C01920;
}
em{
	padding: 0px;
	list-style-type: none;
	font-size: 80%;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	margin-left: 5px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


ul,li,ol{
	margin: 0px;
	padding: 0px;
}

/*　フロートクリア---------------------
*/

.cl {
	clear: both;
	height: 12px;

}
.nocl {
	clear: both;
	height: 0px;

}

/*　インデックスコンテンツ---------------------
*/
.index_flash {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
	background-color: #000000;
}
.index_content {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.index_content .index_content_inner {
	padding-top: 20px;
	padding-bottom: 10px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.index_content li {
	float: left;
	margin: 3px;
	border: 4px solid #222120;
	margin-top: 20px;
}
.index_left ul {
	width: 650px;
	margin-top: 5px;
}
.index_content li:hover {
	border: 4px solid #453327;
}
.index_content .index_content_inner .index_left {
	float: left;
	width: 650px;
}
.index_content .index_content_inner .index_right {
	float: right;
	width: 255px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 4px;
}
.index_content .bun_white {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 8px;
}
.adress .adress_right {
	font-size: 10px;
	line-height: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #37302A;
	padding-left: 10px;
	float: right;
	width: 138px;
	margin-left: 8px;
	margin-bottom: 10px;
}
.adress .adress_left {
	float: left;
	width: 98px;
	margin: 0px;
}
.adress {
	width: 255px;
	color: #999999;
	font-size: 90%;
	text-align: left;
	line-height: 16px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
.index_footer {
	background-image: url(img/topout_30.jpg);
	background-repeat: repeat;
	height: 32px;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #20160B;
}
