@charset "utf-8";

/*==========================================*/
/*全頁共通の設定*/
/*==========================================*/
body{
	font: small/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background:url(../img/bc_img2.jpg);
	background-repeat:repeat-x;
	background-color:#F3F3F3;
	/*background-color:#3188C9;*/
	color:#262626;
}
* html body{
	font: x-small/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background:url(../img/bc_img2.jpg);
	background-repeat:repeat-x;
	background-color:#F3F3F3;
	/*background-color:#3188C9;*/
}

h1{
	margin:0px;
}
h2{
	margin:0px;
}
h3{
	margin:0px;
}
h4{
	margin:0px;
}
h5{
	margin:0px;
}
h6{
	margin:0px;
}
/*背景*/
#bg_other{
	background-image: url(../img/bc_img2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	height: 100%;
}

/*コンテンツ枠*/
#contents_other {
	width:auto;
	height:auto;
	/*background:url(../img/line3.jpg);
	background-repeat:repeat-x;*/
	background-color:#ffffff;
	margin:24px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	border-color: #CCCCCC;
	border-style:solid;
	border-width:1px;
}
/*コンテンツ*/
#dv_cnt {
	margin:0px 2px 0px 2px;
	padding:36px 20px 150px 20px;
	background:url(../img/line.jpg);
	background-repeat:repeat-x;
}

/*メニューバー*/
table#menu_tb{
	/*余白を無しに戻す*/
	margin-top:0px;
	/*テーブル下側の余白を追加する*/
	margin-bottom:15px;
	font-size:small;
}
/*メニューバー*/
* html table#menu_tb{
	/*余白を無しに戻す*/
	margin-top:0px;
	/*テーブル下側の余白を追加する*/
	margin-bottom:15px;
	font-size:x-small;
}

/*フッター*/
#footer{
	height:98px;
	margin-top:6px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background-color: #F2F2F2;
}

/*==========================================*/
/*プログラム一覧*/
/*==========================================*/

/*プログラムイメージ*/
.program_img {
	margin-top:15px;
}

/*プログラムイメージ*/
.program_img2 {
	margin-top:0px;
}

/*ドットライン*/
.line {
	margin-top:0px;
	padding:0px;
}

/*IE6のtd内文字を小さくして行間を1.5に*/
* html td {
	font-size:x-small;
	line-height:1.5em;

}

/*ライン*/
* html .line_tr{
	padding:0px;
	margin:0px;
}
* html .line_td{
	padding:0px;
	margin:0px;
	line-height: 0px;
}

.top {
	vertical-align: top;
}

/*プログラム内容*/
.td_program_txt {
	padding-top:15px;
	vertical-align: top;
}

/*プログラム内容*/
.td_program_txt2 {
	vertical-align: top;
	padding-top:17px;
}

.line_b {
	padding-top: 5px;
	background-image:url(../img/p_summary/dotline_b.gif);
	background-repeat: no-repeat;
	background-position: top;
}

td#siseikurabu_td {
	vertical-align: top;
}
/*※姿勢プラス～の文字を小さく*/
td#sisei_q_td {
	font-size: x-small;
}
/*IE6*/
* html td#sisei_q_td {
	font-size: xx-small;	
}

.program_tb1_2 {
	margin-bottom:45px;
}

.program_tb1_3 {
	margin-bottom:0px;
}

/*リスト*/
ol {
	margin-left: 20px;
	display:list-item;
	list-style-type:none;
}
/*リストの印を画像に*/
li.li_program {
	display:list-item;
	list-style-type:disc;
	list-style-image:url(../img/p_summary/arrow.gif);
}

/*==========================================*/
/*施設ご案内設定*/
/*==========================================*/

/*img#floor_map {
	padding:0px 0px 45px 0px;
}*/

