@charset "utf-8";

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



	1. 基本レイアウト・デザイン


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

/* ----------------------------------------------------
	■基本レイアウト
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	color:#301A05;
	text-align: center;
	background:url(../img/top_bg2.jpg) repeat-x 0 0;
}
#wrapper {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}
#header {
	position: relative;
	width:950px;
}
#contents {
	width:620px;
	float:left;
	margin-top:40px;
}
#side {
	width:300px;
	float:right;
	margin-top:40px;
}
#footer {
	clear:both;
	overflow:hidden;
	padding-top:35px;
}

/* ----------------------------------------------------
	■基本レイアウト（下層）
---------------------------------------------------- */
body.k {
	color:#301A05;
	text-align: center;
	background:url(../img/k_bg.jpg) repeat-x 0 0;
}
body.kk {
	color:#301A05;
	text-align: center;
	background:url(../img/kk_bg.jpg) repeat-x 0 0;
}

/* ----------------------------------------------------
	■リンクスタイル
---------------------------------------------------- */
a {
	outline: 0;
	color:#ED6565;
	text-decoration: underline;
}
a:hover {
	color:#BB5151;
	text-decoration: underline;
}
/* ----------------------------------------------------
	■見出し　
---------------------------------------------------- */
h2.base , h3.base {
	margin-top:40px;
	padding:0px 0 20px 0;
	display:inline-block;
	clear:both;
	overflow:hidden;
}
h4.bold {
	clear:both;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
h3.back {
	background:url(../img/h3_back.jpg) no-repeat 0 0;
	margin-bottom:20px;
	padding:9px 0 0 20px;
	height:26px;
	font-weight:bold;
	color:#FFFFFF;
}
h4.back {
	background:url(../img/h4_back.gif) no-repeat 0 0;
	margin-bottom:20px;
	padding:0 0 0 20px;
	height:24px;
	font-weight:bold;
}
/* ========================================================================



	2. head


 
======================================================================== */
#header h1 {
	background:url(../img/logo.gif) no-repeat 0 0;
	font-size:10px;
	*font-size:9px;
	margin-top:20px;
	padding:35px 0 11px 50px;
	color:#999;
	float:left;
	width:320px;
	text-decoration:none;
	display:block;
}
#header .snabiArea {
	float:right;
	width:537px;
	margin-bottom:16px;
}
.h_bt {
	width:182px;
	height:31px;
	float:left;
	overflow:hidden;
	display:block;
	margin-top:40px;
}
.h_bt a {
	display:block;
	height:31px;
	text-indent:-9999px;
	background:url(../img/h_bt.jpg) 0 0;
}
.h_bt a:hover {
	display:block;
	height:31px;
	text-indent:-9999px;
	background:url(../img/h_bt.jpg) 0 -31px;
}
.h_tel {
	float:right;
	width:351px;
}
/* ----------------------------------------------------
	■ナビ
---------------------------------------------------- */

ul.h_navi {
	width:329px;
	float:right;
	overflow:hidden;
	margin-bottom:15px;
}
ul.h_navi li {
	float:right;
	display:block;
	height:25px;
}
ul.h_navi li a ,
ul.h_navi li a:hover {
	display:block;
	height:25px;
	text-indent:-9999px;
}
ul.h_navi li a#h_navi01 { background:url(../img/h_navi.gif) no-repeat 0 0; width:110px; }
ul.h_navi li a#h_navi02 { background:url(../img/h_navi.gif) no-repeat -110px 0; width:110px; }
ul.h_navi li a#h_navi03 { background:url(../img/h_navi.gif) no-repeat -220px 0; width:109px; }

ul.h_navi li a:hover#h_navi01 { background:url(../img/h_navi.gif) no-repeat 0 -25px; width:110px; }
ul.h_navi li a:hover#h_navi02 { background:url(../img/h_navi.gif) no-repeat -110px -25px; width:110px; }
ul.h_navi li a:hover#h_navi03 { background:url(../img/h_navi.gif) no-repeat -220px -25px; width:109px; }


ul.g_navi {
	width:950px;
	clear:both;
	overflow:hidden;
	margin-bottom:1px;
}
ul.g_navi li {
	float:left;
	display:block;
	height:42px;
}
ul.g_navi li a ,
ul.g_navi li a:hover {
	display:block;
	height:42px;
	text-indent:-9999px;
}
ul.g_navi li a#g_navi01 { background:url(../img/g_navi.jpg) no-repeat 0 0; width:191px; }
ul.g_navi li a#g_navi02 { background:url(../img/g_navi.jpg) no-repeat -191px 0; width:187px; }
ul.g_navi li a#g_navi03 { background:url(../img/g_navi.jpg) no-repeat -378px 0; width:192px; }
ul.g_navi li a#g_navi04 { background:url(../img/g_navi.jpg) no-repeat -570px 0; width:191px; }
ul.g_navi li a#g_navi05 { background:url(../img/g_navi.jpg) no-repeat -761px 0; width:189px; }

ul.g_navi li #g_navi01:hover,#g_navi01.hover { background:url(../img/g_navi.jpg) no-repeat 0 -42px; width:191px; }
ul.g_navi li #g_navi02:hover,#g_navi02.hover { background:url(../img/g_navi.jpg) no-repeat -191px -42px; width:187px; }
ul.g_navi li #g_navi03:hover,#g_navi03.hover { background:url(../img/g_navi.jpg) no-repeat -378px -42px; width:192px; }
ul.g_navi li #g_navi04:hover,#g_navi04.hover { background:url(../img/g_navi.jpg) no-repeat -570px -42px; width:191px; }
ul.g_navi li #g_navi05:hover,#g_navi05.hover { background:url(../img/g_navi.jpg) no-repeat -761px -42px; width:189px; }

