/*--------- index ---------*/
.flash {
	margin-bottom: 15px;
}
.rank {
	margin-bottom: 15px;
	background-image: url(../img/index/bg_rank.gif);
	background-repeat: repeat-y;
}
.rank .wrap {
	padding: 7px;
	background-image: url(../img/index/bg_rank_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rank table {
	float: left;
	width: 224px;
	background-image: url(../img/index/bg_rank_tbl.gif);
	background-repeat: repeat-y;
}
.rank table.rank_C,
.rank table.rank_R {
	margin-left: 7px;
}
.rank table th {
	padding-bottom: 7px;
}
.rank table td {
	padding: 0px 5px 15px;
}
.rank table td .photo {
	float: left;
}
.rank table td dl {
	padding-left: 72px;
}
.rank table td dl dd {
	margin-left: 3px;
}
.rank table td dl dd.txt1 {
	font-size: 12px;
	color: #5A3D1C;
	font-weight: bold;
	line-height: 12px;
	padding: 4px 0px 2px;
}
.rank table td dl dd.txt2 {
	font-size: 11px;
	color: #666666;
	line-height: 11px;
	padding: 1px 0px 3px;
}
.rank table td dl dd a {
	background-color: #EAD8A0;
	color: #5A3D1C;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 3px 0px;
	background-image: url(../img/index/bg_rank_link_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
}
.rank table td.btm {
	background-image: url(../img/index/bg_rank_tbl_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.rank table.rank_C td dl dd a {
	background-color: #EAC7B1;
	background-image: url(../img/index/bg_rank_link_2.gif);
}
.rank table.rank_R td dl dd a {
	background-color: #FFD768;
	background-image: url(../img/index/bg_rank_link_3.gif);
}
.news {
	margin-bottom: 10px;
}
.service {
	background-image: url(../img/index/bg_service.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
.service .wrap {
	background-image: url(../img/index/bg_service_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 2px;
}
.service table {
	width: 684px;
	margin: 7px 7px 0px;
}
.service table th {
	text-align: left;
}
.service table td.txt {
	background-image: url(../img/index/bg_service_td.gif);
	background-repeat: repeat-y;
	width: 336px;
	padding: 5px 8px;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.service table td img {
	vertical-align: baseline;
}
.consult {
	vertical-align: bottom;
}
.consult .wrap {
	background-image: url(../img/index/bg_consult.gif);
	background-repeat: no-repeat;
	height: 99px;
	font-size: 10px;
	line-height: 14px;
}
.consult .wrap p.inTree_R {
	float: right;
	padding: 9px 9px 0px 0px;
}
.consult .wrap p.inTree_L {
	float: left;
	padding: 9px 0px 0px 9px;
}
.consult .wrap p.inTree_L a,
.consult .wrap p.inTree_R a {
	display: block;
	width: 130px;
	height: 80px;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.consult .wrap p.inTree_L a span,
.consult .wrap p.inTree_R a span {
	padding-top: 35px;
	display: block;
}

/*-- common --*/
#cmn #cont h2 {
	background-image: url(../img/lower/bg_cmn_h2.gif);
}

#cmn #cont h3 {
	background-image: url(../img/lower/bg_cmn_h3.gif);
	font-size: 12px;
	color: #FFFFFF;
}

/*--------- form ---------*/
#cont .estimate p,
#cont .inquiry p,
#cont .demo p {
	margin: 5px;
}
#cont .estimate p.btn,
#cont .inquiry p.btn,
#cont .demo p.btn {
	margin-top: 10px;
	text-align: center;
}
#cont .estimate table,
#cont .inquiry table,
#cont .demo table {
	border-collapse: separate;
	border-spacing: 5px;
	width: 680px;
}
#cont .estimate table td input,
#cont .inquiry table td input,
#cont .demo table td input {
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
}
#cont .estimate table td textarea,
#cont .inquiry table td textarea,
#cont .demo table td textarea {
	line-height: 20px;
	padding: 0px 5px;
}
#cont .estimate span,
#cont .inquiry span,
#cont .demo span {
	color: #FF0000;
	font-size: 10px;
}
#cont .estimate table td.txt,
#cont .inquiry table td.txt,
#cont .demo table td.txt {
	padding: 5px;
}
#cont .estimate table td.txt input,
#cont .inquiry table td.txt input,
#cont .demo table td.txt input {
	height: 16px;
	line-height: 16px;
	padding: 0px;
}
.w300 {
	width: 300px;
}
.w500 {
	width: 500px;
}