/*どっと*/
.dotline_td {
	margin:20px auto 20px auto;
}
/*アクアゾーン*/
table#aqua_guide {
	margin-top:45px;
	text-align:left;	
}
td#aqua_text {
	padding:0px 0px 0px 15px;
	margin:0px;
	vertical-align: top;
}
/*リラクゼーションスパ*/
table#spa_guide {
	text-align:left;	
}
td#spa_text {
	padding:0px 0px 0px 15px;
	margin:0px;
	vertical-align: top;
}
/*スタジオ*/
table#studio_guide {
	text-align:left;	
}
td#studio_text {
	padding:0px 0px 0px 15px;
	margin:0px;
	vertical-align: top;
}
/*ジム*/
table#gym_guide {
	text-align:left;	
}
td#gym_text {
	padding:0px 0px 0px 15px;
	margin:0px;
	vertical-align: top;
}
/*リラックス*/
table#relax_guide {
	text-align:left;	
}
td#relax_text {
	padding:0px 0px 0px 15px;
	margin:0px;
	vertical-align: top;
}

/*文字_小*/
.font_s{
	font-size:x-small;
}

*html .font_s{
	font-size:xx-small;
}

/*日焼けマシン*/
.sun_price{
	width: 388px;
}

.sun_price .left{
	float:left;
	width: 78px;
}

.sun_price .right{
	float: right;
	width: 310px;
}

.cleare{
	clear:both;
}

/*==========================================*/
/*キャンペーン*/
/*==========================================*/
img.campaign{
	float: left;
	margin: 0px 10px 0px 40px;
}

.ca_img {
	margin: 0px 87px 0px 86px;
	text-align: left;

}

.ca_ticket {
	margin: 0px 37px 0px 36px;
	text-align: left;

}

#dv_canpaign2 {
	margin-left:92px;
	margin-top: 5px;
	text-align: left;
	}

/*==========================================*/
/*入会案内*/
/*==========================================*/
#kengaku_title {
	margin-top:27px;
	margin-bottom:20px;
}
#kengaku_title_big {
	margin-bottom:5px;
}
#nyuukai_dv{
	padding-left:15px;
}
.kengaku_arrow_td{
	background:#FFFFFF;
	text-align:center;
}

/*左寄せ*/
.left {
	text-align:left;
}


/*-----入会の流れ-----*/
/*25歳以下～を一回り小さくする*/
.u25 {
	font-size:x-small;
}
* html .u25 {
	font-size:xx-small;
}

/*利用開始フローチャート*/
img#riyou_frow {
	margin-top:8px;
}
/*入会手続きアイコン*/
img#illust {
	margin-left:6px;
}

/*入会流れテーブル総合*/
* html table#flow_tb {
	font-size:x-small;
}

/*ご利用開始二段目*/
td#riyoustart_td {
	vertical-align: top;
	padding-top: 5px;
}

/*入会手続き二段目*/
td#nyukai_flow_td {
	padding-top:5px;
}

/*会員種別と料金システム*/
img#system {
	margin-top:47px;
	margin-bottom:20px;
}
/*入会資格*/
img#nyukai_shikaku {
	margin-top:47px;
	margin-bottom:20px;
}
/*入会の流れ*/
img#nyukai_flow {
	margin-top:47px;
	margin-bottom:20px;
}
/*入会手続き*/
img#nyukai_tetuduki {
	margin-top:47px;
	margin-bottom:20px;
}


/*---会員種別、料金システムテーブル---*/

/*ライン設定テーブル初め*/
table#system_line_start {
	height:1px;
	margin-bottom:2px;
	background-image:url(../img/ad_guide/g_line.gif);
}

* html table#kindsystem_tb {
	font-size:x-small;
}

.td_kind_title {
	text-align:center;
	color:#ffffff;
}
.td_money_title {
	text-align:center;
	color:#ffffff;
}
.td_money_month_title {
	text-align:center;
	color:#ffffff;
}
.td_cont_title {
	text-align:center;
	color:#ffffff;
}
.td_kind {
	text-align:left;
	padding-left:14px;
}
.td_money {
	text-align:right;
	padding-right:12px;
}
.td_money_month {
	text-align:right;
	padding-right:12px;
}
.td_cont {
	text-align:left;
	padding-left:9px;
}