ul.g_navi li a:active#g_navi01 { background:url(../img/g_navi.jpg) no-repeat 0 -84px; width:191px; }
ul.g_navi li a:active#g_navi02 { background:url(../img/g_navi.jpg) no-repeat -191px -84px; width:187px; }
ul.g_navi li a:active#g_navi03 { background:url(../img/g_navi.jpg) no-repeat -378px -84px; width:192px; }
ul.g_navi li a:active#g_navi04 { background:url(../img/g_navi.jpg) no-repeat -570px -84px; width:191px; }
ul.g_navi li a:active#g_navi05 { background:url(../img/g_navi.jpg) no-repeat -761px -84px; width:189px; }


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



	3. contents


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


/*　トップページ（初めてのお客様）の画像の使用
------------------------------------------------------------------------------------------*/
/*#contents .picup .txtArea img{
	border:#CAB179 solid 2px;
	float:left;
	width:80px;
	margin-right:15px;
	
}*/
/*----------------------------------------------------------------------------------------*/


/*　トップページ　ライン
------------------------------------------------------------------------------------------*/
#contents .picup .b_line {
	border-bottom: #663300 solid 2px;
	margin-bottom:1px;
	overflow:hidden;
	padding-bottom:25px;
}
#contents .picup .b_line2 {
	border-bottom: #663300 solid 1px;
	padding-bottom:0px;
	overflow:hidden;
}


#contents .picup{
	clear:both;
	overflow:hidden;
}
#contents .picup .inner{
	padding:5px 15px 15px 15px ;
	overflow:hidden;
	background-color:#F5F2E2;
	display:inline-block;
	width:590px;
}
#contents .picup h3{
	background:url(../img/icon02.gif) no-repeat 0 0;
	font-size:13px;
	font-weight:bold;
	padding:7px 0 7px 30px;
}
#contents .picup .outh3{
	background:url(../img/line01.gif) repeat-x 0 100%;
	padding-bottom:2px;
	margin-bottom:7px;
}

#contents .picup .bBase{
	float:left;
	width:100%;
}
#contents .picup .kBase{
	float:right;
	width:303px;
}
#contents .picup .picArea{
	float:left;
	width:80px;
}


#contents .picup .txtArea{
	width:100%;
	line-height:150%;
}
#contents .picup .txtArea span{
	font-weight:bold;
	color:#FF0000;
}
#contents .picup .kBase h3{
	background:url(../img/icon03.gif) no-repeat 0 0;
	font-size:13px;
	font-weight:bold;
	padding:7px 0 7px 30px;
}
#contents .picup .kBase .outh3{
	background:url(../img/line02.gif) repeat-x 0 100%;
	padding-bottom:2px;
	margin-bottom:7px;
}
#contents .voice {
	line-height:160%;
}
#contents .voice .leftArea {
	float:left;
	width:374px;
	margin-bottom:10px;
}
#contents .voice .rightArea {
	float:right;
	width:204px;
}

#contents .voice p {
	background:url(../img/line_base.gif) repeat-x 0 0;
	margin:15px 0 10px 0;
	padding:15px 0 0 0px;
	overflow:hidden;
}
#contents .voice h3 {
	background:url(../img/icon00.gif) no-repeat 5px 3px;
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	clear:both;
}
dl.newArea {
	background:url(../img/line_base.gif) repeat-x 0 100%;
	margin-bottom: 9px;
	padding:0 9px 9px 9px;
	clear:both;
	overflow:hidden;
	display: inline-block;
}
dl.newArea dt {
	float:left;
	width:90px;
	overflow:hidden;
}
dl.newArea dd {
	float:right;
	width:495px;
	overflow:hidden;
}
/*ボタン*/
.last_bt {
	width:620px;
	height:66px;
	float:right;
	overflow:hidden;
	display:inline-block;
	margin-top:40px;
}
.last_bt a {
	display:block;
	height:66px;
	text-indent:-9999px;
	background: url(../img/last_bt.jpg) 0 0;
}
.last_bt a:hover {
	display:block;
	height:66px;
	text-indent:-9999px;
	background:url(../img/last_bt.jpg) 0 -66px;
}
.more {
	width:163px;
	height:39px;
	float:right;
	overflow:hidden;
	display:block;
}
.more a {
	display:block;
	height:39px;
	text-indent:-9999px;
	background:url(../img/more.jpg) 0 0;
}
.more a:hover {
	display:block;
	height:39px;
	text-indent:-9999px;
	background:url(../img/more.jpg) 0 -39px;
}
.more2 {
	width:163px;
	height:40px;
	float:right;
	overflow:hidden;
	display:block;
}
.more2 a {
	display:block;
	height:40px;
	text-indent:-9999px;
	background:url(../img/more2.jpg) 0 0;
}
.more2 a:hover {
	display:block;
	height:40px;
	text-indent:-9999px;
	background:url(../img/more2.jpg) 0 -40px;
}
.more3 {
	width:163px;
	height:40px;
	float:right;
	overflow:hidden;
	display:block;
}
.more3 a {
	display:block;
	height:40px;
	text-indent:-9999px;
	background:url(../img/more3.jpg) 0 0;
}
.more3 a:hover {
	display:block;
	height:40px;
	text-indent:-9999px;
	background:url(../img/more3.jpg) 0 -40px;
}
.more4 {
	width:163px;
	height:40px;
	float:right;
	overflow:hidden;
	display:block;
	margin-top:15px;
}
.more4 a {
	display:block;
	height:40px;
	text-indent:-9999px;
	background:url(../img/more4.jpg) 0 0;
}
.more4 a:hover {
	display:block;
	height:40px;
	text-indent:-9999px;
	background:url(../img/more4.jpg) 0 -40px;
}
.more5 {
	width:163px;
	height:40px;
	float:right;
	overflow:hidden;
	display:block;
	margin-top:15px;
}
.more5 a {
	display:block;
	height:40px;
	text-indent:-9999px;
	background:url(../img/more5.jpg) 0 0;
}
.more5 a:hover {
	display:block;
	height:40px;
	text-indent:-9999px;
	background:url(../img/more5.jpg) 0 -40px;
}
.goods {
	width:163px;
	height:39px;
	float:right;
	overflow:hidden;
	display:block;
}
.goods a {
	display:block;
	height:39px;
	text-indent:-9999px;
	background:url(../img/goods_bt.jpg) 0 0;
}
.goods a:hover {
	display:block;
	height:39px;
	text-indent:-9999px;
	background:url(../img/goods_bt.jpg) 0 -39px;
}

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



	4. side


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

