@charset "Shift_JIS";

/*shop.css*/

/*------------------------------------------------------------w850px ボックス外枠*/
.contents{
	margin:0 0 0 10px;
}

/*--------------------w420px 2列のボックス*/
.box2{
	float:left;
	width:420px;
	background:url(../../shop/img/bg_box2.gif) repeat-y center;
}
/*地域*/
.box2 .area{
	background:url(../../shop/img/bg_box2_top.gif) no-repeat center top;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	padding:6px 15px 1px 15px;
}
.box2 .area02{
	background:url(../../shop/img/bg_box2_top02.gif) no-repeat center top;
}

/*テーブル*/
.box2 table{
	background:url(../img/line01.gif) repeat-x bottom;
	width:390px;
	margin:10px 0 0 15px;
}
.box2 table th{
	width:180px;
}
/*写真*/
.box2 table th div{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	width:170px;
	margin:0 0 10px 0;
}
.box2 table th div img{
	margin:5px;
}
/*店名*/
.box2 h2{
	font-size:16px;
	font-weight:bold;
}
.box2 ul{
	margin:5px 0 0 0;
	font-size:14px;
}
.box2 ul li{
	background:url(../img/icon01.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
}
/*住所*/
.box2 address{
	color:#666;
	font-style:normal;
	padding:8px 20px 0px 20px;
}
/*くわしく*/
.box2 .more{
	text-align:right;
	padding:0 15px 8px 0;
}
.box2 .more a{
	background:url(../img/icon01.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
}
/*ボックスの下*/
.box2_bottom{
	background:#FCF3DB url(../../shop/img/bg_box2_bottom.gif) no-repeat 0 0;
	height:15px;
}
/*----------2列のスペース部分*/
.space_2{
	width:5px;
	float:left;
}



/*------------------------------------------------------------3列の補助枠*/
.contents_3{
	margin:0 0 0 13px;
}
/*--------------------w270px 3列のボックス*/
.box3{
	float:left;
	width:270px;
	background:url(../../shop/img/bg_box3.gif) repeat-y center;
}
/*地域*/
.box3 .area{
	background:url(../../shop/img/bg_box3_top.gif) no-repeat center top;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	padding:6px 15px 1px 15px;
}
/*店名*/
.box3 h2{
	font-size:16px;
	font-weight:bold;
	margin:8px 15px 0px 15px;
	padding:0 0 5px 0;
	background:url(../img/line01.gif) repeat-x bottom;
}
/*住所*/
.box3 address{
	color:#666;
	font-style:normal;
	padding:8px 5px 0px 15px;
}
/*リンク*/
.box3 ul{
	text-align:right;
	margin:0 15px 5px 10px
}
.box3 ul li a{
	background:url(../img/icon01.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
}
/*ボックスの下*/
.box3_bottom{
	background:#FCF3DB url(../../shop/img/bg_box3_bottom.gif) no-repeat 0 0;
	height:20px;
}
/*----------3列のスペース部分*/
.space_3{
	width:15px;
	float:left;
}