@charset "utf-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;	

}


ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

/* --------------------------------------------------------------------------- */
body{
	text-align:center;
	font-size:12px;
	color:#4D6F03;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:140%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;	
	height:100%;
	background-color: #ffffff;
	background-image: url(../shared/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a,
a:link,
a:visited {
	color:#34a974;
	text-decoration:none;
}

a:hover,
a:active {
	color:#34a974;
	text-decoration:none;
}

.clear {/* float解除のhack box */
	clear:both;
}

#pagetop{
	width:90px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 450px;
}

#pagetop a{
	background-image:url(../shared/bt_pagetop_off.jpg);
	background-position:0px 0px;
	width:90px;
	display: block;
	height: 20px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	background-repeat: no-repeat;
}

#pagetop a:hover, #pagetop a:active {
	background-image:url(../shared/bt_pagetop_on.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
}

/* 枠--------------------------------------------------------------------------- */
#wrapper_all {
	height: 100%;
	width: 100%;
}

#wrapper {
	height: auto;
	width: 100%;
}

#main {
	padding-bottom:0px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


/* header----------------------------------------------------------------------- */
#header_all{
	width: 830px;
	height: 107px;
	padding: 0px;
	margin: 0px;
}

#header{
	width: 100%;
	height: 18px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 30px;
	font-size: 10px;
}

#header_logo{
	width: 300px;
	height: 36px;
	margin: 0px;
	float: left;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header_tel{
	width: 245px;
	height: 36px;
	margin: 0px;
	float: right;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* navi----------------------------------------------------------------------- */
#gnavi {
	width:792px;
	height: 62px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#gnavi ul {
	width:792px;
	height: 62px;
	list-style-type:none;
}

#gnavi li {
	float:left;
	height: 62px;
}

#gnavi li a {
 	display: block;		
 	height: 62px;
 	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#toppage a {
	background-image:url(../shared/bt_top_off.jpg);
	background-position:left top;
	width:131px;
	background-repeat: no-repeat;
}

#gnavi li#toppage a:hover, #gnavi li#toppage a:active {
	background-position:left top;
	background-image: url(../shared/bt_top_on.jpg);
	background-repeat: no-repeat;
}

#gnavi li#first a {
	background-image:url(../shared/bt_first_off.jpg);
	background-position:left top;
	width:131px;
	background-repeat: no-repeat;
}

#gnavi li#first a:hover, #gnavi li#first a:active {
	background-position:left top;
	background-image: url(../shared/bt_first_on.jpg);
	background-repeat: no-repeat;
}

#gnavi li#info a {
	background-image:url(../shared/bt_info_off.jpg);
	background-position:left top;
	width:131px;
	background-repeat: no-repeat;
}

#gnavi li#info a:hover, #gnavi li#info a:active {
	background-position:left top;
	background-image: url(../shared/bt_info_on.jpg);
	background-repeat: no-repeat;
}

#gnavi li#menu a {
	background-image:url(../shared/bt_menu_off.jpg);
	background-position:left top;
	width:131px;
	background-repeat: no-repeat;
}

#gnavi li#menu a:hover, #gnavi li#menu a:active {
	background-position:left top;
	background-image: url(../shared/bt_menu_on.jpg);
	background-repeat: no-repeat;
}

#gnavi li#introduction a {
	background-image:url(../shared/bt_introduction_off.jpg);
	background-position:left top;
	width:131px;
	background-repeat: no-repeat;
}

#gnavi li#introduction a:hover, #gnavi li#introduction a:active {
	background-position:left top;
	background-image: url(../shared/bt_introduction_on.jpg);
	background-repeat: no-repeat;
}

#gnavi li#sitemap a {
	background-image:url(../shared/bt_sitemap_off.jpg);
	background-position:left top;
	width:137px;
	background-repeat: no-repeat;
}

#gnavi li#sitemap a:hover, #gnavi li#sitemap a:active {
	background-position:left top;
	background-image: url(../shared/bt_sitemap_on.jpg);
	background-repeat: no-repeat;
}

/* contents--------------------------------------------------------------------- */
#contents_base{
	width: 830px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

