@charset "utf-8";
/* CSS Document */

/* 
基本項目
----------------------------------------------------------- */ 
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
html>/**/body{/* for Modern browsers only not IE 7 */
	overflow:-moz-scrollbars-vertical;
	/* overflow-y:scroll; */
}
html:first-child body{/* for Opera 9 and below */
	min-height:100%;
	padding-bottom:1px;
}
body{
	background:url(img/bg.gif) repeat #FFFFFF fixed;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meiryo, Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif;
	font-size:12px;
	color:#333;
}
li{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}
a:active, a:focus{
	outline:none;  
}  

/* 
リンク
----------------------------------------------------------- */ 
a{
	color:#FF6600;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
}
a:active{
}

/* 
レイアウト
----------------------------------------------------------- */ 
#base{
	width:1000px;
	margin:0 auto;
}
.content_middle{
	background:url(img/content_middle.png) repeat-y;
	width:1000px;
}
#content_bottom{
	background:url(img/content_bottom.png) no-repeat;
	width:1000px;
	height:20px;
	display:block;
}
.content_base{
	width:850px;
	margin:0 auto;
}
.content{
	width:810px;
	margin:0 auto;
	overflow:hidden;
}
.content2{
	width:830px;
	margin:0 auto;
	overflow:hidden;
}


/* 
ヘッダー
----------------------------------------------------------- */ 
#header{
	background:#FFF;
	width:850px;
	height:100px;
	position:relative;
}
#header h1{
	font-weight:normal;
	font-size:12px;
	position:absolute;
	top:7px;
	left:20px;
}
#title1{
	width:600px;
	height:50px;
	position:absolute;
	top:30px;
	left:20px;
}
#title2{
	width:160px;
	height:50px;
	position:absolute;
	top:30px;
	right:20px;
}

/* 
メイン
----------------------------------------------------------- */ 
#main{
	background:url(img/main.png) no-repeat;
	width:1000px;
	height:470px;
	position:relative;
	_position:inherit;
}
#main_contact{
	width:310px;
	height:50px;
	display:block;
	position:absolute;
	bottom:60px;
	left:115px;
}
#main_banner{
	width:570px;
	height:2100px;
	position:absolute;
	top:0;
	left:0;
}

#check3{
	width:810px;
	height:150px;
	margin:0 0 20px 0;
}

/* 
加圧トレーニングとは？
----------------------------------------------------------- */ 
#about{
	margin:0 0 10px 0;
}
.about_photo1{
	width:260px;
	float:left;
}
.about_text1{
	width:540px;
	float:right;
	font-size:15px;
	line-height:1.5;
	margin:0 0 10px 0;
}
.about_photo2{
	width:260px;
	float:right;
}
.about_text2{
	width:540px;
	float:left;
	font-size:15px;
	line-height:1.5;
}
span.about_text3{
	font-size:12px;
}
#about strong{
	color:#F60;
}


/* 
コンテンツ
----------------------------------------------------------- */ 
#title-conduct{
	background:url(img/title-conduct.png) no-repeat;
	width:830px;
	height:60px;
	position:relative;
}
#title-conduct p{
	width:740px;
	height:20px;
	position:absolute;
	left:65px;
	bottom:10px;
	line-height:1.8;
	overflow:hidden;
}
#delegate{
	background:url(img/delegate.png) no-repeat;
	width:810px;
	height:420px;
	position:relative;
	margin:0 0 10px 0;
}
#delegate_text1{
	width:450px;
	height:170px;
	position:absolute;
	top:30px;
	right:30px;
	overflow:scroll;
	overflow-x:hidden;
	color:#000;
	line-height:1.5;
}
#delegate_text2{
	width:300px;
	height:30px;
	position:absolute;
	bottom:15px;
	left:15px;
	overflow:hidden;
	color:#000;
	line-height:1.3;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.content_title{
	width:810px;
	height:50px;
	display:block;
}
.content_title2{
	width:830px;
	height:60px;
	display:block;
}
.content_box{
	width:768px;
	padding:20px;
	border:solid 1px #FF6600;
	border-top:none;
	margin:0 0 20px 0;
	line-height:1.5;
}
.content_box2{
	width:768px;
	padding:20px;
	border:solid 1px #FF6600;
	border-top:none;
	margin:0 0 10px 0;
	line-height:1.5;
}
.content_box a,.content_box2 a{
	text-decoration:underline;
}
.content_box a:hover,.content_box2 a:hover{
	text-decoration:none;
}

/* 
コピーライト
----------------------------------------------------------- */ 
#copy{
	text-align:center;
	padding:0 0 50px 0;
}

/* 
下部メニュー
----------------------------------------------------------- */ 
#bottom_menu{
	margin:0 auto;
	line-height:150%;
	text-align:center;
	color:#999;
	width:750px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.bottom_menu_small{
	font-size:10px;
}

/* 
利用者の声
----------------------------------------------------------- */ 
#voice table{
	margin:0 0 10px 0;
	border-bottom:1px solid #FF6600;
	line-height:1.3;
}
#voice table th{
	text-align:left;
}
#voice table td{
	padding:5px;
}
#voice table td.voice_photo1{
	padding:0 0 0 5px;
	vertical-align:top;
}
#voice table td.voice_photo2{
	padding:0 5px 0 0;
	vertical-align:top;
}
#voice table td.voice_comment{
	padding:0 0 0 15px;
}
.voice_shop dl{
	background:#FFF7DE;
	border:1px dotted #FF6600;
	padding:5px;
}
.voice_shop dt{
	font-weight:bold;
}
.voice_shop dd{
	padding:0 10px 5px 10px;
}
.voice_name{
	text-align:right;
	font-weight:bold;
}