#cont .estimate {
	border: 1px solid #D5D7E3;
	background-color: #F9F4F4;
	padding: 10px 0px 18px 7px;
}
#cont .estimate table th {
	background-color: #CD9899;
	text-align: left;
	padding: 5px 13px;
	white-space: nowrap;
	color: #FFFFFF;
	vertical-align: top;
	font-weight: normal;
}
#cont .inquiry {
	border: 1px solid #D5D7E3;
	background-color: #F3F3FA;
	padding: 10px 0px 18px 7px;
}
#cont .inquiry table th {
	background-color: #9899CD;
	text-align: left;
	padding: 5px 13px;
	white-space: nowrap;
	color: #FFFFFF;
	vertical-align: top;
	font-weight: normal;
}
#cont .demo {
	border: 1px solid #D5D7E3;
	background-color: #FAF3FA;
	padding: 10px 0px 18px 7px;
}
#cont .demo table th {
	background-color: #CE97CE;
	text-align: left;
	padding: 5px 13px;
	white-space: nowrap;
	color: #FFFFFF;
	vertical-align: top;
	font-weight: normal;
}

/*-- form_thanks --*/
.demo .txt_area,
.estimate .txt_area,
.inquiry .txt_area {
	background-color: #FFFFFF;
	margin: 30px;
	padding: 30px;
	border: 1px solid #CCCCCC;
}

/*-- profile --*/
table.prof {
	width: 670px;
	margin: 20px 15px;
}
table.prof th {
	font-size: 14px;
	background-color: #E1F1FF;
	text-align: left;
	padding: 10px 20px;
	border: 3px solid #FFFFFF;
	width: 200px;
	vertical-align: top;
	line-height: 1.5;
}
table.prof td {
	font-size: 14px;
	padding: 10px 20px;
	background-color: #FCFCFC;
	border: 3px solid #FFFFFF;
	line-height: 1.5;
}

/*-- use_guide --*/
.guide_txt {
	padding: 15px 15px 0px;
	margin-bottom: 15px;
	border: 1px solid #E1E1E1;
}
.guide_txt table {
	margin: 0px 0px 20px 15px;
	width: 630px;
}
.guide_txt table th {
	border: 1px solid #999999;
	padding: 5px;
	background-color: #F0FBFF;
	text-align: left;
	vertical-align: top;
}
.guide_txt table td {
	border: 1px solid #999999;
	padding: 5px;
	background-color: #F7F7F7;
}
.guide_txt table td.wrap {
	background-color: #E0EFF1;
}
#cont .guide_txt h4 {
	border: 1px solid #CCCCCC;
	margin: 0px 15px 20px;
	padding: 3px 15px;
	font-size: 13px;
	background-image: url(../img/lower/bg_h4.gif);
	background-repeat: repeat-x;
	background-position: left center;
	color: #333333;
}
#cont .guide_txt h5 {
	border-left: 12px solid #FF6600;
	margin: 15px;
	padding-left: 10px;
	color: #FF6600;
	font-size: 12px;
}
.guide_txt p.btn {
	margin: 0px;
	padding: 20px 0px 40px;
	text-align: center;
}
.guide_txt p.btn img {
	margin: 0px 5px;
	text-align: center;
}