#side h3 {
	margin-bottom:-1px;
}
#side .baseArea {
	background-color:#F5F2E2;
	border:#D0C698 solid 1px;
	padding:6px;
	margin-bottom:14px;
	overflow:hidden;
	clear:both;
	display: inline-block;
	width:286px;
	*width:286px;
}
#side .baseArea2 {
	background-color:#F5F2E2;
	border:#D0C698 solid 1px;
	padding:6px;
	margin-bottom:14px;
	overflow:hidden;
	clear:both;
	*width:286px;
}
#side .baseArea3 {
	background-color:#F5F2E2;
	border-left:#D0C698 solid 1px;
	border-right:#D0C698 solid 1px;
	margin-bottom:14px;
	overflow:hidden;
	clear:both;
	*width:300px;
}
#side .border_b {
	border:#D0C698 solid 1px;
}
#side ul.bnArea {
	margin-bottom:-7px;
}
#side ul.bnArea li {
	margin-bottom:7px;
}

#side .twitter {
	width:286px;
	height:43px;
	float:left;
	overflow:hidden;
	display:block;
}
#side .twitter a {
	display:block;
	height:43px;
	text-indent:-9999px;
	background:url(../img/twitter.jpg) 0 0;
}
#side .twitter a:hover {
	display:block;
	height:43px;
	text-indent:-9999px;
	background:url(../img/twitter.jpg) 0 -43px;
}
#side .baseArea3 li a {
	border-bottom:#D0C698 solid 1px;
	border-top:#FFF solid 1px;
	background:url(../img/icon01.gif) no-repeat 10px 50%;
	margin:0;
	padding:10px 10px 10px 30px;
	display:table-cell;
	*display:inline;
	*zoom:1;
	text-decoration:none;
	color:#301A05;
	clear:both;
	width:260px;
	*width:298px;
}
#side .baseArea3 li a:hover {
	border-bottom:#D0C698 solid 1px;
	border-top:#FFF solid 1px;
	background:#DCD1A3 url(../img/icon01r.gif) no-repeat 10px 50%;
	margin:0;
	padding:10px 10px 10px 30px;
	display:table-cell;
	*display:inline;
	*zoom:1;
	text-decoration:none;
	color:#301A05;
	clear:both;
	width:260px;
	*width:298px;
}

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



	5. footer


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


#footer {
	clear:both;
	overflow:hidden;
	background:url(../img/foot.jpg) repeat-x 0 35px;
}
#footer .inner {
	clear:both;
	overflow:hidden;
	width:950px;
	margin:0 auto;
	text-align:left;
}
#footer .inner a {
	color:#FFF;
	text-decoration:underline;
}
#footer .inner a:hover {
	color:#FFF;
	text-decoration:none;
}
#footer .pagetop {
	text-align:right;
}
#footer ul.navi {
	margin:0 auto;
	padding:15px 0 0 0;
	overflow:hidden;
}
#footer ul.navi li {
	background:url(../img/icon04.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
	margin: 0 25px 0 0;
	float:left;
}
#footer ul.navi li a {
	color:#301A05;
	text-decoration:none;
	margin: 0 25px 0 0;
}
#footer ul.navi li a:hover {
	color:#301A05;
	text-decoration: underline;
	margin: 0 25px 0 0;
}

#footer .baseBox {
	float:left;
	width:280px;
	padding-top:0;
	overflow:hidden;
	margin-top: 35px;
	margin-right: 55px;
	margin-bottom: 20px;
	margin-left: 0;
}
#footer .baseBox_l {
	float:left;
	width:280px;
	margin:35px 0 0 0;
	padding-top:0;
	overflow:hidden;
}
#footer h4 {
	background:url(../img/foot_title.jpg) 0 0;
	padding:5px 20px 12px 30px;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
}
#footer .baseBox li , #footer .baseBox_l li {
	background:url(../img/icon05.gif) no-repeat 7px 50%;
	padding:0 20px;
	margin:15px 0;
	color:#FFF;
}
#footer .foot_info_left {
	float:left;
	width:410px;
	background:url(../img/foot_logo.gif) no-repeat 0 0;
	margin:7px 0;
	padding:20px 0 20px 50px;
}
#footer .foot_info_left a {
	color: #875426;
	text-decoration:none;
}
#footer .foot_info_right {
	float:right;
	width:460px;
	margin:15px 0;
}
#footer address {
	text-align:right;
	padding:20px 0;
	clear:both;
	overflow:hidden;
}
.ninja {
	text-indent:-9999px;
	display:none;
}
/* ========================================================================



	6. 下層


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


/*　body
-------------------------------------------------------------------------*/

