@charset "UTF-8";

/* CSS Document */

/*********************************************************
　　　　　　　　トップページ　index.html
**********************************************************/

#main {
	float: left;
	width: 535px;
	margin: 20px 0 0 30px;
	_margin-left: 15px;
}

#side {
	float: right;
	width: 245px;
	margin: 20px 30px 0 0;
	_margin-right: 15px;
}

/* -------------- 特別／イベント枠 -------------- */

#special {
	border: 1px dotted #725e4e;
	background: #fff;
	padding:15px;
	margin-bottom: 20px;
}

#special p.spe_ttl {
	font-weight: bold;
	text-align:center;
	margin-bottom: 15px;
}

#special table {
	border-top: 1px dotted #725e4e;
	margin-bottom: 10px;
}

#special table th {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #725e4e;
	width: 70px;
	padding: 3px 0;
}

#special table td {
	border-bottom: 1px dotted #725e4e;
	padding: 3px 0;
}

/* -------------- トピックス -------------- */

#topics {
	margin-bottom: 20px;
}

#topics ul li {
	padding-left: 15px;
	margin-top: 15px;
	background: url("/img/arrow.gif") left 3px no-repeat;
	line-height: 1.4;
}

/* -------------- 挨拶 -------------- */

#greeting {
	border-top: 1px dotted #725e4e;
	padding-top: 15px;
	margin-bottom: 20px;
}

#left_01 {
	width: 270px;
	float: left;
}

#right_01 {
	width: 260px;
	float: right;
}



/* -------------- サービス内容 -------------- */

.service {
	line-heigth: 1.4;
	vertical-align: top;
	width: 155px;
	padding: 45px 10px 0;
	background: #e1d8c3 url("/img/top/bg_skincare.gif") left top no-repeat;
}

.service2 {
	line-heigth: 1.4;
	vertical-align: top;
	width: 155px;
	padding: 45px 10px 0;
	background: #e1d8c3 url("/img/top/bg_slimming.gif") left top no-repeat;
}

.service3 {
	line-heigth: 1.4;
	vertical-align: top;
	width: 155px;
	padding: 45px 10px 0;
	background: #e1d8c3 url("/img/top/bg_proportion.gif") left top no-repeat;
}


/* -------------- キャンペーン情報／ピックアップ -------------- */

.menu {
	line-height: 1.6;
	background: url(/img/dotline_x.gif) left bottom repeat-x;
	padding-bottom: 16px;
	margin: 0 0 15px 5px;
}

.menu2 {
	line-height: 1.6;
	margin: 0 0 15px 5px;
}

.menu_photo {
	width: 95px;
	float: left;
	margin-right: 10px;
}

.menu_txt {
	font-size: 11px;
	width: 135px;
	float: left;
}

.menu_txt2 {
	font-size: 11px;
	width: 135px;
	float: left;
	background: url(/img/dotline_x.gif) left bottom repeat-x;
	padding-bottom: 11px;
	margin-bottom: 10px;
}

.menu_title {
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 5px;
	color: #660033;
}