@charset "Shift_JIS";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2010.12.24
Style Info:     インデックスページcss
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*------------------------------------------------------------Main*/
/*ContentareaBox*/
#contentarea01 {
	width: 100%;
	min-width: 940px;
	text-align: center;
	background: url(../img/index_img/footre_topbg01.gif) repeat-x center bottom;
}
#contentarea02 {
	width: 100%;
	min-width: 940px;
	text-align: center;
	background: url(../img/index_img/footre_topbg02.jpg) no-repeat left bottom;
}
#content_top {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}
/*LeftBox*/
#content_topleft {
	width: 601px;
	float: left;
	text-align: left;
	margin: 20px auto 50px;
}
/*RightBox*/
#content_topright {
	width: 300px;
	float: right;
	text-align: left;
	margin: 20px auto;
}
/*------------------------------------------------------------Footer*/
#footer_top {
	width: 940px;
	margin: 0 auto;
	height: 375px;
	clear: both;
	text-align: left;
	background: url(../img/index_img/footre_topbg03.jpg) no-repeat right 1px;
}
#footer_shopinformation {
	padding: 25px 0px 50px;
}
/*------------------------------------------------------------Navi*/

ul#mainnavi {
	margin: 20px 0 0;
}
/*------------------------------------------------------------news*/
/*MainPhoto*/
#mainphoto {
	width: 100%;
	min-width: 940px;
	margin: 0 auto;
	background: #000 url(../img/index_img/flash_bg.jpg) no-repeat center top;
}
/*News*/
#news {
	margin: 20px 0;
	clear: both;
}
#news dl {
	padding: 10px 0;
	border-bottom: 1px dashed #80422F;
}
#news dl dt {
	float: left;
	width: 60px;
	font-weight: bold;
	line-height: 150%;
	font-size: 11px;
}
#news dl dd {
	padding: 0 0 0 70px;
	line-height: 150%;
}

.top_bn img {
    width: 100%;
    height: auto;
}