/*ライン設定テーブル終わり*/
table#system_line_end {
	height:1px;
	margin-top:2px;
	background-image:url(../img/ad_guide/g_line.gif);

}


/*-----申し込み・お問い合わせ先-----*/

/*問い合わせ先*/
img#toiawase {
	margin-top:47px;
	margin-bottom:20px;	
}

#toiawase_dv{
	padding-left:15px;
}

/*電話番号*/
.tel {
	font-size: x-large;
	font-weight: normal;
}
/*メール一行*/
.mail {
	font-size: x-large;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/*メールアドレス*/
.address {
	font-size: x-large;
	font-weight: normal;
	color:#4578B6;
	text-decoration: underline;
}
/*電話番号*/
* html .tel {
	font-size: large;
	font-weight: normal;
}
/*メール一行*/
* html .mail {
	font-size: large;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/*メールアドレス*/
* html .address {
	font-size: large;
	font-weight: normal;
	color:#4578B6;
	text-decoration: underline;
}


/*車で…*/
.car {
	color:#F30166;
}

/*申し込み先お問い合わせ先*/
p#p_tel{
	margin-top:8px;
	margin-bottom:3px;
}
/*申し込み先メール*/
p#p_mail{
	margin-top:3px;
	margin-bottom:8px;
}

/*見出しブルー*/
.char_blue {
	color: #0D3387;
	padding:0px;
	margin:0px 0px 8px 0px;
}



/*------------------------------------*/
/*---------気道術---------------------*/
/*------------------------------------*/

/*---気導術、施術のご案内テーブル---*/
#img_power_title1 {
	margin-bottom:15px;
}
#img_power_title2 {
	margin:41px 0px 15px 0px;
}
#img_power_title3 {
	margin:41px 0px 15px 0px;
}
#img_power_title4 {
	margin:41px 0px 15px 0px;
}
#img_power_title5 {
	margin:41px 0px 15px 0px;
}
#img_power_title6 {
	margin:41px 0px 15px 0px;
}

#img_tokucho {
	margin:5px 0px 5px 0px;
}

#dv_tokucho {
	padding-left:15px;
}
#dv_hani {
	padding-left:15px;
}
#dv_pain {
	padding-left:15px;
}

* html table#kindsystem_tb {
	font-size:x-small;
}

.td_title {
	text-align:center;
	color:#ffffff;
}
.td_week {
	text-align:left;
	vertical-align:top;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.td_time {
	text-align:left;
	vertical-align:top;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.td_price {
	text-align:left;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}
.td_sezyutu_naiyo {
	text-align:left;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}

.td_sezyutusya {
	text-align:left;
	vertical-align:top;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;

}

.sp_name {
	font-size:large;
}
* html .sp_name {
	font-size:medium;
}
.sp_link {
	color:#4578B6;
	text-decoration: underline;
}
#img_title {
	margin-bottom:10px;
}
#img_kidou_hani {
	margin-bottom:5px;
}

#dv_canpaign {
	margin-left:87px;

}

/*施術のご案内*/
.info{
	width:752px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 2px 0px;
	margin-left: 10px;
}
 /*施術日*/
.info1{
	text-align: center;
	color:#FFFFFF;
	width: 135px;
	background-color:#808080;
	border-right: 2px solid #FFFFFF;
	padding: 4px 0px;
}

 /*時間*/
.info2{
	text-align: center;
	color:#FFFFFF;
	width: 135px;
	background-color:#808080;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	padding: 4px 0px;
}

 /*価格*/
.info3{
	text-align: center;
	color:#FFFFFF;
	width: 140px;
	background-color:#808080;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	padding: 4px 0px;
}

 /*内容*/
