@charset "utf-8";

/* メイン画像
---------------------------------------- */

#mainimg {
	clear:both;
	width:900px;
	margin-bottom:20px;
}

/* コンテンツ
---------------------------------------- */

#contents .contentsbox {
	width:840px;
	height:270px;
	margin:0 30px 20px;
	border:#999999 1px solid;
	display:inline;
	float:left;
}

.contentsbox .imagesflame {
	background:url(../images/index/images_bg.gif) no-repeat;
	width:358px;
	height:268px;
	float:left;
	border-right:#999999 1px solid;
}

.contentsbox .imagesflame img {
	display:block;
	margin:20px;
}

.contentsbox .boxcenter {
	width:300px;
	height:270px;
	float:left;
	padding:20px 20px 0;
}

.boxcenter h2 {
	font-size:13px;
	border-left:#FFFFFF 3px solid;
	margin-bottom:10px;
	padding-left:8px;
}

.boxcenter .menubox {
	width:300px;
	float:left;	
	display:inline;
	border-bottom:#FFFFFF 1px solid;
	padding-bottom:5px;
	margin-bottom:10px;
}

.menubox .menutitle {
	widows:119px;
	float:left;
	padding-right:50px;
}

.menubox .calorie {
	width:100px;
	float:right;
	text-align:center;
	font-size:11px;
	border:#680000 1px solid;
	padding:5px 0;
}



.boxcenter .menulist {
	clear:both;
	width:300px;
	margin-bottom:8px;
}

.boxcenter .price {
}

.boxcenter .button {
	text-align:center;
}


.contentsbox .rightlogo {
	height:230px;
	float:right;
	padding:20px 20px 20px 0;
}

/* あし湯
---------------------------------------- */

#ashiyu {
	clear:both;
	width:840px;
	height:240px;
	margin:0 30px;
	float:left;
	display:inline;
}

#ashiyu #innerleft {
	width:410px;
	height:200px;
	float:left;
	background-color:#fffcdb;
	padding:20px 0 20px 20px;
}

#innerleft #innerimg {
	height:120px;
}


#innerleft #innerbox {
	width:410px;
	float:left;
	display:inline;
}

#innerbox #boximg {
	width:120px;
	float:left;
}

#innerbox #boxtext {
	width:290px;
	float:right;
	color:#000000;
}

#innerbox #boxtext ul {
	margin-left:10px;
}

#innerbox #boxtext img {
	margin:0 51px;
}

#ashiyu #rightimg {
	width:410px;
	float:right;
}

