@charset "UTF-8";

/* body、link要素
----------------------------------------------------------- */
html,body{
	width:100%;
	height:100%;
	margin:0;
	}

body{
	background-color:#000000;
	color:#CCCCCC;
	font-size:12px;
	line-height:16px;
	}
	
a,a:link	{
	text-decoration: none;
	color: #2D88B3;
}
a:visited	{
	text-decoration: none;
	color: #2D88B3;
}
a:hover	{
	text-decoration: underline;
	color: #BD1D2E;
}
a:active	{
	text-decoration: none;
	color: #BD1D2E;
}

/*----- 初期化 -----*/
* {
    margin: 0;
    padding: 0;
}
.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
}

body > #container {height: auto;}

div,img,p,form,br,h1,h2,h3,ul,li,dl,dt,dd{margin:0;padding:0;}
img{vertical-align:bottom;}
a img{border:none;}
img, abbr, acronym, fieldset	{border: 0;}
li	{list-style-type: none;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml70{margin-left: 70px;}
.ml65{}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr40{}
.mr50{}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.pt20{padding-top: 20px;}
.pl10{padding-left: 10px;}
.pb20{padding-bottom: 20px;}

.bold{font-weight: bold;}
.fontL{font-size:16px;}


/*----- layout -----*/

#container{
	position: relative;
	margin: 0px auto;
	width: 980px;
	min-height: 100%;
	height: 100%; /* ie用に設定 */
	background-image: url(../img/cont_bg.gif);
	background-repeat: repeat-y;
	}
	
#header,
#footer{
	width:980px;
	margin:0 auto;
	background-color: #000000;
	}

#header,
#main{
	text-align:left;
	}

#header{
	height:52px;
	}

.header_inner{
	border-bottom:#bd1d2e solid 2px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-top: 8px;
	}
#content{
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	padding-bottom: 32px;
		}
	
#main{
	width:920px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	}

.main_inner{
	padding:10px 0 20px;
	}

.fp{
	height:32px;
	}

#footer{
	text-align:right;
	height:32px;
	position: absolute;
	bottom: 0;
	margin: 0px;
	padding: 0px;
	}

.footer_inner{
	border-top:#bd1d2e solid 2px;
	padding:4px 0px 0;
	}

/*----- header -----*/

#header h1{
	float:left;
	width:258px;
	height:37px;
	}

#header ul{
	display:block;
	float:left;
	width:692px;
	height: 30px;
	margin-top: 12px;
	}

#header li{
	list-style-type:none;
	float:left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#header li a{
	display:block;
	height:30px;
	text-indent:-9999px;
	font-size:0;
	overflow:visible;
	}

#header li.tb01 a,
#header li.tb02 a,
#header li.tb03 a,
#header li.tb04 a,
#header li.tb05 a,
#header li.tb06 a{
	width:101px;
	}

#header li.info a{
	width:86px;
	}