.info4{
	text-align: center;
	color:#FFFFFF;
	width: 327px;
	background-color:#808080;
	border-left: 2px solid #FFFFFF;
	padding: 4px 0px;
}

.info_glay{
	background-color:#E6E6E6;
	padding: 6px 10px;
	border-right: 2px solid #FFFFFF;
	border-top : 2px solid #FFFFFF;
	vertical-align:top;
}

.info_glay2{
	background-color:#E6E6E6;
	padding: 6px 10px;
	border-right: 2px solid #FFFFFF;
	border-top : 2px solid #FFFFFF;
	vertical-align:top;
}

.info_white{
	padding: 6px 10px;
	vertical-align:top;
}

.info_white2{
	padding: 6px 10px;
	vertical-align:top;
	border-bottom: 1px solid #999999;
}

.info_glay3{
	background-color:#E6E6E6;
	padding: 6px 10px;
	vertical-align:top;
	border-bottom: 1px solid #999999;
	border-right: 2px solid #FFFFFF;
	background-image: url(../img/q_power/white.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*価格_左*/
.info_white .left{
	float: left;
}

/*価格_右*/
.info_white .right{
	float: right;
}

.clear{
	clear:both;
}

.info_bg{
	height: 1px;
	background-color: #999999;
}

.sp_tel {
	color:#F30166;
}

/*==========================================*/
/*フォーム内設定*/
/*==========================================*/

#inq_dv{
	width:713px;
	margin:0ox auto 0px auto;
}

/*お名前テキストエリア設定*/
input#name {
	width: 261px;
	height: 20px;
	padding:0px;
	margin:0px 0px 0px 5px;
}
/*E-mailテキストエリア設定*/
input#mail {
	width: 261px;
	height: 20px;
	padding:0px;
	margin:0px 0px 0px 5px;	
}
/*住所*/
select#area {
	width:100px;
	height:20px;
	padding:0px;
	margin:0px 0px 0px 5px;	
}
/*郵便番号*/
input#box1 {
	width:47px;
	height:20px;
	margin:0px 3px 0px 2px;	
}
/*郵便番号下桁、電話番号2、電話番号3*/
.box2 {
	width:47px;
	height:20px;
	margin:0px 3px 0px 3px;	
}
/*電話番号1*/
input#box3 {
	width:47px;
	height:20px;
	margin:0px 3px 0px 3px;	
}
/*住所*/
input#address {
	width:350px;
	height:20px;
	padding:0px;
	margin:0px 3px 0px 3px;	
}

label#lab{
	/*margin-left:5px;*/
	font-size:x-small;
}
* html label#lab{
	/*margin-left:5px;*/
	font-size:xx-small;
}
/*問い合わせ内容テキストエリア設定*/
/*問い合わせ内容テキストエリア設定*/
textarea#send {
	width: 350px;
	height: 159px;
	padding:0px;
	margin:0px 0px 0px 5px;
	font-size:small;
}
* html .sp_font_small {
	font-size:xx-small;
}


/*確認ボタン*/
input#submit {
	width: 110px;
	height: 24px;
	margin-right:20px;
}
/*リセットボタン*/
input#reset {
	width: 110px;
	height: 24px;
}

/*テーブル全体 td の設定*/
table#faq_table td {
	background-image: url(../img/boder2.gif);
	background-repeat: repeat-x;
	margin:0px;
	vertical-align: top;
	padding: 13px 15px 10px 15px;
	line-height: 1.5em;
	text-align:left;
}

/*テーブル最終行の設定*/
table#tb_end {
	background-image: url(../img/boder2.gif);
	background-repeat: repeat-x;
	padding:0px;
	margin-bottom: 20px;
}

/*赤文字*/
.charstyle {
	color: #FF0000;
	font-size: x-small;
}
/*IE6時フォントを小さめにする*/
* html .charstyle {
	font-size:xx-small;
}

ol {
	list-style-image: none;
	line-height:1.5em;	
}
.hi15 {
	line-height:1.5em;
}