.body_base {
	background:#E7DEC7 url(../img/body_foot_bg.jpg) repeat-x 0 100%;
	clear:both;
	overflow: auto;
	padding-bottom:20px;
	display: inline-block;
}
.body_base h3 {
	clear:both;
	overflow:hidden;
}
.body_base .leftArea {
	float:left;
	width:354px;
	margin:0 30px;
	overflow:auto;
}
.body_base .leftArea p {
	margin-bottom:20px;
}
.body_base .rightArea {
	float:left;
	width:190px;
	overflow:auto;
}
.body_base_foot {
	background:#C1AD7E url(../img/body_base_bg.jpg) repeat-x 0 0;
	clear:both;
	overflow: auto;
	padding-bottom:20px;
	display: inline-block;
	width:620px;
	margin-bottom:20px;
}
.body_base_foot .col {
	float:left;
	width:160px;
	margin:17px 23px 0 23px;
	*margin:17px 20px 0 20px;
}
.body_base_foot .col_l {
	float:left;
	width:160px;
	margin:17px 0px 0 23px; 
}
.body_base_foot .col h4 , .body_base_foot .col_l h4{
	margin:7px 3px; 
}
.body_base_foot .col p , .body_base_foot .col_l p {
	margin:0 3px; 
}
.body_bt {
	width:460px;
	height:55px;
	overflow:hidden;
	display:block;
	margin:15px auto;
}
.body_bt a {
	display:block;
	height:55px;
	text-indent:-9999px;
	background:url(../img/body_bt.jpg) 0 0;
}
.body_bt a:hover {
	display:block;
	height:55px;
	text-indent:-9999px;
	background:url(../img/body_bt.jpg) 0 -55px;
}
p.body_o{
	overflow:hidden;
	clear:both;
	}


/*　facial
-------------------------------------------------------------------------*/

.facial_base {
	background:#808A8E url(../img/facial_foot_bg.jpg) repeat-x 0 100%;
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
	color:#FFFFFF;
	display: inline-block;
}
.facial_base h3 {
	clear:both;
}
h3.only {
	clear:both;
	margin-bottom:30px;
}
.facial_base .leftArea {
	float:left;
	width:354px;
	margin:0 30px;
}
.facial_base .leftArea p {
	margin-bottom:20px;
}
.facial_base .rightArea {
	float:left;
	width:190px;
}
.facial_base_foot {
	background:#556776 url(../img/facial_base_bg.jpg) repeat-x 0 0;
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
	color:#FFFFFF;
	display: inline-block;
	width:620px;
}
.facial_base_foot .col {
	float:left;
	width:160px;
	margin:17px 23px 0 23px; 
}
.facial_base_foot .col_l {
	float:left;
	width:160px;
	margin:17px 0px 0 23px; 
}
.facial_base_foot .col h4 , .facial_base_foot .col_l h4 {
	margin:7px 3px; 
}
.facial_base_foot .col p , .facial_base_foot .col_l p {
	margin:0 3px; 
}
.facial_bt {
	width:460px;
	height:55px;
	overflow:hidden;
	display:block;
	margin:15px auto;
}

/*　岩盤浴
-------------------------------------------------------------------------*/
.seg_picArea {
	float:right;
	width:220px;
}
.seg_txtArea {
	float:left;
	width:370px;
}
.seg_top_price {
	background:#F5F2E2;
	padding:15px;
	margin:15px 0 -20px 0 ;
	border:#D0C479 solid 1px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	line-height:160%;
	font-size:14px;
}
.seg_top_price span {
	color:#FF0000;
	font-size:17px;
	font-weight:bold;
}



/*　カイロ
-------------------------------------------------------------------------*/
.kairo_leftArea h4 , .kairo_rightArea h4 {
	margin:0 0 15px 0;
	clear:both;
}
.kairo_leftArea {
	float:left;
	width:300px;
	margin-top:40px;
}
.kairo_rightArea {
	float:right;
	width:300px;
	margin-top:40px;
}
.kairo_priceArea {
	float:left;
	width:190px;
}
.kairo_iconArea {
	float:right;
	width:88px;
}
.kairo_iconArea li {
	clear:both;
	margin-bottom:5px;
}
.kairo_dis {
	padding-top:15px;
	clear:both;
	overflow:hidden;
}
/*　問い合わせ
-------------------------------------------------------------------------*/
table.contact{
	width:100%;
	border:#C1AD7E solid 1px;
	border-collapse:collapse;
}
table.contact th , table.contact td{
	padding:8px;
	border-collapse:collapse;
}
table.contact th{
	border:#C1AD7E solid 1px;
	background-color:#F5F2E2;
	width:80px;
}
table.contact td{
	border:#C1AD7E solid 1px;
	background-color:#fff;
}
table.contact td.submit{
	width:100%;
	border:#C1AD7E solid 1px;
	background-color:#fff;
	text-align:center;
	padding-left:250px;
}
table.contact td textarea {
	width:100%;
}
table.contact span , span.contact_t{
	color:#990000;
	font-weight:bold;
}
table.contact td div{
	float:left;
}
table.contact td div.t_mt5{
	float:left;
	margin-right:7px;
	margin-top:5px;
}
table.contact td textarea {
	width:100%;
}
/*　お客様からの声
-------------------------------------------------------------------------*/
.voiceBase {
	background-color:#FBFAF3;
	border:#BBAC98 solid 1px;
	margin-bottom:20px;
	display:inline-block;
}
.voiceBase h3 {
	background:url(../img/voice_ttl.jpg) no-repeat 0 0;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	width:223px;
	*width:273px;
	height:34px;
	*height:44px;
	margin:20px 0 20px -10px;
	padding:10px 0 0 50px;
	display:inline-block;
}
.voiceBase li {
	background: url(../img/voice_kist.jpg) no-repeat 0 0;
	padding-left:20px;
	margin:0 20px 20px 30px;
	display:inline-block;
}

#voicemenu {
	margin-bottom: 30px;
	font-weight:bold;
	
}
#voicemenu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


/*　会社概要
-------------------------------------------------------------------------*/
table.cop , table.cop th , table.cop td {
	border-collapse:collapse;
	padding:10px;
}
table.cop {
	width:100%;
}

