@charset "Shift_JIS";

* {
	margin:0px;
	padding:0px;
	text-align: left;
	color: #FFFFFF;

}
body {
	background: #5c462c;
	color: #4a321f;
	font-size: 9pt;
	font-family: verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;

}
a {
	color: #dbecfc;
	text-decoration: none;
}
a:visited {
	color: #e3e7fc;
}
a:hover {
	color: #FEFFB0;
}
h1 {

	line-height: 0px;
}
h2 {
	line-height: 0px;
}

/*----------------------------------------------------
	#header　ヘッダ部分
----------------------------------------------------*/
#header {
	height: 100px;
	background: #5b4129;
	background-image: url(../images/index_haikei_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#header .area {
	width: 800px;
	margin: 0 auto;
	height: 100px;
	background-color: #3a281c;
}
#logo {

}



/*----------------------------------------------------
	#contents　コンテンツ
----------------------------------------------------*/

#contents {
	background-color: #5b4129;
	margin: 0;
	background-image: url(../images/index_haikei_contents.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}

#contents .area {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #5b4129;
}
#contents .topflasharea {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #5b4129;
	height: 400px;
}


/*----------------------------------------------------
	#news　news&topics
----------------------------------------------------*/

#news {
	background-color: #3a281c;
	background-image: url(../images/index_haikei_news.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#news .area {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #3a281c;
	height: 200px;
}
.newsbox {
	width: 760px;
	height: 125px;
	margin-left: 20px;
	overflow: auto;
	display: block;
	margin-top: 5px;
}
.newsline {
	height: 25px;
}
.newsshop {
	width: 120px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
.newsshop a {
	color: #FFFFFF;
}
.newsday {
	width: 100px;
	float: left;
	color: #b79797;
}
.newsday a {
	color: #b79797;
}
.newstxt {
	color: #FFFFFF;

}
.newstxt a {
	color: #FFFFFF;
}


/*----------------------------------------------------
	#footer フッタ
----------------------------------------------------*/

#footer {
	color: #FFFFFF;
	height: 190px;
	background-image: url(../images/con_haikei_footer.gif);
	background-repeat: no-repeat;
	background-position: center;

}
#footer .area {
	width: 800px;
	margin: 0 auto;
	line-height: 1.4em;
	height: 190px;
}
#footer .footer_banner_box {
	width: 795px;
	height: 112px;
	margin-left: 15px;
	padding-top: 53px;
}
#footer .banner_box {
	width: 265px;
	float: left;
}

#footer .copy {
	text-align: center;
	width: 800px;
	height: 24px;
	font-size: 10px;
}

.footer_space {
	height: 50px;
}