/* 
トレーナー紹介
----------------------------------------------------------- */ 
#trainer table{
	margin:0 0 5px 0;
	border-bottom:1px solid #FF6600;
	
}
#trainer table th{
	text-align:left;
	font-size:16px;
}
#trainer table td{
	padding:5px;
}
#trainer table td.trainer_photo{
	padding:0 5px 0 0;
	vertical-align:top;
	width:200px;
}
#trainer table td.trainer_comment{
}
.trainer_photo dl{
}
.trainer_photo dt{
	font-weight:bold;
	border-bottom:1px dotted #CCC;
}
.trainer_photo dd{
	padding:0 0 0 5px;
}
.trainer_shop dl{
	background:#FFF7DE;
	border:1px dotted #FF6600;
	padding:5px;
}
.trainer_shop dt{
	font-weight:bold;
}
.trainer_shop dd{
	padding:0 10px 5px 10px;
}
#trainer table li{
	float:left;
	margin:0 10px 0 0;
}

/* 
料金表
----------------------------------------------------------- */ 
#price{
}
#price_img{
	background:url(img/price.png) no-repeat;
	width:768px;
	height:340px;
	position:relative;
	margin:0 0 10px 0;
}
#price_img ul{
	position:absolute;
	left:20px;
	bottom:20px;
	width:440px;
	font-size:14px;
}
#price li{
	margin:0 0 5px 20px;
	list-style:disc outside;
}
#price_photo{
	width:768px;
	height:150px;
}

/* 
アクセス
----------------------------------------------------------- */ 
#access{
}
#map{
	width:768px;
	height:350px;
	margin:0 0 10px 0;
}
#map_text{
	float:left;
	width:358px;
}
#map_text dl{
}
#map_text dt{
	font-weight:bold;
	border-bottom:1px dotted #CCC;
	padding:0 0 2px 0;
	margin:0 0 2px 0;
	font-size:13px;
}
#map_text dd{
	padding:0 0 5px 10px;
}
#map_text li{
	list-style:outside disc;
	margin:0 0 0 20px;
}
#access_contact{
	width:400px;
	height:270px;
	float:right;
}
#access_contact1{
	background:url(img/access_contact1.png) no-repeat;
	width:400px;
	height:20px;
	display:block;
	padding-top: 135px;
}
#access_contact2{
	width:400px;
	height:120px;
	display:block;
}

/* 
なぜ返金
----------------------------------------------------------- */ 
.why{
}
.content_m_title{
	width:768px;
	margin:0 0 10px 0;
}
.why dl{
	padding:0 0 0 68px;
}
.why dt{
}
.why dd{
	padding:5px 0 0 70px;
	font-size:13px;
}
.why p{
	width:446px;
	float:left;
}
.why_img{
	width:170px;
	height:110px;
	float:right;
}
.content_m_text{
	border-left:5px solid #FF6600;
	margin:0 0 10px 68px;
	padding:0 0 0 10px;
	font-size:14px;
}
#why3{
	margin:0 0 0 68px;
}

/* 
タレント
----------------------------------------------------------- */ 
.content_m_text2{
	background:#FFF7DE;
	border:1px dotted #FF6600;
	padding:10px;
}

/* 
コンテンツの中のお問い合わせフォーム
----------------------------------------------------------- */ 
.content_contact{
	width:810px;
	height:120px;
	margin:0 0 40px 0;
	position:relative;
}
.content_contact1{
	background:url(img/content_contact1.png) no-repeat;
	width:810px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
}
.content_contact2{
	background:url(img/content_contact2.png) no-repeat;
	width:405px;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}
.content_contact3{
	width:405px;
	height:100px;
	position:absolute;
	bottom:0;
	right:0;
}

/* 
タレント
----------------------------------------------------------- */ 
#talent{
	background:url(img/talent.png) no-repeat;
	width:810px;
	height:780px;
	position:relative;
	font-size:14px;
	line-height:1.5;
}
span.san{
	font-size:12px;
}
.t_bold{
	font-size:20px;
	font-weight:bold;
	color:#000;
}
#t_name01{
	width:160px;
	height:40px;
	position:absolute;
	top:80px;
	left:10p;
	text-align:right;
	display:block;
}
#t_text01{
	position:absolute;
	top:70px;
	left:210px;
	width:450px;
}
#t_name02{
	width:160px;
	height:40px;
	position:absolute;
	top:220px;
	right:10px;
	display:block;
}
#t_text02{
	position:absolute;
	top:190px;
	left:170px;
	width:440px;
}
#t_name03{
	width:160px;
	height:40px;
	position:absolute;
	top:340px;
	left:10px;
	text-align:right;
	display:block;
}
#t_text03{
	position:absolute;
	top:310px;
	left:210px;
	width:440px;
}

/* 
タレント2
----------------------------------------------------------- */ 
dl#talent2{
	width:690px;
	margin:0 auto 30px auto;
}
dl#talent2 dt{
	font-size:20px;
	font-weight:bold;
	color:#000;
}
dl#talent2 dd{
	border-left:5px solid #FF6600;
	margin:0 0 10px 68px;
	padding:0 0 0 10px;
	font-size:14px;
}

/* 
下部注意書き
----------------------------------------------------------- */ 
#attention{
	width:850px;
	margin:0 auto 10px auto;
	font-size:10px;
	color:#666;
}


/* 
ブログへのリンク
----------------------------------------------------------- */ 
#banner_blog{
}





















