@charset "utf-8";
/* CSS Document */

body{
	background-color:#141414;
	margin:0;
	padding:0;
	background-color:#f1e8d9;
		}

img{
	border:0;
	}

.right_block{
	margin-left:200px;
	}

#contents{
	position:relative;
	width:805px;
	}

.item1 {
  width: 488px;
  height: 320px;
  margin: 5px 5px 8px 5px;
  float: left;
	color:#000;
	border-color: #C00;
  background:url(images/bg_shop_list2.png);
  }
  
div.item1:hover{
	color:#000;
	border-color: #000;
  background:url(images/bg_shop_list.png);
	}  

.item2 {
  width: 237px;
  height: 320px;
  margin: 5px 5px 8px 5px;
  float: left;
	color:#000;
	border-color: #C00;
  background:url(images/bg_shop_list2.png);
}

div.item2:hover{
	color:#000;
	border-color: #000;
  background:url(images/bg_shop_list.png);
	}

.side{
	width:180px;
	float:left;
	padding-left:20px;
	}

.list_01{
	background:url(img/list01.png) no-repeat;
	font-size:14px;
	height:14px;
	padding:0 0 0 20px;
	margin:10px 0 0 10px;
	}

.index_img{
	padding:5px 0 0 9px;
	}
	
.index_img2{
	padding:5px 0 0 9px;
	}

.index_img3{
	padding:15px 0 0 9px;
	}

.shop_title{
	font-size:15px;
	font-weight:bold;
	padding:10px 0 0 13px;
	}
	
.shop_explain{
	font-size:13px;
	padding:10px 0 0 13px;
	line-height:18px;
	}
	
.header{
	width:1000px;
	font-size:14px;
	padding:20px 0 10px 30px;
	color:#000;
	}

h1{
	font-weight:normal;
	font-size:12px;
	}
	


/* フェードインさせる要素を包含する */
#boxset {
	width:200px;
	margin-top:20px;
}

/* 未表示の場合でも表示領域を確保するために必要 */
#boxset div {
	width:49px;
	height:49px;
	float:left;
	overflow:hidden;
	margin-right:8px;
	margin-bottom:8px;
}

/* 実際にフェードインさせる要素 */
#boxset div p {
	margin:0;
	background: #900;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	width:100%;
	height:100%;
	display:none;
	
	padding-top:14px;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#boxset div .p02 {
	margin:0;
	background: #000;
	color:#000;
	font-size:20px;
	font-weight:bold;
	width:100%;
	height:100%;
	display:none;
	
	padding-top:14px;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.slide_area{
	}

.shop_info{
	border:solid 1px #CCC;
	width:200px;
	}

.shop_detail{
	width:1100px;
	border-collapse:collapse;
	background-color:#FFF;
	border: solid 1px #CCC;
	}

.shop_info{
	border-collapse:collapse;
	margin:15px;
	font-size:12px;
	width:586px;
	}

.shop_info th{
	border: solid 1px #DBDBDB;
	background-color: #EFEFEF;
	font-weight:normal;
	}

.shop_info td{
	border: solid 1px #DBDBD8;
	background-color:#FFF;
	padding:10px;
	}

#slider{
	float:left;
	}
	
.slide_area{
	width:600px;
	margin:15px;
	}

.map{
	float:right;
	margin:20px 20px 0 0;
	}
	
