@charset "utf-8";
/*===================================================

目次
1:リセット
2:共通スタイル
3:グローバルレイアウト
4:ヘッター
5:グローバルナビ（ヘッター）
6:フッター
7:サイドナビ
8:ライトコンテンツ

=====================================================*/


/* 1:リセット ---------------------------------------*/ 
* {
	margin: 0px;
	padding:0px;
	font-size: 11px;
	color: #333333;
}

body {
	font-family: "メイリオ","小塚ゴシック Pro M", Meiryo , Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background: url("../img/common/bg/body.gif") repeat-x;
	cursor: url("../img/about/arrow/arrow1.png"),url("../img/about/arrow/arrow2.cur"),url("../img/about/arrow/arrow1.gif"),default;
}

a {
	text-decoration: none;
	color: #336633;
	border: none;
	cursor: pointer;
}
/*
a:visited {
	color: #193319;
}
*/
a:hover {
	color: #99b399;
	text-decoration: underline;
}


/* 2:共通スタイル -----------------------------------*/

img {
	vertical-align: bottom;
	border: none;
}

.clr {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul {
	list-style-type: none;	
}

ul li a {
	text-decoration: none;
}
.clr {
	clear: both;	
}

.iepngfix {  
     behavior: expression(IEPNGFIX.fix(this));  
}  
#blockContent {
	line-height: 150%;
	margin-top: 20px;
	padding: 0px 15px;
	width: 960px;

}

h2 {
	display: none;	
}

h4 span {
	display: none;	
}

#pankuzu li {
	float: left;
}
/* 3:グローバルレイアウト ---------------------------*/
#blockContent {
	z-index: 10;
}

#allContainer {
	width: 1020px;
	margin: 0px auto;
	background: url("../img/common/bg/middle.png") repeat-y;
	position: relative;
}

.title {
	/*border-bottom: 2px dotted #333333;*/
	background: url("../img/about/arrow/arrow1.png") no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size :12px;
	color: #336633;
	margin-bottom: 15px;
}
.line1 {
	line-height: 35px;	
}
.line1_dd {
	line-height: 35px;
}
.line3 {
	line-height: 68px;	
}
.line3_dd {
	padding: 10px 0px;
	line-height: 16px;
}
.line4 {
	line-height: 84px;	
}
.line4_dd {
	padding: 10px 0px;
	line-height: 16px;
}
.line5 {
	line-height: 100px;
}
.line5_dd {
	padding: 10px 0px;
	line-height: 16px;
}

.up_margin {
	margin-top: 30px;	
}
/* 4:ヘッター ---------------------------------------*/

#blockHeader {
	height: 69px;
	border-top: 20px solid #e7eeeb;
	z-index: 20;
	position: relative;
}
#headertopLink {
	height: 16px;
	background: #e7eeeb;
	padding-left: 15px;
	padding-top: 4px;
}

#headertopLink li a {
	background: url("../img/common/arrow/arrow0.gif") 0px 3px no-repeat;
	padding-left: 7px;
}
h1 {
	width: 	240px;
	height: 71px;
	background: url("../img/common/logo.png") no-repeat;
	float: right;
}
h1 a {
	width: 	240px;
	height: 71px;
	display: block;
}
h1 a span {
	display: none;	
}
#boxHeaderContent ul {
	float: left;	
}

#boxHeaderContent {
	border-top: 1px solid #c2cdc5;
}
/* 5:グローバルナビ（ヘッター） ---------------------*/

#boxHeaderContent ul li {

	display: block;
	/*overflow: hidden;*/
}
#boxHeaderContent ul li a span {
	display: none;	
}
#mainNavi #athomeLink_a:hover,#inspatreatmentLink_a:hover,#whatsnewLink_a:hover,#pressLink_a:hover,#aboutusLink_a:hover,#spaLink_a:hover {
	margin-top: 2px;
	border-top: 7px solid #63926a;
	height: 48px;
}

