@charset "utf-8";
@import url(./cmn.css);

a {
	outline: none;
	color: #F30;
	text-decoration:none;
	}
	
a:visited{
	color: #F30;
	text-decoration:none;
	}

a:hover{
	color:#F30;
	text-decoration: underline;
	}
  
/******タイトル設定*******/

h2.ttl_shop {
  margin:0;
  padding:0;
  width:100px;
  height:30px;
  display:block;
  text-indent:-9999px;
  text-decoration:none; 
  background:url(../img/shop/title.gif) no-repeat;
}

/*********メイン設定************/

#main_top_bg {
	margin:0 -500%;
    padding:0 500%;
    width:100%;
	height:auto;
	background:#6D3119;
	/*background:url(../img/cmn/bg_main.jpg) repeat-x;*/
	}

* html #main_top_bg { /* for IE6 */	position: relative;	zoom: 1;}

*:first-child+html #main_top_bg { /* for IE7 */	position: relative;	zoom: 1;}
/*
ul.menuList {	background: #232220 url(http://css-eblog.com/layout/images/bg_menu.png) left top repeat-x;	margin: 0 -500%;	padding: 0 500%;	height: 43px;}*/

.main_top {
	width:1000px;
	height:auto;
	background:#7C0000;
	/*background:url(../img/news/bg_news.jpg) no-repeat 0 0;*/
	position:relative;
}


/*店舗紹介*/

.shop_contents {
	width:1000px;
	height:auto;
	margin:0;
	padding:0;
	color:#000;
}

.shop_top{
	margin:0 auto;
	padding:0;
	width:792px;
	height:566px;
	padding-bottom:15px;
	background:#7C0000;
}

.shop_top:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
	}

.shop_box01{
	margin:0;
	padding:0;
	width:396px;
	height:auto;
	display:block;
	float:left;
	}
		
.shop_p01{
	margin:0;
	padding:0;
	width:309px;
	height:285px;
	display:block;
	padding-left:50px;
	padding-bottom:10px;
	}

.shop_p02{
	margin:0;
	padding:0;
	width:309px;
	height:285px;
	display:block;
	padding-left:30px;
	padding-bottom:10px;
	}

p.shop_access_t{
	margin:0;
	padding:0;
	width:396px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	}

p.shop_access_t a{
	color:#FFFFFF;
	}

.map_link{
	margin:0 auto;
	padding:0;
	width:50px;
	height:24px;
	padding-top:10px;
	}

.map_link_karatsu{
	margin:0 auto;
	padding:0;
	width:50px;
	height:24px;
	padding-top:28px;
	}
	

/*　提携店 */

#shop_teikei {
	width:944px;
	height:auto;
	margin:0 auto;
	padding:10px 0 50px 10px;
	background-color:#7C0000;
}

#shop_teikei:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
	}

#shop_teikei ul {
	width:954px;
	height:auto;
	margin:0;
	padding:0;
}

#shop_teikei li{
	width:227px;
	height:auto;
	margin:0 10px 0 0;
	padding:0;
	float:left;
	text-align:center;
	color:#FFF;
	list-style:none;
	text-decoration:none;
	background:#7C0000;
}

#shop_teikei p{
	margin:0;
	padding:5px 0;
}


	