/* 共通CSS読み込み */
@import "common.css";

/* index.css */

/* 新着情報 */
div#news {
	width:570px;
}

h4#news-title {
	background:url(../img/index/news_title.gif) no-repeat;
	width:570px;
	height:29px;
	text-indent:-99999px;
	margin-bottom:20px;
}

/* 店舗一覧 */
div#hall {
	width:570px;
	margin-top:20px;
	background:url(../img/index/bg_hall.gif) repeat-y;
}

h4#shop-title {
	background:url(../img/index/shop_title.gif) no-repeat;
	width:570px;
	height:44px;
	text-indent:-9999px;
}

h5#area_f,
h5#area_s,
h5#area_n,
h5#area_k {
	width:437px;
	height:23px;
	text-indent:-9999px;
	margin:20px 0 0 20px;
}

h5#area_f {
	background:url(../img/index/area_f.jpg) no-repeat;
}
h5#area_s {
	background:url(../img/index/area_s.jpg) no-repeat;
}
h5#area_n {
	background:url(../img/index/area_n.jpg) no-repeat;
}
h5#area_k {
	background:url(../img/index/area_k.jpg) no-repeat;
}

div#close {
	background:url(../img/index/close.gif) no-repeat;
	width:570px;
	height:20px;
}

/* 各店舗 */
div.hall_wrap {
	padding:0 20px;
}

div.hall_detail_l {
	width:260px;
	background:url(../img/index/bg_shop.jpg) repeat-x 0 100%;
	padding-bottom:15px;
	margin-top:10px;
	float:left;
}

div.hall_detail_r {
	width:260px;
	background:url(../img/index/bg_shop.jpg) repeat-x 0 100%;
	padding-bottom:15px;
	margin-top:10px;
	float:right;
}

li.name a {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#DB7600;
	background:url(../img/allow_orange.gif) no-repeat 0% 50%;
	margin-right:7px;
	padding-left:13px;
	vertical-align:bottom;
}

li.name a:hover {
	text-decoration:none;
}

li.name img {
	margin-left:3px;
}

li.photo {
	background:#FFFFFF;
	text-indent:-9999px;
	width:150px;
	height:110px;
	border:#CCCCCC 1px solid;
}

li.add {
	margin:10px 0 0 0;
}

#hall01 a,
#hall02 a,
#hall03 a,
#hall04 a,
#hall05 a,
#hall06 a,
#hall07 a,
#hall08 a,
#hall09 a,
#hall10 a,
#hall11 a,
#hall12 a {
	width:140px;
	height:100px;
	display:block;
	margin:5px;
}

#hall01 a {
	background:url(../img/index/hall01.jpg) no-repeat;
}
#hall02 a {
	background:url(../img/index/hall02.jpg) no-repeat;
}
#hall03 a {
	background:url(../img/index/hall03.jpg) no-repeat;
}
#hall04 a {
	background:url(../img/index/hall04.jpg) no-repeat;
}
#hall05 a {
	background:url(../img/index/hall05.jpg) no-repeat;
}
#hall06 a {
	background:url(../img/index/hall06.jpg) no-repeat;
}
#hall07 a {
	background:url(../img/index/hall07.jpg) no-repeat;
}
#hall08 a {
	background:url(../img/index/hall08.jpg) no-repeat;
}
#hall09 a {
	background:url(../img/index/hall09.jpg) no-repeat;
}
#hall10 a {
	background:url(../img/index/hall10.jpg) no-repeat;
}
#hall11 a {
	background:url(../img/index/hall11.jpg) no-repeat;
}
#hall12 a {
	background:url(../img/index/hall12.jpg) no-repeat;
}