#mainNavi li a {
	display:block;
	overflow:hidden;

}
#athomeLink {
	position: relative;	
	width: 97px;
	height: 57px;
	background: url("../img/common/gronavi/g_navi_box2.png") 0px 0px no-repeat;
}
#athomeLink_a,#inspatreatmentLink_a,#whatsnewLink_a,#pressLink_a,#aboutusLink_a,#spaLink_a {
	height:57px;
}
#inspatreatmentLink {
	background: url("../img/common/gronavi/g_navi_box2.png") -97px 0px no-repeat;
	width: 96px;
	height: 57px;
	position: relative;
}

#whatsnewLink {
	background: url("../img/common/gronavi/g_navi_box2.png") -193px 0px no-repeat;
	width: 71px;
	height: 57px;
}
#pressLink {
	background: url("../img/common/gronavi/g_navi_box2.png") -264px 0px no-repeat;
	width: 105px;
	height: 57px;
}

#spaLink {
	background: url("../img/common/gronavi/g_navi_box2.png") -369px 0px no-repeat;
	width: 110px;
	height: 57px;
}

#aboutusLink {
	background: url("../img/common/gronavi/g_navi_box2.png") -479px 0px no-repeat;
	width: 62px;
	height: 57px;
}
#athomeLink #pulldownUp {
/*	position: absolute;
*/	left: 0px;
	top: 57px;
	width: 392px;

}

#athomeLink ul li a:hover {
	border: none;
}

#boxHeaderContent #mainNavi {
	width: 545px;
}

#boxHeaderContent ul li {
	float: left;
}
#athomeLink {
	position: relative;	
}
/* pulldown1 */
.pulldownUp {
	background: url("../img/common/gronavi/pulldown_bottom.png") left bottom no-repeat;
	width: 392px;
	position: absolute;
}
.pulldownUp ul li {
	/*background: url(/img/common/gronavi/pulldown_middle.png) left top repeat-x;*/
	padding-left: 15px;
	width: 367px;
}

.pulldownUp ul {
	background: url("../img/common/gronavi/pulldown_up.png") left top no-repeat;
	padding-bottom: 20px;
	padding-top: 6px;
	width: 392px;
}
.pulldownUp ul li span {
	display: none;
}
.pulldownUp ul li a {
	height: 14px;	
}

/* pulldown２ */
.pulldownUp2 {
	background: url("../img/common/gronavi/pulldown2_bottom.png") left bottom no-repeat;
	width: 596px;
	position: absolute;
}

#repeat_box {
	/*background: url(/img/common/gronavi/pulldown2_middle.png) left top repeat-y;	*/
}

.pulldownUp,.pulldownUp2 {
	display: none;

}

.pulldownBottom2 {
	background: url("../img/common/gronavi/pulldown2_up.png") left top no-repeat;
	width: 596px;
	padding-bottom: 20px;
}
.pulldownUp2 ul {
	width: 196px;
	border-right: 1px dotted #333;
}

.pulldownUp2 ul li {
	padding-left: 15px;
	width: 180px;	
}
.pulldown_sensitive a {
	background: url("../img/common/pulldown/sensitive-off.png") left bottom no-repeat;
	
}
.pulldown_lumafirm a {
	background: url("../img/common/pulldown/lumafirm-off.png") left bottom no-repeat;
	
}

.pulldown_repair a {
	background: url("../img/common/pulldown/repair-off.png") left bottom no-repeat;
	
}

.pulldown_caviar a {
	background: url("../img/common/pulldown/caviar-off.png") left bottom no-repeat;
}

.pulldown_specialcare a {
	background: url("../img/common/pulldown/care-off.png") left bottom no-repeat;
	
}
.pulldown_bodycourse a {
	background: url("../img/common/pulldown/bodycourse.png") left bottom no-repeat;
}

.pulldown_tropical a {
	background: url("../img/common/pulldown/tropical-off.png") left bottom no-repeat;
}

.pulldown_men a {
	background: url("../img/common/pulldown/men-off.png") left bottom no-repeat;
}

.pulldown_sun a {
	background: url("../img/common/pulldown/sun-off.png") left bottom no-repeat;
}

.pulldown_coffret a {
	background: url("../img/common/pulldown/coffret-off.png") left bottom no-repeat;
}
.pulldown_nymphea a {
	background: url("../img/common/pulldown/nymphea-off.png") left bottom no-repeat;
}
.pulldown_facialcourse a {
	background: url("../img/common/pulldown/facialcourse.png") left bottom no-repeat;
}