/*-- spa --*/
#spa h2 {
	background-image: url(../spa/img/bg_h2.gif);
}
#spa h3 {
	background-image: url(../spa/img/bg_h3.gif);
}
#spa .ind_box a {
	color: #7A82A6;
	text-decoration: underline;
}
#spa #cont p.img_area {
	margin: 10px 0px 40px 0px;
}

/*-- facial --*/
#facial h2 {
	background-image: url(../facial/img/bg_h2.gif);
}
#facial h3 {
	background-image: url(../facial/img/bg_h3.gif);
}
#facial #cont .bnr {
	text-align: center;
	margin-bottom: 25px;
}
#facial #cont .bnr img {
	margin: 0px 10px;
}
#facial table.txt_tbl {
	margin: 15px 0px 30px 13px;
	width: 670px;
}
#facial table.txt_tbl td p {
	margin: 0px 15px 15px 0px;
}
#facial table.txt_tbl td span {
	color: #B46F67;
}
#cont .w450 table.spec {
	width: 450px;
	float: right;
	margin-right: 10px;
}
#facial .txt_area {
	background-image: url(../facial/img/biorevolution_img_3.gif);
	background-repeat: no-repeat;
	height: 175px;
	width: 325px;
	float: left;
	margin: 0px 0px 30px 15px;
}
#facial .txt_area h4,
#facial .txt_area p {
	margin: 11px 0px 12px 10px;
}
#facial .ind_box a {
	color: #B47068;
	text-decoration: underline;
}
#facial table.wrap_R {
	float: right;
}
#facial table.wrap_R td {
	padding: 5px;
}

/*-- bodycaring --*/
#body h2 {
	background-image: url(../bodycaring/img/bg_h2.gif);
}
#body h3 {
	background-image: url(../bodycaring/img/bg_h3.gif);
}
#body .ind_box a {
	color: #ED909A;
	text-decoration: underline;
}

/*-- other --*/
#other h2 {
	background-image: url(../other/img/bg_h2.gif);
}
#other h3 {
	background-image: url(../other/img/bg_h3.gif);
}
#other #cont h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
#other .ind_box a {
	color: #9E918E;
	text-decoration: underline;
}
#other #cont .illust_L {
	float: left;
	margin: 3px 50px 10px 0px;
}
#other #cont p.txt_S {
	font-size: 10px;
	clear: left;
	margin-top: 0px;
	line-height: 14px;
}
#other #cont table.txt_tbl {
	margin-left: 10px;
	width: 680px;
}

/*-- oxygen --*/
#oxygen h2 {
	background-image: url(../oxygen/img/bg_h2.gif);
}
#oxygen h3 {
	background-image: url(../oxygen/img/bg_h3.gif);
}
#oxygen .ind_box a {
	color: #54B0B9;
	text-decoration: underline;
}
#oxygen #cont p.txt_area {
	padding: 10px;
	margin: 0px 20px 20px;
	background-color: #F9F9F9;
	border: 1px solid #54B0B9;
}
#oxygen #cont div.txt_area {
	padding: 10px;
	margin: 0px 300px 0px 20px;
	background-color: #F9F9F9;
	border: 1px solid #54B0B9;
}
.idea_tbl {
	margin: 0px 20px 20px;
	width: 400px;
}
.idea_tbl th {
	border: 1px solid #54B0B9;
	background-color: #F0F0F0;
	padding: 5px;
}
.idea_tbl td {
	border: 1px solid #54B0B9;
	padding: 5px;
}
.riche_tbl {
	margin: 0px 10px 20px 0px;
	width: 650px;
}
.riche_tbl td {
	padding: 5px;
}
#cont .riche_tbl td h4 {
	margin: 0px;
}

/*-- depilation --*/
#depilation h2 {
	background-image: url(../depilation/img/bg_h2.gif);
}
#depilation h3 {
	background-image: url(../depilation/img/bg_h3.gif);
}
#depilation .ind_box a {
	color: #8F9739;
	text-decoration: underline;
}