/* center-------------------------------------------------------------------- */
#center_base{
	width: 560px;
	height: auto;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.center_title{
	width: 540px;
	height: 35px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.center_text{
	width: 525px;
	height: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 12px;
	color: #666666;
}

.subtitle{
	font-size: 14px;
	color: #F07800;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9933;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: bold;
}



/*中「整体」タイトルとメニューボタンを囲むbox-------------------------------------------------------------*/
.intro_maintitle{
	width: 520px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 18px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*中「整体」タイトル-------------------------------*/
#sub_titleimg{
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*該当ページメニューボタン配置時の右パディング------*/
.bt01 img {
	height: 20px;
	padding-right: 6px;
}

.bt02 img {
	height: 20px;
	padding-right: 6px;
}

.bt04 img {
	height: 20px;
	padding-right: 6px;
}

.bt05 img {
	height: 20px;
	padding-right: 6px;
}

/*上下のメニューボタン------------------------------------*/
.intro_maintitle ul {
	width:522px;
	height: 20px;
	list-style-type:none;
	padding-bottom: 5px;
}

.intro_maintitle li {
	float:left;
	height: 20px;
	padding-right: 0px;
}

.intro_maintitle li a {
 	display: block;		
 	height: 20px;
 	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}


/*上の段のメニューボタン-------------------------------*/
.intro_maintitle li.bt01 a {
	background-image:url(../introduction/images/bt_mt_off.jpg);
	background-position:left top;
	width:164px;
	padding-right: 6px;
	background-repeat: no-repeat;
}

.intro_maintitle li.bt01 a:hover, .intro_maintitle li.bt01 a:active {
	background-position:left top;
	background-image: url(../introduction/images/bt_mt_on.jpg);
	background-repeat: no-repeat;
}

.intro_maintitle li.bt02 a {
	background-image:url(../introduction/images/bt_hari_off.jpg);
	background-position:left top;
	width:164px;
	background-repeat: no-repeat;
	padding-right: 6px;
}

.intro_maintitle li.bt02 a:hover, .intro_maintitle li.bt02 a:active {
	background-position:left top;
	background-image: url(../introduction/images/bt_hari_on.jpg);
	background-repeat: no-repeat;
}

.intro_maintitle li.bt03 a {
	background-image:url(../introduction/images/bt_liftup_off.jpg);
	background-position:left top;
	width:164px;
	background-repeat: no-repeat;
}

.intro_maintitle li.bt03 a:hover, .intro_maintitle li.bt03 a:active {
	background-position:left top;
	background-image: url(../introduction/images/bt_liftup_on.jpg);
	background-repeat: no-repeat;
}

/*下の段のメニューボタン-------------------------*/
.intro_maintitle li.bt04 a {
	background-image:url(../introduction/images/bt_anti_off.jpg);
	background-position:left top;
	width:164px;
	padding-right: 6px;
	background-repeat: no-repeat;
}

.intro_maintitle li.bt04 a:hover, .intro_maintitle li.bt04 a:active {
	background-position:left top;
	background-image: url(../introduction/images/bt_anti_on.jpg);
	background-repeat: no-repeat;
}

.intro_maintitle li.bt05 a {
	background-image:url(../introduction/images/bt_others_off.jpg);
	background-position:left top;
	width:164px;
	background-repeat: no-repeat;
	padding-right: 6px;
}

.intro_maintitle li.bt05 a:hover, .intro_maintitle li.bt05 a:active {
	background-position:left top;
	background-image: url(../introduction/images/bt_others_on.jpg);
	background-repeat: no-repeat;
}

.intro_maintitle li.bt06 a {
	background-image:url(../introduction/images/bt_massage_off.jpg);
	background-position:left top;
	width:164px;
	background-repeat: no-repeat;
}

.intro_maintitle li.bt06 a:hover, .intro_maintitle li.bt06 a:active {
	background-position:left top;
	background-image: url(../introduction/images/bt_massage_on.jpg);
	background-repeat: no-repeat;
}

/*小タイトルとテキストと画像を囲むbox-------------------------------------------------------------*/
.intro_area{
	width: 490px;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #FF9F00;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*小タイトル-------------------------------*/
.intro_title{
	font-size: 14px;
	color: #F07800;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9F00;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9F00;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*小タイトル下のキャッチ_オレンジ_太字-----------------------*/
.main_text_cap{
	font-size: 13px;
	color: #F07800;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9F00;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*小タイトル下のテキスト_グレー-----------------------*/
.main_text_gray{
	font-size: 13px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}

/*小タイトル下のテキスト_オレンジ色---つかわない--------------------*/
.main_text{
	font-size: 13px;
	color: #F07800;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}

/*左右の画像とキャプションを囲むbox------------------*/
.intro{
	width: 100%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

/*金パックを囲むbox-------------------------*/
.intro_gold{
	width: 100%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	text-align: center;
}


/*左画像を囲むbox-------------------------*/
.intro_left{
	width: 46%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	text-align: center;
}

/*右画像を囲むbox-------------------------*/
.intro_right{
	width: 47%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	text-align: center;
}

/*中央に画像一枚を配置するbox-------------------------*/
.intro_center{
	width: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 132px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

/*左背景画像-----------------------プログラム設置のため画像を背景に-------------------------------------*/
.imgback{
	width: 201px;
	height: 136px;
	text-align: center;
	margin: 0px;
	padding: 12px;
	background-image: url(../introduction/images/img_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*矢印の画像_縦画像用を囲むbox-------------------------*/
.arrow_img_t{
	width: 7%;
	padding-top: 25%;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	text-align: center;
}

/*矢印の画像_横画像用を囲むbox-------------------------*/
.arrow_img_w{
	width: 7%;
	padding-top: 0%;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	text-align: center;
}

/*矢印の画像_横画像リフトアップ用を囲むbox-------------------------*/
.arrow_img_w_lift{
	width: 7%;
	padding-top: 20%;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	text-align: center;
}

/*右側に一枚だけ配置する画像-------------------------*/
.images{
	margin: 0px;
	float: right;
	width: 225px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*右側に一枚だけ配置する画像_たて-------------------------*/
.images_t{
	margin: 0px;
	float: right;
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*画像上のキャプション大_オレンジ----------つかわない-------------*/
.caption_orange{
	font-size: 14px;
	color: #F07800;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

/*小さい画像下のキャプション_オレンジ-----------------------*/
.caption_orange_s{
	font-size: 14px;
	color: #F07800;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}

/*画像下のキャプション小_オレンジ-----------------------*/
.caption{
	font-size: 11px;
	color: #F07800;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.3em;
	text-align: left;
}

/*画像下のキャプション小_オレンジ（中央に画像一枚を配置する）-----------------------*/
.caption_center{
	font-size: 11px;
	color: #F07800;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.3em;
	text-align: left;
	width: 215px;
}


/*画像下のキャプション小_オレンジ（アンチエイジングページ用）-----------------------*/
.caption_anti{
	font-size: 11px;
	color: #F07800;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.3em;
}

/*画像下のキャプション内のリスト-----------------------*/
#caption_list{
	padding-left: 25px;
}

#caption_list li{
	font-size: 12px;
	color: #666666;
	list-style-type: square;
	text-align: justify;
}

/*アンチエイジングの画像小-----------------------*/
.image_s_01{
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	float: left;
	width: 145px;
	text-align: center;
}

.image_s_02{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	float: left;
	width: 145px;
	text-align: center;
}
.image_s_03{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	float: left;
	width: 145px;
	text-align: center;
}
/*アンチエイジングの矢印画像小-----------------------*/
.arrow_s{
	padding-left: 0px;
	padding-top: 40px;
	padding-right: 2px;
	padding-bottom: 0px;
	float: left;
	width: 18px;
}

/* subnavi--------------------------------------------------------------------- */
#left{
	width: 270px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#sub_navi_base_all{
	width: 235px;
	height: 504px;
	background-image: url(../shared/subnavi_bg_base.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}

#sub_navi_1{
	width: 224px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#sub_navi_1 ul {
	width:224px;
	height: auto;
	list-style-type:none;
	padding-top: 5px;
}

#sub_navi_1 li {
	float:left;
	height: 72px;
	padding-bottom: 5px;
}

#sub_navi_1 li#shoulder {
	width:224px;
	height: 72px;
	background-image: url(../shared/bt_shoulder_base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
}

#sub_navi_1 li#waist {
	width:224px;
	height: 72px;
	background-image: url(../shared/bt_waist_base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
}

#sub_navi_1 li#headache {
	width:224px;
	height: 72px;
	background-image: url(../shared/bt_headache_base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
}


#sub_navi_1 li#body {
	width:224px;
	height: 72px;
	background-image: url(../shared/bt_body_base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
}

#sub_navi_1 li#face {
	width:224px;
	height: 72px;
	background-image: url(../shared/bt_face_base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
}

#sub_navi_1 li#beauty {
	width:224px;
	height: 72px;
	background-image: url(../shared/bt_beauty_base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
}
.sab_text_base{
	padding-top: 15px;
	line-height: 130%;
	padding-left: 70px;
	padding-right: 12px;
	color: #626262;
	font-size: 10px;
	width: 145px;
	height: 30px;
}

.bt_details_base{
	padding-top: 0px;
	padding-left: 122px;
	padding-right: 5px;
	color: #626262;
	font-size: 12px;
	width: 90px;
	height: 20px;
}
.bt_details_base a{
 	display: block;		
 	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
	background-image:url(../shared/bt_details_off.jpg);
	background-position:left top;
	width:90px;
	height: 20px;
	background-repeat: no-repeat;
}

.bt_details_base a:hover, .bt_details_base a:active {
	background-position:left top;
	background-image: url(../shared/bt_details_on.jpg);
	background-repeat: no-repeat;
}

/* information_area--------------------------------------------------------------------- */
#info_base{
	width: 235px;
	height: 263px;
	margin: 0px;
	float: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 20px;
}


/* footer---------------------------------------------------------------------- */
#copy{
	padding-top: 3px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

#wrapper_bottom {
	height: 22px;
	width: 100%;
	text-align: center;
	background-image: url(../shared/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

/* pager_navi */
.pager_navi {text-align:center;}