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

div.clear{
	clear: both;
}

*{
	margin: 0px;
	padding: 0px;
}

/* body */
body{
	color: #655750;
	background-color: #382926;
	background-image: url(../img/body_bgi.jpg);
	background-repeat: repeat-x;
}

img {
	border-style: none;
}

#all_box{
	width: 950px;
	background-color: #fff;
	background-image: url(../img/allbox_bgi.gif);
	background-repeat: repeat;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 950px;
	height: 101px;
	background-image: url(../img/img_header.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#header h1.maincopy{
	width: 650px;
	color: #b1a599;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	top: 45px;
	left: 250px;
	position: absolute;
}

/* contents */
#contents{
	width: 950px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
}

#contents img{
	border: none;
}

/* gallery */
#gallery{
	width: 655px;
	height: 185px;
	margin: 15px auto 30px auto;
	border-bottom: 1px solid #ccbba9;
}

#gallery div.gallery_box{
	float: left;
	width: 172px;
	padding: 0px 15px 0 0;
}

#gallery div.gallery_box div.gallery_title{
	font-size: 12px;
	font-weight: normal;
}

#gallery div.gallery_box div.gallery_img{
	border: 1px solid #c99;
	margin: 0 0 5px 0;
}

#gallery div.gallery_bl{
	float: left;
	width: 24px;
	padding: 53px 30px 0 0px;
}

#gallery div.gallery_br{
	float: left;
	width: 24px;
	padding: 53px 0 0 12px;
}

/* menu */
#menu{
	width: 950px;
	margin-left: auto;
	margin-right: auto;	
}

/* menu_list */
div.menu_list{
	width: 640px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ccbba9;
	padding: 5px 0;
	color: #460831;
	font-size: 12px;
	line-height: 1.5em;
}

.menu_list_top{
	border-top: 1px solid #ccbba9;
}

div.menu_list div.name{
	float: left;
	width: 300px;
	padding: 4px 5px 5px 15px;
	background-image: url(../img/menulist.jpg);
	background-repeat: no-repeat;
}

div.menu_list div.price{
	float: left;
	width: 210px;
	text-align: right;
	padding: 4px 5px 5px 0;
}

div.menu_list div.button{
	float: right;
	width: 97px;
}

/* menubox */
#menubox{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

#menubox div.menubox_copy{
	float:left;
	width: 350px;
}

#menubox div.menubox_memo{
	float:left;
	width: 235px;
	padding: 0 0 0 15px;
	margin-left: 15px;
	border-left: 1px solid #ccbba9;
}

/* item_list */
table.item_list{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.item_list td{
	padding: 5px;
	border-bottom: solid 1px #A59C93;
	border-right: dotted 1px #A59C93;
}
	
/* footer */
#footer{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

/* saloninfo */
#saloninfo{
	width: 675px;
	margin-left: auto;
	margin-right: auto;
}

#saloninfo div.salon{
	float: left;
	width: 371px;
}

#saloninfo div.map{
	float: left;
	width: 285px;
	margin-left: 15px;
}

li {
	list-style-type: none;
}