.pulldown_facialcoursespecial a {
	background: url("../img/common/pulldown/specialcare.png") left bottom no-repeat;
}

.pulldown_cleansing a {
	background: url("../img/common/pulldown/cleansing-off.png") left bottom no-repeat;
}

.pulldown_mask a {
	background: url("../img/common/pulldown/mask-off.png") left bottom no-repeat;
}

.pulldown_massage a {
	background: url("../img/common/pulldown/massage-off.png") left bottom no-repeat;
}

.pulldown_massageoil a {
	background: url("../img/common/pulldown/massageoil-off.png") left bottom no-repeat;
}
.pulldown_body a {
	background: url("../img/common/pulldown/body-off.png") left bottom no-repeat;
}
.pulldown_labandou a {
	background: url("../img/common/pulldown/lavandou-off.png") left bottom no-repeat;
}
.pulldown_sabai a {
	background: url("../img/common/pulldown/sabai-off.png") left bottom no-repeat;
}
.pulldown_nympheal a {
	background: url("../img/common/pulldown/nympheal-off.png") left bottom no-repeat;
}
.pulldownUp ul li a,.pulldownUp2 ul li a  {
	display: block;
	height: 20px;
}
#InnerBg {
	width: 990px;
	margin: 0px auto;
}

.pulldownUp2 .morepadding_bottom {
	padding-bottom: 43px;
	margin-top: 10px;
}

.pulldownUp2 .morepadding_bottom1 {
	margin-bottom: 25px;
	margin-top: 10px;
	
}
/* 6:フッター ---------------------------------------*/
#blockFooter {
	width: 1020px;
	margin: 0px auto;
	background: url("../img/common/bg/bottom.png") no-repeat;
	height: 66px;
}

#boxFooterContent {
	width: 990px;
	margin: 0px auto 0px;
	padding-top: 5px;
}

#footerLink {
	float: left;	
}
#boxFooterContent ul {
	margin-top: 5px;
	margin-left: 15px;
	padding-bottom: 2px;
}

#boxFooterContent ul li {
	float: left;
	text-align: center;
	line-height: 12px;
}
#boxFooterContent ul li a {
	font-size: 11px;

}
#b_link1 {
	width: 60px;
	border-right: 1px solid #336633;
}

#b_link2 {
	width: 75px;
	border-right: 1px solid #336633;
}

#b_link3 {
	width: 80px;	
}

address {
	font-style: normal;
	float :right;
	padding-right: 15px;
	color: #336633;
	font-weight: bold;
	font-size: 11px;
}

/* 7:サイドナビ -------------------------------------*/

h2 {
	margin-bottom: 10px;
}
#blockLeftside {
	float :left;
	width: 176px;
	margin-top: 40px;
	padding-bottom: 50px;
}

/* 8:ライトコンテンツ -------------------------------------*/
#blockRightcontent {
	margin-top: 40px;
	float: right;
	width: 624px;
}

.itemIntroduceBox {
	display: none;
	position: absolute;
	top: -220px;
	left: 0px;
	background: #fff;
	width: 483px;
	background: url("../img/common/popup/bg/popup_top.png") no-repeat;
	padding-top: 35px;
}

.itemIntroduceBox dd {
	line-height: 16px;	
}
.itemIntroduceBox .itemIntroduceBoxBottom {
	background: url("../img/common/popup/bg/popup_bottom.png") left bottom no-repeat;	
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	width: 453px;
	height: 181px;
}
.itemIntroduceBox .itemIntroduceBoxBottom dl {
/*	height: 174px;*/
}
.itemIntroduceBox .itemIntroduceBoxBottom dl dt {
	float: left;
}
.itemIntroduceBox .itemIntroduceBoxBottom dl dd {
	width: 265px;
	float: right;
	padding-right: 20px;
}
.eachitemlink {
	position: relative;	
}

.detail_img {
	margin-top: -24px;	
}
.pulldownUp2 .noborder {
	border: none;
	margin-top: 10px;
}

/* フッター-----------------------*/
#boxFooterContent ul#tourBanner {
	float: right;
	padding-right: 20px;
	margin-top: 0px;
}