#header li.tb01 a{ background:url(../img/hd_tb_01.gif) left top no-repeat;}
#header li.tb02 a{ background:url(../img/hd_tb_02.gif) left top no-repeat;}
#header li.tb03 a{ background:url(../img/hd_tb_03.gif) left top no-repeat;}
#header li.tb04 a{ background:url(../img/hd_tb_04.gif) left top no-repeat;}
#header li.tb05 a{ background:url(../img/hd_tb_05.gif) left top no-repeat;}
#header li.tb06 a{ background:url(../img/hd_tb_06.gif) left top no-repeat;}
#header li.info a{ background:url(../img/hd_btn_01.gif) left top no-repeat;}
#header li.tb01 a:hover{ background:url(../img/hd_tb_01_ovr.gif) left top no-repeat;}
#header li.tb02 a:hover{ background:url(../img/hd_tb_02_ovr.gif) left top no-repeat;}
#header li.tb03 a:hover{ background:url(../img/hd_tb_03_ovr.gif) left top no-repeat;}
#header li.tb04 a:hover{ background:url(../img/hd_tb_04_ovr.gif) left top no-repeat;}
#header li.tb05 a:hover{ background:url(../img/hd_tb_05_ovr.gif) left top no-repeat;}
#header li.tb06 a:hover{ background:url(../img/hd_tb_06_ovr.gif) left top no-repeat;}
#header li.info a:hover{ background:url(../img/hd_btn_01_ovr.gif) left top no-repeat;}
#header li.tb01_stay{ background:url(../img/hd_tb_01_stay.gif) left top no-repeat;width:101px;height:30px;text-indent:-9999px;font-size:0;}
#header li.tb02_stay{ background:url(../img/hd_tb_02_stay.gif) left top no-repeat;width:101px;height:30px;text-indent:-9999px;font-size:0;}
#header li.tb03_stay{ background:url(../img/hd_tb_03_stay.gif) left top no-repeat;width:101px;height:30px;text-indent:-9999px;font-size:0;}
#header li.tb04_stay{ background:url(../img/hd_tb_04_stay.gif) left top no-repeat;width:101px;height:30px;text-indent:-9999px;font-size:0;}
#header li.tb05_stay{ background:url(../img/hd_tb_05_stay.gif) left top no-repeat;width:101px;height:30px;text-indent:-9999px;font-size:0;}
#header li.tb06_stay{ background:url(../img/hd_tb_06_stay.gif) left top no-repeat;width:101px;height:30px;text-indent:-9999px;font-size:0;}
/*----- main -----*/

#main h2{
	margin-bottom:20px;
	}

#main h3{
	margin-bottom:14px;
	}

/*----- toppage -----*/

body.toppage #container{
	background:url(../img/bg_01.gif) center top repeat-y;
	}

body.toppage #main{
	width:980px;
	}
body.toppage #main img{
	position: absolute;
	top:50%;
	margin-top:-250px;
	}
body.toppage #main #topmain{
	position: absolute;
	top:50%;
	margin-top:-200px;
	}

body.toppage #footer{
	height:30px;
	background-color:#000000;
	}

body.toppage .footer_inner{
	border:none;
	}

body.toppage .fp{
	height:30px;
	}
dl.news{
	border: 1px solid #990000;
	line-height: 1.4;
	padding: 0.8em 0 0;
	width: 408px;
	background-color:#CCCCCC;
	color:#333333;
	}
dl.news dt {
	width: 8em;
	float: left;
	text-indent: 1em;
}
dl.news dd {
	padding-left: 8em;
	padding-right: 1em;
		padding-bottom: 0.8em;

}


/*----- common -----*/
.center{
	margin-right: auto;
	margin-left: auto;
}
.box358{
	width:358px;
	}
.box369{
	width:369px;
	}
.box410{
	width:410px;
	}
.box440{
	width:440px;
	}
.box450{
	width:450px;
	}
.box460{
	width:460px;
	}
.box480{
	width:450px;
	}
.box500{
	width:500px;
	}
.box516{
	width:516px;
	}
.box516 div{
	width: 496px;
	margin-right: auto;
	margin-left: auto;
}	
.box300{
	width:300px;
	}
.box300 div{
	width: 281px;
	margin-right: auto;
	margin-left: auto;
}
.box210{
	width:210px;
	}
.box192{
	width:192px;
	}
.box192 div{
	width: 172px;
	margin-right: auto;
	margin-left: auto;
}
.box394{
	width:394px;
	}
.box394 div{
	width: 374px;
	margin-right: auto;
	margin-left: auto;
}

.box460 dl {  
width:460px;
text-align:left;  
}  
.box460 dt {  
float:left;  
width:50px;  
padding:5px 0 0px 10px;  
font-weight:bold; 
}  
.box460 dd {
width:350px;  
margin-left:70px;  
padding:5px 5px 5px 0px;  
}  
.box450 dt {  
font-weight:bold; 
}  
.kiyaku{
	width: 900px;
	padding-left: 10px;
}
.kiyaku ul{
	float: left;
	width: 440px;
	margin-bottom: 10px;
}
.kiyaku li{
}

.fl{
	float:left;
	}
.fr{
	float:right;
	}
.tc{
	text-align:center;
	}

