/* ***********************************************/
/*	DATE		: 2013/3/5
	TITLE		: La capi_メニュー＆プライス
	FILE_NAME	: menu.css
	AUTHER		: Hiaa.S 			 */
/*************************************************/

/*=====各属性のスタイル===========================*/
h1 {
	margin-bottom:0px;
}

/*=====レイアウトのスタイル===========================*/

/*シャンプーシステム紹介*/
#rilax-box {
	width:630px;
	background-image:url(../contents/image/bk_concept02.jpg);
	margin-left:30px;
	margin-bottom:25px;
}

.img-rilax {
	float:left;	
}

.div-rilax {
	width:395px;
	float: right;
}

#rilax-box p {
	text-align:left;
	margin-right:35px;
	margin-left:5px;
	margin-bottom:10px;
}

/*メニュー・料金リスト部分*/
#menu-box {
	margin-left:30px;
	width:630px;
}

#menu-box h2 {
	background-image:url(../common_image/bk_com_green.gif);
	line-height:normal;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	padding : 10px;
	margin:10px;
	text-align:left;
}

#menu-box table {
	width:265px;
	margin-left:20px;
	margin-light:20px;	
	margin-bottom:20px;
}

#menu-box th {
	border-bottom :dotted 1px #493B3B;
	padding:8px 10px 4px;
	text-align:left;
	width: 60%;
}

#menu-box td {
	border-bottom :dotted 1px #493B3B;
	padding:8px 10px 4px;
	text-align:left;
	width: 40%;
}

.div-menu-left {
	float:left;
	width:305px;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

.div-menu-right {
	float:right;
	width:305px;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-bottom:20px;
}

.p-menu{
	text-align:left;
	padding-bottom:10px;
	padding-left:10px;
}