table.cop th {
	background: url(../img/icon06.gif) no-repeat 0 50%;
	border-right:#CAB179 solid 2px;
	width:20%;
	padding:10px 10px 10px 20px ;
}
.cop_tm {
	margin-top:20px;
}
.cop_tm img {
	margin-left:15px;
	float:right;
}

table.cop2{
	width:100%;
	border:#C1AD7E solid 1px;
	border-collapse:collapse;
}
table.cop2 th , table.cop2 td{
	padding:10px;
	border-collapse:collapse;
}
table.cop2 th{
	border:#C1AD7E solid 1px;
	background-color:#F5F2E2;
	width:20%;
}
table.cop2 td{
	border:#C1AD7E solid 1px;
	background-color:#fff;
}
.cop_bt {
	width:218px;
	height:39px;
	overflow:hidden;
	display:block;
	margin:20px auto 0 auto;
}
.cop_bt a {
	display:block;
	height:39px;
	text-indent:-9999px;
	background: url(../img/cop_bt.jpg) 0 0;
}
.cop_bt a:hover {
	display:block;
	height:39px;
	text-indent:-9999px;
	background:url(../img/cop_bt.jpg) 0 -39px;
}
/*　スタッフ
-------------------------------------------------------------------------*/
.staffBase {
	background:url(../img/staff_bg.jpg) no-repeat 0 100%;
	padding-bottom:40px;
	margin-bottom:30px;
	clear:both;
	display:inline-block;
	overflow:hidden;
}
.staffBase .leftArea {
	width:180px;
	float:left;
}
.staffBase .leftArea .picarea {
	background:url(../img/staff_bg_k.jpg) no-repeat 0 0;
	padding:10px;
	width:160px;
	height:171px;
}
/*.staffBase .leftArea .picarea a , .staffBase .leftArea .picarea a:hover {
	width:160px;
	height:170px;
	display:block;
	position: relative;
}
.staffBase .leftArea .picarea .pic01 { background:url(../img/staff01_1.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic02 { background:url(../img/staff02_1.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic03 { background:url(../img/staff03_1.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic04 { background:url(../img/staff04_1.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic05 { background:url(../img/staff05_1.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic06 { background:url(../img/staff06_1.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic07 { background:url(../img/staff07_1.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic01:hover { background:url(../img/staff01_2.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic02:hover { background:url(../img/staff02_2.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic03:hover { background:url(../img/staff03_2.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic04:hover { background:url(../img/staff04_2.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic05:hover { background:url(../img/staff05_2.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic06:hover { background:url(../img/staff06_2.jpg) no-repeat 0 0; }
.staffBase .leftArea .picarea .pic07:hover { background:url(../img/staff07_2.jpg) no-repeat 0 0; }*/

.youtube_bt {
	width:178px;
	height:39px;
	overflow:hidden;
	display:block;
	margin:10px auto 0 auto;
}
.youtube_bt a {
	display:block;
	height:39px;
	text-indent:-9999px;
	background:url(../img/staff_youtube.jpg) 0 0;
}
.youtube_bt a:hover {
	display:block;
	height:39px;
	text-indent:-9999px;
	background:url(../img/staff_youtube.jpg) 0 -39px;
}

.staffBase .rightArea {
	width:415px;
	float:left;
	display:inline-block;
	margin:3px 0 0 10px;
}
.staffBase .rightArea .nameArea {
	width:385px;
	*width:415px;
	background:url(../img/staff_ttl.gif) no-repeat 0 0;
	padding:0 0 15px 30px;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
}
.staffBase .rightArea .nameArea .name {
	float:left;
	margin-top:7px;
}
.staffBase .rightArea .nameArea .blog {
	width:99px;
	float:right;
}
.staffBase .rightArea .plofArea_left {
	width:200px;
	float:left;
}
.staffBase .rightArea .plofArea_left li {
	margin-bottom:5px;
}
.staffBase .rightArea .plofArea_right {
	width:200px;
	float:right;
	line-height:150%;
}
.staffBase .ttl {
	font-weight:bold;
	padding:5px 5px 5px 9px ;
	margin-bottom:5px;
	background-color:#F1EFE2;
	line-height:120%;
	border-left:#301A05 solid 2px;
}
/*　リンク
-------------------------------------------------------------------------*/
p.linkTxt {
	margin-bottom:10px;
}
.linkArea {
	background-color:#F0ECE1;
	border:#C3B182 solid 1px;
	margin:0 5px 20px 5px ;
	clear:both;
	display:inline-block;
}
.linkArea h3 {
	margin:10px -5px;
}
.linkArea .listArea {
	margin:0 0 13px 20px;
	display:inline-block;
}
.linkArea .listArea li {
	float:left;
	width:270px;
	margin-bottom:7px;
}

