@charset "utf-8";
/* CSS Document */

/* ******************************************************************* */
/* 			index.css
* ******************************************************************** */

body{
	margin:0;
	background:#0B0706;
	font-size:0.9em;
	line-height:1.4em;
	background:url(../img/common/bg.jpg) repeat;
}

#content{
	margin:0 auto;
}


#contents-body{
	width:840px;
	margin:145px auto 0;
}
/****************** ヘッダー *******************/
#fix-header{
	width:100%;
	background:url(../img/common/bg.jpg) repeat;
	position:fixed;
	top:0;
}


#header{
	width:900px;
	margin:0 auto;
	padding:39px 0 7px;
}

	
h1{
	margin-left:10px;
	float:left;
}

/****************** メニュー *******************/

ul#menu{
	float:right;

}

ul#menu li{
	display:inline;
}


/****************** メインコンテンツ *******************/

#contents-main{
	width: 840px;
}

#side-menu{
	width:150px;
	background:#FFF;
	padding:20px 13px 0;
	float:left;
}

#side-menu ul{
	margin-bottom:20px;
}

#side-menu ul li{
	padding-bottom:5px;
}

#side-menu ul li:first-child{
	padding-bottom:10px;
}

#shop-list{
	width:630px;
	margin-left:34px;
	float:left;
}

#shop-list div{
	background:#FFF;
}

#shop-list div ul{
	padding-top:50px;
}

#shop-list div ul li{
	width:120px;
	margin:0 0 10px 35px;
	float:left;
}

#shop-list div ul li:first-child{
	width:630px;
	background:#FFF;
	margin:0 0 35px 0;
}


/* 地方ページ */
#shop-chiho{
	width:630px;
	margin-left:34px;
	float:left;
}

#shop-chiho div{
	background:#FFF;
}

#shop-chiho div ul{
	padding-top:80px;
	margin:0 50px ;
}

#shop-chiho div ul li{
	list-style:disc;
	width:245px;
	margin:0 0 10px 20px;
	float:left;
}

#shop-chiho div ul li:first-child{
	list-style:none;
	width:530px;
	background:#FFF;
	margin:0 0 35px 0;
}

#shop-chiho div .back{
	margin-left:530px;
}

#shop-chiho div .back-top{
	margin:0 0 75px 530px;
}


/****************** フッター *******************/

#footer{
	width:840px;
	margin:50px auto 10px;
	text-align:center;
}

ul#fmenu{
	width:600px;
	margin:0 auto;
}


#fmenu li{
	float:left;
}

#footer p{
	padding-top:15px;
	color:#FFF;
}


/**					共通スタイル
****************************************************************** */

.spacer30{
	margin-bottom:30px;
}
.spacer15{
	margin-bottom:15px;
}



/**					フロート対処 clear-fix hack
****************************************************************** */

.clear-fix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear-fix{
	display:inline-block;
}



/*	Mac IE を除く		\*/
* html .clear-fix{
	height:1%;
	

}
.clear-fix{
	display:block;
}
