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



/*----------------------------------------------
↓↓↓メニュー部分↓↓↓
-----------------------------------------------*/

#menu_img{
	width:540px;
	height: 90px;
	padding:30px 15px 0 0;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 4;
}


#menu_img a{
	width:120px;
	height:90px;
	display: block;
	cursor:pointer;
	float: left;
	margin: 0 0 0 15px;
}






.menu_culumn{
	width: 540px;
	height:570px;
	margin: 30px auto 0 auto;
	position: relative;
	z-index: 4;
	padding:0 15px 0 15px;
}

.menu{
	width: 540px;
	height:570px;
	font-size: 100%;
	padding:0 0 0 0;
	overflow: auto;
	margin: 0 0 0 0;
	font-size: 100%;
	line-height: 1.2em;
}

.menu_categoly{
	width:400px;
	height:50px;
	text-align: center;
	font-size: 110%;
	color: #CC0000;
	line-height: 2.1em;
	margin:0 auto 15px auto;
	background: url(../images/menu_head.png) no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}


.menu table,
.menu tr,
.menu td{
	border-collapse:collapse;
	vertical-align: top;
	margin: 0 0 15px 0;
	padding:0 0 0 0;
}

.menu table{
	width:96%;
	padding:0 0 0 0;
}


.menu td.title{
	width:76%;
	padding:1px 0 0 0;
	font-size: 100%;
	line-height: 1.2em;
}


.menu td.price{
	width:21%;
	padding:1px 0 0 0;
	font-size: 100%;
	line-height: 1.2em;
	text-align: right;
	vertical-align: bottom;
}

.menu td.w_title{
	width:68%;
	padding:1px 0 0 0;
	font-size: 100%;
	line-height: 1.2em;
}


.menu td.indent_title{
	width:71%;
	padding:1px 0 0 30px;
	font-size: 100%;
	line-height: 1.2em;
}

.menu td.w_price{
	width:29%;
	padding:1px 0 0 0;
	font-size: 100%;
	line-height: 1.2em;
	text-align: right;
	vertical-align: bottom;
}

.dash{
	width:100%;
	height:1px;
	border-top: thin dashed #999999;
	margin: 0 0 15px 0;
}

*:first-child+html .dash{
	width:96%;
}


/*----------------------------------------------
↓↓↓インテリア部分↓↓↓
-----------------------------------------------*/

.inte_message p{
	width:80%;
	text-align:center;
	font-size: 100%;
	line-height: 1.6em;
	margin: 30px auto 0 auto;
	position: relative;
	z-index: 4;
}

.inte_img{
	width:540px;
	height:150px;
	padding:30px 30px 0 0;
	position: relative;
	z-index: 4;
	margin: 0 auto 0 auto;
}

.inte_img a{
	width:240px;
	height:150px;
	display: block;
	cursor:pointer;
	float: left;
	margin: 0 0 0 30px;
}



/*----------------------------------------------
↓↓↓マップ部分↓↓↓
-----------------------------------------------*/
#map_img{
	width:500px;
	margin: 0 auto 0 auto;
	padding:30px 0 0 0;
	position: relative;
	z-index: 4;
}

#map_img img{
	border: thin solid #999999;
}


.map_to_google{
	width:200px;
	margin: 0 auto 0 auto;
	padding:20px 0 0 0;
	text-align:center;
	position: relative;
	z-index: 4;
}

.map_to_google a{
	text-decoration:underline;
}



/*----------------------------------------------
↓↓↓個人情報部分↓↓↓
-----------------------------------------------*/
.privacy_culumn{
	width: 540px;
	height:640px;
	margin: 0 auto 0 auto;
	padding:30px 0 0 0;
	position: relative;
	z-index: 4;
}

.privacy{
	width: 540px;
	height:640px;
	font-size: 90%;
	padding:0 0 0 0;
	overflow: auto;
	margin: 0 0 0 0;
	line-height: 1.2em;
}