/*　サイトマップ
-------------------------------------------------------------------------*/
.sitemap dl {
	margin-bottom:20px;
}
.sitemap dt {
	background:url(../img/sitemap_ttl.jpg) repeat-x 0 0;
	font-weight:bold;
	color:#FFFFFF;
	padding:8px 8px 8px 20px;
}
.sitemap dt a {	color:#FFFFFF; text-decoration:none;}
.sitemap dt a:hover { color:#FFFFFF; text-decoration: underline;}
.sitemap dd a {
	background-color:#F5F2E2;
	border-top:#fff solid 1px;
	border-bottom:#D0C698 solid 1px;
	border-left:#D0C698 solid 1px;
	border-right:#D0C698 solid 1px;
	display:block;
	padding:8px 8px 8px 20px;
	color:#301A05;
	text-decoration:none;
}
.sitemap dd a:hover {
	background-color:#F0ECD2;
	border-top:#fff solid 1px;
	border-bottom:#D0C698 solid 1px;
	border-left:#D0C698 solid 1px;
	border-right:#D0C698 solid 1px;
	display:block;
	padding:8px 8px 8px 20px;
	color:#301A05;
	text-decoration:none;
}
.sitemap a.link_g {
	background:url(../img/link_icon.gif) no-repeat 100% 50%;
	padding-right:20px;
}
/*　料金表
-------------------------------------------------------------------------*/
/*body,facial共通*/
.priceBase_b , .priceBase_f {
	display:inline-block;
	clear:both;
	padding-bottom:7px;
	margin-bottom:30px;
}

.priceBase_b .leftArea , .priceBase_f .leftArea {
	float:left;
	margin:7px 0 0 7px;
	width:188px;
	background-color:#FFFFFF;
	padding:18px;
}
.priceBase_b .rightArea , .priceBase_f .rightArea {
	float:right;
	margin:7px 7px 0 0;
	width:355px;
}
.priceBase_b .rightArea .base , .priceBase_f .rightArea .base {
	margin-bottom:45px;
}
.priceBase_b .rightArea .base h4 , .priceBase_f .rightArea .base h4 , .priceBase_b .rightArea .base h5 , .priceBase_f .rightArea .base h5 {
	margin-bottom:10px;
	display:inline-block;
}
.priceBase_b .rightArea h6 , .priceBase_f .rightArea h6{
	font-size:13px;
	font-weight:bold;
}
.priceBase_b .leftArea h4 , .priceBase_f .leftArea h4 {
	background:url(../img/icon07.gif) no-repeat 0 0;
	margin:6px 0;
	padding:5px 0 5px 20px;
	font-weight:bold;
	border-bottom:#BFAB79 dotted 1px;
}
.priceBase_b .leftArea .txt , .priceBase_f .leftArea .txt {
	margin-bottom:30px;
}
.priceBase_b ul.listArea li {
	margin-bottom:7px;
}
/*body*/
.priceBase_b {
	background-color:#F4F0E4;
}
.body_me1{
	font-size:15px;
	color:#4f3220;
	font-weight:bold;
	line-height:180%,
}
.facial_me1{
	font-size:14px;
	color:#202d3b;
	font-weight:bold;
	line-height:120%;
	padding:15px 15px;
}
.facial_me2{
	font-size:12px;
	color:#354f6b;
	line-height:120%;
	padding-top:5px;
}
.listArea2{
	width:560px;
	margin:0px;padding:30px;
}

/*facial*/
.priceBase_f {
	background-color:#E2E6E7;
	color:#333333;
}
/*　ブログ
-------------------------------------------------------------------------*/
.blog .flow li {
	background:#F4F0E4 url(../img/flow_arrow01.gif) no-repeat 50% 100%;
	padding:10px 15px 35px 15px;
	text-align:center;
	 font-weight:bold;
}
.blog .flow li.last {
	background-color:#F4F0E4;
	background-image:none;
	padding:10px 15px 10px 15px;
	text-align:center;
	 font-weight:bold;
}

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



	サラテレナ

 
======================================================================== */
.h_bt_sala {
	width:182px;
	height:31px;
	float:left;
	overflow:hidden;
	display:block;
	margin-top:40px;
}
.h_bt_sala a {
	display:block;
	height:31px;
	text-indent:-9999px;
	background:url(../img/h_bt_sala.jpg) 0 0;
}
.h_bt_sala a:hover {
	display:block;
	height:31px;
	text-indent:-9999px;
	background:url(../img/h_bt_sala.jpg) 0 -31px;
}
/* ----------------------------------------------------
	■ナビ
---------------------------------------------------- */

ul.h_navi_sala {
	width:329px;
	float:right;
	overflow:hidden;
	margin-bottom:15px;
}
ul.h_navi_sala li {
	float:right;
	display:block;
	height:25px;
}
ul.h_navi_sala li a ,
ul.h_navi_sala li a:hover {
	display:block;
	height:25px;
	text-indent:-9999px;
}
ul.h_navi_sala li a#h_navi01 { background:url(../img/h_navi_sala.gif) no-repeat 0 0; width:110px; }
ul.h_navi_sala li a#h_navi02 { background:url(../img/h_navi_sala.gif) no-repeat -110px 0; width:110px; }
ul.h_navi_sala li a#h_navi03 { background:url(../img/h_navi_sala.gif) no-repeat -220px 0; width:109px; }

ul.h_navi_sala li a:hover#h_navi01 { background:url(../img/h_navi_sala.gif) no-repeat 0 -25px; width:110px; }
ul.h_navi_sala li a:hover#h_navi02 { background:url(../img/h_navi_sala.gif) no-repeat -110px -25px; width:110px; }
ul.h_navi_sala li a:hover#h_navi03 { background:url(../img/h_navi_sala.gif) no-repeat -220px -25px; width:109px; }


ul.g_navi_sala {
	width:950px;
	clear:both;
	overflow:hidden;
	margin-bottom:1px;
}
ul.g_navi_sala li {
	float:left;
	display:block;
	height:42px;
}
ul.g_navi_sala li a ,
ul.g_navi_sala li a:hover {
	display:block;
	height:42px;
	text-indent:-9999px;
}
ul.g_navi_sala li a#g_navi01 { background:url(../img/g_navi_sala.jpg) no-repeat 0 0; width:191px; }
ul.g_navi_sala li a#g_navi02 { background:url(../img/g_navi_sala.jpg) no-repeat -191px 0; width:187px; }
ul.g_navi_sala li a#g_navi03 { background:url(../img/g_navi_sala.jpg) no-repeat -378px 0; width:192px; }
ul.g_navi_sala li a#g_navi04 { background:url(../img/g_navi_sala.jpg) no-repeat -570px 0; width:191px; }
ul.g_navi_sala li a#g_navi05 { background:url(../img/g_navi_sala.jpg) no-repeat -761px 0; width:189px; }

ul.g_navi_sala li #g_navi01:hover,#g_navi01.hover { background:url(../img/g_navi_sala.jpg) no-repeat 0 -42px; width:191px; }
ul.g_navi_sala li #g_navi02:hover,#g_navi02.hover { background:url(../img/g_navi_sala.jpg) no-repeat -191px -42px; width:187px; }
ul.g_navi_sala li #g_navi03:hover,#g_navi03.hover { background:url(../img/g_navi_sala.jpg) no-repeat -378px -42px; width:192px; }
ul.g_navi_sala li #g_navi04:hover,#g_navi04.hover { background:url(../img/g_navi_sala.jpg) no-repeat -570px -42px; width:191px; }
ul.g_navi_sala li #g_navi05:hover,#g_navi05.hover { background:url(../img/g_navi_sala.jpg) no-repeat -761px -42px; width:189px; }

ul.g_navi_sala li a:active#g_navi01 { background:url(../img/g_navi_sala.jpg) no-repeat 0 -84px; width:191px; }
ul.g_navi_sala li a:active#g_navi02 { background:url(../img/g_navi_sala.jpg) no-repeat -191px -84px; width:187px; }
ul.g_navi_sala li a:active#g_navi03 { background:url(../img/g_navi_sala.jpg) no-repeat -378px -84px; width:192px; }
ul.g_navi_sala li a:active#g_navi04 { background:url(../img/g_navi_sala.jpg) no-repeat -570px -84px; width:191px; }
ul.g_navi_sala li a:active#g_navi05 { background:url(../img/g_navi_sala.jpg) no-repeat -761px -84px; width:189px; }


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



	トピックス　2010/11/18

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

.topic1118 {
	overflow:hidden;
}
.topic1118 .outbase {
	margin-right:-11px;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
	*display:inline-block;
}
.topic1118 .base {
	width:199px;
	float:left;
	margin-right:11px;
}
.topic1118 .base img {
	vertical-align:bottom;
}
.topic1118 .base .fArea {
	width:177px;
	background-color:#F2ECDE;
	border:#DCCCA7 solid 1px;
	padding:10px;
	overflow:hidden;
	font-size:10px;
}
.topic1118 .base .fArea ul {
	width:156px;
	margin:10px auto 0 auto ;
}
.topic1118 .base .fArea ul li{
	float:left;
	display:block;
}
.topic1118 .base .fArea ul li.bt01 a {
	background: url(../img/topic11_bt.jpg) no-repeat 0 0;
	width:78px;
	height:29px;
	float:left;
	text-indent:-99999px;
	display:block;
	overflow:hidden;
}
.topic1118 .base .fArea ul li.bt01 a:hover {
	background: url(../img/topic11_bt.jpg) no-repeat 0 -29px;
	width:78px;
	height:29px;
	float:left;
	text-indent:-99999px;
	display:block;
	overflow:hidden;
}
.topic1118 .base .fArea ul li.bt02 a {
	background: url(../img/topic11_bt.jpg) no-repeat -78px 0;
	width:78px;
	height:29px;
	float:left;
	text-indent:-99999px;
	display:block;
	overflow:hidden;
}
.topic1118 .base .fArea ul li.bt02 a:hover {
	background: url(../img/topic11_bt.jpg) no-repeat -78px -29px;
	width:78px;
	height:29px;
	float:left;
	text-indent:-99999px;
	display:block;
	overflow:hidden;
}
.camp_bt01 a {
	background: url(../img/campaign/camp_bt.jpg) no-repeat 0 0;
	width:572px;
	height:84px;
	text-indent:-99999px;
	display:block;
	overflow:hidden;
	margin:20px auto;
}
.camp_bt01 a:hover {
	background: url(../img/campaign/camp_bt.jpg) no-repeat 0 -84px;
	width:572px;
	height:84px;
	text-indent:-99999px;
	display:block;
	overflow:hidden;
	margin:20px auto;
}
.voice .rightArea img {
	border:solid 2px #C5AB6D;
	margin-bottom:20px;
}
.voice img.left {
	border:right 2px #C5AB6D;
	margin-left:20px;
	float:right;
}
.voice .staff {
	background:#F7F2EA;
	clear:both;
	border:#E9E0C9 solid 1px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding:11px 17px;
	margin:10px 0 60px 0px;
	overflow:hidden;
	color:#6A5A57;
}
.voice .staff h4 {
	font-weight:bold;
	margin-bottom:5px;
}

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



	シンデレラストーリー
	

 
======================================================================== */
.story {
	clear:both;
	line-height:160%;
}
.story h3 {
	background:url(../img/icon00.gif) no-repeat 5px 3px;
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	border-bottom:#CCCCCC dotted 1px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.story .leftArea {
	float:left;
	width:374px;
	margin-bottom:10px;
}
.story .rightArea {
	float:right;
	width:204px;
}
.story .rightArea img {
	border:solid 2px #C5AB6D;
}
.story p img {
	float:right;
	border:solid 2px #C5AB6D;
	margin-left:20px;
}
.story .staff {
	background:#F7F2EA;
	clear:both;
	border:#E9E0C9 solid 1px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding:11px 17px;
	margin:10px 0 60px 0px;
	overflow:hidden;
	color:#6A5A57;
}
.story .staff1 {
	background:;
	clear:both;
	border:#E9E0C9 solid 1px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding:11px 17px;
	margin:10px 0 60px 0px;
	overflow:hidden;
	color:#6A5A57;

}
.story .staff h4 {
	font-weight:bold;
	margin-bottom:5px;
}

.freamleft {
	float: right;
	margin:0 0 20px 20px;
	width:300px;
}


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



	下着
	

 
======================================================================== */
.k_inner h3 {
	clear:both;
	overflow:hidden;
}
.k_inner .new_left {
	float:left;
	width:303px;
	background-color:#F5F2E2;
	margin-bottom:20px;
}
.k_inner .new_right {
	float:right;
	width:303px;
	background-color:#F5F2E2;
	margin-bottom:20px;
}
.k_inner .new_right .in img {
	float:left;
	margin:0 15px 10px 0;
}
.k_inner .new_left .in , .k_inner .new_right .in {
	margin:10px;
}
.k_inner .new_left .in .line{
	margin: 0 0 10px 0;
	border-bottom:#D6C8B0 solid 1px;
	padding-bottom:10px;
}
.k_inner .new_left dt {
	font-weight:bold;
}
.k_inner .puro {
	background-color:#F5F2E2;
	padding:20px;
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
}
.k_inner .puro .in {
	background-color:#fff;
	padding:20px;
	margin-top:20px;
	font-size:12px;
	font-weight: normal;
}

.k_inner .kin {
	margin:10px 0 40px 15px;
}
.k_inner .kin img.righti {
	float:right;
	margin:0 0 15px 15px;
}
.k_inner .after_k {
	float:left;
	width:90px;
	margin:0 15px 0 0;
	padding:0;
	text-align:left;
}
.k_inner .be {
	float:left;
	width:250px;
	margin-bottom:20px;
}
.k_inner .be2 {
	float:left;
	width:500px;
	margin-bottom:20px;
}
.k_inner .beimg {
	float:right;
	width:225px;
}
.k_inner .pro_left {
	width:306px;
	float:left;
	margin-bottom:30px;
}
.k_inner .pro_right {
	width:306px;
	float:right;
	margin-bottom:30px;
}
.k_inner ul.pro_b {
	background:url(../img/inner/24.gif) no-repeat 0 0;
	overflow:hidden;
	clear:both;
	padding-left:20px;
	margin-top:30px;
}
.k_inner ul.pro_b li {
	width:188px;
	float:left;
	margin-right:5px;
	margin-top:120px;
	margin-bottom:30px;
}
.k_inner .o {
	background:url(../img/inner/o.gif) no-repeat 0 3px;
	padding:3px 0 3px 30px;
}
.k_inner .x {
	background:url(../img/inner/x.gif) no-repeat 0 3px;
	padding:3px 0 3px 30px;
}



.yoga .leftarea {
	float:left;
	width:250px;
	text-align:center;
}
.yoga .leftarea img {
	border:#8cc540 solid 3px;
}
.yoga .base {
	clear:both;
	border-bottom:#8cc540 dotted 1px;
	padding-bottom:15px;
	margin-bottom:15px;
	overflow:hidden;
}
.yoga .rightarea {
	float:right;
	width:350px;
}
.yoga .rightarea h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color:#4C6B23;
}

.yoga table {
	width:100%;
	border-collapse:collapse;
	text-align:center;
	border:#7BAE39 solid 1px;
}
.yoga th {
	border-collapse:collapse;
	font-weight:bold;
	color:#FFF;
	border:#7BAE39 solid 1px;
	background-color:#8cc540;
	padding:8px 0;
	text-align:center;
}
.yoga th.st {
	border-collapse:collapse;
	font-weight:bold;
	color:#FFF;
	border:#7BAE39 solid 1px;
	background-color:#06C;
}
.yoga th.sn {
	border-collapse:collapse;
	font-weight:bold;
	color:#FFF;
	border:#7BAE39 solid 1px;
	background-color:#06C;
}
.yoga td {
	border-collapse:collapse;
	border:#7BAE39 solid 1px;
	padding:8px 0;
}
.yoga td.c1 {
	background-color:#D7C4C2;
}
.yoga td.c2 {
	background-color: #D9D6AF;
}
.yoga td.c3 {
	background-color: #ADC9BD;
}
h3.month {
	font-size:16px;
	font-weight:bold;
}
h2.sc {
	font-size:16px;
	font-weight:bold;
	background-color:#8cc540;
	color:#FFF;
	clear:both;
	margin:0 0 8px 0;
	padding:6px;
}
.yoga h4 {
	background-color:#8cc540;
	padding:5px 15px;
	margin-bottom:7px;
	color:#fff;
	font-weight:bold;
}

.yoga .rightarea p span{
	color:#8cc540;
	}
.yoga .imga {
	width:280px;
	float:right;
}
.yoga .txta {
	width:280px;
	float:left;
}


/* ----------------------------------------------------
	■2011.11右メニューテキストスタイル
---------------------------------------------------- */

.texttype-menu {
	width:256px;
	display:inline-block;
	background-color:#c1a96d;
	border: 1px solid #a58948;
	color:#B6883A;
	padding: 15px;
	margin-bottom: 7px;

}

.texttypelink {
	color: #FFFFFF;
	text-decoration :none;

}

a.texttypelink:hover,
a.texttypelink:active {
	color: #993300;
	text-decoration : underline;
}

/* ----------------------------------------------------
	■2012.11ブライダルページ
---------------------------------------------------- */

.bridal-menu {
	width: 620px;
	margin-bottom: 20px;
}
.bridal-menu a {
	text-align: center;
	display: block;
	width: 155px;
	float: left;
	padding-top: 15px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/bridal/button.png);
	background-repeat: no-repeat;
	height: 32px;
	font-size: 14px;
}


.bridal-menu a:hover,
.bridal-menu a:active {
	color: #FDDF91;
	text-decoration: none;

}

.bridal-copy {
	margin-top: 10px;
	font-weight: bold;
	font-size: 130%;
	color: #4F3017;
	width: 620px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4F3017;
	margin-bottom: 20px;
}

.bridal-q {
	color: #663300;
	font-size: 115%;
}
.bridal-a {
	color: #FF5353;
	font-weight: bold;
}
.bridal-qa {
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9999;
	padding-bottom: 7px;
}