.clr:after,
.header_inner:after,
.header_inner ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clr,
.header_inner,
.header_inner ul{display: inline-block;}

/*----- コーチ紹介 -----*/
.coach {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-top: 20px;
}
.coach ul {
	background-image: url(../img/04_img_02.jpg);
	background-repeat: no-repeat;
	height: 607px;
	width: 920px;
}
.coach li{
	float: left;
}

.coach1 {
	padding-left: 19px;
	padding-top: 19px;
}
.coach2 {
	padding-top: 19px;
	padding-left: 4px;
}
.coach3 {
	padding-left: 19px;
	top: -42px;
	clear: both;
	position: relative;
}
.coach4 {
	padding-left: 145px;
	top: -42px;
	position: relative;
}
.coach5 {
	padding-left: 19px;
	top:128px;
	position: relative;
}

div.school_btn{
	margin: 0px auto;
	text-align: center;	
}
.school_btn01,.school_btn02{
	padding: 30px 10px 0px 50px;
}

.school_btn01 a{
	width: 380px;
	background-image: url(../img/3_btn01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 83px;
	display: block;
}
.school_btn02 a{
	width: 380px;
	background-image: url(../img/3_btn02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 83px;
	display: block;
}
.school_btn01 a:hover ,.school_btn02 a:hover{
	background-position: 0px -83px;
}
.school_change{
	margin-bottom:10px;
}


.blog_btn{
	padding-left: 5px;
	padding-top: 125px;
}

.blog_btn a{
	width: 136px;
	background-image: url(../img/04_blog_btn.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 136px;
	display: block;
}

.blog_btn a:hover{
	background-position: 0px -136px;
}


/*----- 角丸 -----*/
div.column  {
	width: 900px;
	background: url(../img/bg_round_btm.gif) no-repeat bottom;
	padding-bottom: 9px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
 }  
 div.column .inner   {
	background: url(../img/bg_round_top.gif) no-repeat;
	padding-top: 18px;
 }  
 div.column .inner div   {
	padding-top: 5px;
	background-color: #4A4A43;
	background-image: url(../img/bg_round_mid.gif);
	background-repeat: repeat-y;
	padding-bottom: 10px;
 }

.inner table{
	width: 880px;
	color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
}
.cel1{
	width: 60px;
}
.cel2{
	width: 430px;
}
.cel3{
	width: 75px;
}
.cel4{}
.spece{
	width: 40px;
}

/* ロールオーバー */
.btn{
	height: 25px;
	width: 460px;
}
.btn li{
}
.btn1 a{
	width: 171px;
	background-image: url(../img/06_btn_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
}

.btn1 a:hover{
	background-position: 0px -25px;
}
.btn2 a{
	width: 171px;
	background-image: url(../img/06_btn_02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
}

.btn2 a:hover{
	background-position: 0px -25px;
}

.btn3 a{
	width: 450px;
	background-image: url(../img/03_bbs_btn.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 63px;
}

.btn3 a:hover{
	background-position: 0px -63px;
}
.btn4 a{
	width: 450px;
	background-image: url(../img/03_coach_btn.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 63px;
}
.btn4 a:hover{
	background-position: 0px -63px;
}


p.btn05_3 a{
	width: 290px;
	background-image: url(../img/05_btn_03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 74px;
}
p.btn05_3_2 a{
	width: 290px;
	background-image: url(../img/05_btn_03_2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 74px;
	margin-right: 20px;
}
p.btn05_3_3 a{
	width: 290px;
	background-image: url(../img/05_btn_03_3.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 74px;
	margin-right: 20px;
}
p.btn05_3 a:hover{
	background-position: 0px -74px;
}
p.btn05_3_2 a:hover{
	background-position: 0px -74px;
}
p.btn05_3_3 a:hover{
	background-position: 0px -74px;
}
.05btn{
	width: 910px;
	background-image: url(../img/05_text01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 130px;
}

/* IE-mac \*/
* html .clr,
* html .header_inner,
* html .header_inner ul{height: 1%;}
.clr,
.header_inner,
.header_inner ul{display: block;}
/* End  IE-mac */

