@charset "utf-8";
/*=========================================================

	Layout - 各レイアウトに関する設定

=========================================================*/

/*======================================

	General Layout

=======================================*/


body {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	text-align: center; /* Centering for IE6 */
	color: #ffffff;
	background: #6c0e34;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*======================================

	div#rap

=======================================*/

div#rap {
	background: url(../images/main_bg.jpg) repeat-y;
	width: 780px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}
* html body div#rap {
	width: 800px;
}


/*======================================

	div#head

=======================================*/

div#head {
	width: 780px;
}
div#head div.logo {
	float: left;
}
div#head div.se {
	width: 280px;
	float: left;
	font-size: 9px;
	color: #93506b;
	margin-top: 10px;
}
div#head div.se h1,
div#head div.se h2 {
	font-weight: normal;
}
div#head div.o {
	margin-top: 20px;
	float: right;
}



/*======================================

	div#contents

=======================================*/

div#contents {
	margin: 0 auto;
	padding: 0;
}


div#contents div#main {
	width: 505px;
	float: left;
}

div#contents div#side {
	width: 265px;
	float: right;
}


div#contents div#side div.menu {
	margin: 0 auto;
	padding: 0;
}
div#contents div#side div.menu ul li {
	list-style: none outside;
}


div#contents div#main div.roes1,
div#contents div#main div.roes2,
div#contents div#main div.roes3,
div#contents div#main div.roes4 {
	width: 161px;
	height: 62px;
	color: #6b001e;
	padding: 27px 80px 0 7px;
	margin: 3px 2px;
	float: left;
}
div#contents div#main div.roes1 {
	background: url(../images/top_aroma.jpg) no-repeat;
}
div#contents div#main div.roes2 {
	background: url(../images/top_massage.jpg) no-repeat;
}
div#contents div#main div.roes3 {
	background: url(../images/top_service.jpg) no-repeat;
}
div#contents div#main div.roes4 {
	background: url(../images/top_your.jpg) no-repeat;
}

div#contents div#main h4 {
	background: url(../images/headbg.jpg) no-repeat;
	color: #6c0e34;
	font-weight: bold;
	font-size: 140%;
	padding: 13px 10px;
	margin: 10px 0;
}


/*======================================

	div#foot

=======================================*/

div#foot {
	margin-top: 20px;
	border-top: 1px dotted #9d6079;
	padding: 10px;
}