/*-- vibration --*/
#vibration h2 {
	background-image: url(../vibration/img/bg_h2.gif);
}
#vibration h3 {
	background-image: url(../vibration/img/bg_h3.gif);
}
#vibration .ind_box a {
	color: #639CE2;
	text-decoration: underline;
}
#vibration #cont .txt_area {
	padding: 10px;
	margin: 0px 20px 20px;
	background-color: #F9F9F9;
	border: 1px solid #639CE2;
}
#vibration #cont .txt_area h4 {
	margin: 0px 0px 10px;
	font-size: 12px;
	color: #333333;
}
#vibration #cont .txt_area img {
	float: left;
	margin-right: 20px;
}
#vibration #cont .txt_area h4 img {
	float: none;
}
#vibration #cont .txt_area p {
	margin-bottom: 0px;
}
#vibration #cont .V7_tbl {
	width: 660px;
	border: 1px solid #999999;
	margin: 0px 0px 30px 20px;
	text-align: center;
}
#vibration #cont .V7_tbl th {
	text-align: left;
	padding: 10px;
}
#vibration #cont .V7_tbl td {
	padding: 10px 10px 10px 30px;
	text-align: left;
	width: 330px;
}
#vibration #cont .V7_tbl td img {
	margin-bottom: 10px;
}
#vibration #cont dl.v7_box {
	width: 200px;
	border: 1px solid #999999;
	float: left;
	line-height: 1.5;
	margin: 0px 0px 30px 15px;
}
#vibration #cont dl.v7_box dt {
	padding: 10px;
	font-weight: bold;
}
#vibration #cont dl.v7_box dd {
	padding: 0px 10px 10px;
	height: 6em;
}

/*-- bedrock --*/
#bedrock h2 {
	background-image: url(../bedrock/img/bg_h2.gif);
}
#bedrock h3 {
	background-image: url(../bedrock/img/bg_h3.gif);
}
#bedrock .ind_box a {
	color: #DD9F05;
	text-decoration: underline;
}
#bedrock p.txt_area {
	padding: 10px;
	margin: 0px 0px 20px 20px;
	background-color: #F9F9F9;
	border: 1px solid #DD9F05;
	float: right;
	width: 300px;
}
#bedrock p.txt_area img.flt {
	float: right;
	margin-left: 20px;
}
#bedrock #cont div.txt_area {
	padding: 10px;
	margin: 0px 300px 0px 20px;
	background-color: #F9F9F9;
	border: 1px solid #DD9F05;
}
#bedrock #cont .oxylux_tbl {
	border-collapse: separate;
	margin: 0px 0px 10px;
	width: 700px;
}
#bedrock #cont .oxylux_tbl td {
	border: solid 1px #666666;
	width: 220px;
	padding: 5px;
}
#bedrock #cont .oxylux_tbl td p {
	margin: 0px;
}
#bedrock #cont .oxylux_tbl td h4 {
	margin: 0px 0px 10px;
	font-size: 12px;
	color: #DD9F05;
}
#bedrock #cont .spec td table td {
	padding: 0px;
	border: none;
}

/*-- pelvis --*/
#pelvis h2 {
	background-image: url(../pelvis/img/bg_h2.gif);
}
#pelvis h3 {
	background-image: url(../pelvis/img/bg_h3.gif);
}
#pelvis .ind_box a {
	color: #BDA549;
	text-decoration: underline;
}
#pelvis #cont div.txt_area {
	padding: 10px;
	margin: 0px 300px 0px 20px;
	background-color: #F9F9F9;
	border: 1px solid #BDA549;
}
#pelvis #cont table.txt_area {
	margin: 0px 0px 20px 20px;
	background-color: #F9F9F9;
	border: 1px solid #BDA549;
	width: 660px;
}
#pelvis #cont table.txt_area th {
	padding: 10px 10px 0px;
}
#pelvis #cont table.txt_area td {
	padding: 10px;
}

/*-- capsule --*/
#capsule h2 {
	background-image: url(../capsule/img/bg_h2.gif);
}
#capsule h3 {
	background-image: url(../capsule/img/bg_h3.gif);
}
#capsule .ind_box a {
	color: #C68243;
	text-decoration: underline;
}

/*-- lighttherapy --*/
#light h2 {
	background-image: url(../lighttherapy/img/bg_h2.gif);
}
#light h3 {
	background-image: url(../lighttherapy/img/bg_h3.gif);
}
#light .ind_box a {
	color: #C783A7;
	text-decoration: underline;
}

/*-- massage_chair --*/
#chair h2 {
	background-image: url(../massage_chair/img/bg_h2.gif);
}
#chair h3 {
	background-image: url(../massage_chair/img/bg_h3.gif);
}
#chair .ind_box a {
	color: #90983A;
	text-decoration: underline;
}
#chair .txt_area {
	padding: 10px;
	margin: 0px 20px 0px 20px;
	background-color: #F9F9F9;
	border: 1px solid #90983A;
}
#chair .txt_area table {
	margin: 0px auto;
	width: 600px;
	text-align: center;
}
#chair .txt_area table th.wrap_2 {
	background-color: #FCD5B5;
	font-weight: normal;
	padding: 5px;
	vertical-align: top;
}
#chair .txt_area table th.wrap_1 {
	background-color: #C6D9F1;
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
}
#chair .txt_area table td {
	padding: 5px;
}

/*-- sauna --*/
#sauna h2 {
	background-image: url(../sauna/img/bg_h2.gif);
}
#sauna h3 {
	background-image: url(../sauna/img/bg_h3.gif);
}
#sauna .ind_box a {
	color: #E58542;
	text-decoration: underline;
}
#sauna p.txt_area {
	padding: 10px;
	margin: 0px 20px 20px 20px;
	background-color: #F9F9F9;
	border: 1px solid #E58542;
}
#sauna table.respa_tbl {
	margin-bottom: 20px;
}
#sauna table.respa_tbl td {
	padding: 10px;
}
#sauna table.respa_tbl td table td {
	padding: 0px 10px 10px 0px;
}

/*-- item --*/
#cont .item_box {
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 10px 0px 10px 30px;
	line-height: 20px;
}
#cont .item_box ul {
	list-style-type: none;
}
#cont .item_box ul li {
	float: left;
	width: 160px;
}
hr.item_hr {
	margin: 20px 10px;
	height: 2px;
}

/*-- privacy_policy --*/
ul.privacy {
	margin: 0px 0px 30px 40px;
}

/*-- site_map --*/
table.map {
	width: 660px;
	margin: 0px auto;
	text-align: center;
}
table.map td {
	width: 330px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
#cmn #cont table.map td h3 {
	background-color: #E8E8E8;
	background-image: none;
	border: 1px dashed #999999;
	padding: 0px;
}
#cmn #cont table.map td h3 a {
	display: block;
	padding: 5px 15px;
	color: #FF0000;
}
#cmn #cont table.map td ul {
	list-style-position: outside;
	list-style-image: url(../img/lower/map_arrow.gif);
	margin: 0px 0px 10px 30px;
}
#cmn #cont table.map td li {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
#cmn #cont table.map td li.snd {
	margin: 0px 0px 0px 20px;
	font-weight: normal;
}




#bedrock .ind_box a:hover,
#capsule .ind_box a:hover,
#depilation .ind_box a:hover,
#light .ind_box a:hover,
#other .ind_box a:hover,
#oxygen .ind_box a:hover,
#pelvis .ind_box a:hover,
#sauna .ind_box a:hover,
#vibration .ind_box a:hover,
#spa .ind_box a:hover,
#facial .ind_box a:hover,
#body .ind_box a:hover {
	color: #FF0000;
	text-decoration: none;
}

