@charset "UTF-8";
/* CSS Reset */

html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body { font:85%/1.5 ; }
ul { list-style:none; }
/* code, pre { white-space:pre; } */
del { text-decoration:line-through; }
fieldset { border:0; display:inline; }
h1, h2, h3, h4, h5, h6 { font: bold 1em/1.5; }
img { border:0; vertical-align:bottom; }
ins { text-decoration:none; }
tt { display:block; margin:0.5em 0; padding:0.5em 1em; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ****************** [Basic Settings] ****************** */
/*---------------------------------------------------
  link settings
-----------------------------------------------------*/
a:link { color: #009948; }
a:visited { color: #009948; }
a:hover { text-decoration: none; }

/*---------------------------------------------------
  line unit settings
-----------------------------------------------------*/
.line:after{ content: "."; display:block; height:0; clear:both; visibility:hidden; }
.line{ *zoom:1; }
.unit{float:left;}
.lastunit {	margin-right:0px !important; float:right; }
*html .lastunit { margin-left:-5px !important; }/* for IE6 */

/*---------------------------------------------------
  body & bg
-----------------------------------------------------*/
body { width:100%; height:95%; }
/*body { background: #050507; font-family:  "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }*/
body { background: #050507; font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif; }
.container {
}
.contents {
}
.footer {

}

/*---------------------------------------------------
  margin pattern
-----------------------------------------------------*/
/* margin-RIGHT */
.mr_5 { margin-right:5px!important; }
.mr_10 { margin-right:10px!important; }
.mr_15 { margin-right:15px!important; }
.mr_20 { margin-right:20px!important; }
.mr_40 { margin-right:40px!important; }
.mr_60 { margin-right:60px!important; }

/* margin-BOTTOM */
.mb_5 { margin-bottom:5px!important; }
.mb_10 { margin-bottom:10px!important; }
.mb_15 { margin-bottom:15px!important; }
.mb_20 { margin-bottom:20px!important; }
.mb_40 { margin-bottom:40px!important; }
.mb_60 { margin-bottom:60px!important; }

/* margin-LEFT */
.ml_5 { margin-left:5px!important; }
.ml_10 { margin-left:10px!important; }
.ml_15 { margin-left:15px!important; }
.ml_20 { margin-left:20px!important; }
.ml_40 { margin-left:40px!important; }
.ml_60 { margin-left:60px!important; }

/* margin-TOP */
.mt_5 { margin-top:5px; }
.mt_10 { margin-top:10px!important; }
.mt_15 { margin-top:15px!important; }
.mt_20 { margin-top:20px!important; }
.mt_40 { margin-top:40px!important; }
.mt_60 { margin-top:60px!important; }

/*----------------------------------------------
  width pattern
------------------------------------------------*/
.w_100per { width:100%; }

.w_10 { width: 10px!important; }
.w_20 { width: 20px!important; }
.w_30 { width: 30px!important; }
.w_40 { width: 40px!important; }
.w_50 { width: 50px!important; }
.w_60 { width: 60px!important; }
.w_70 { width: 70px!important; }
.w_80 { width: 80px!important; }
.w_90 { width: 90px!important; }
.w_100 { width: 100px!important; }

.w_110 { width: 110px!important; }
.w_120 { width: 120px!important; }
.w_130 { width: 130px!important; }
.w_140 { width: 140px!important; }
.w_150 { width: 150px!important; }
.w_160 { width: 160px!important; }
.w_170 { width: 170px!important; }
.w_180 { width: 180px!important; }
.w_190 { width: 190px!important; }
.w_200 { width: 200px!important; }

.w_300 { width: 300px!important; }
.w_400 { width: 400px!important; }
.w_500 { width: 500px!important; }
.w_600 { width: 600px!important; }
.w_700 { width: 700px!important; }
.w_800 { width: 800px!important; }

/* ****************** [Site Setting] ****************** */
@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////// */

a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

.container {
}

.container .header {
	width: 100%;
	margin:0 auto;
	padding: 15px 0 0 0;
	background: url(../images/bg_001.png) repeat-x left bottom;
}
.container.pt2 .header {
	background: none;
	margin-bottom: 10px;
}

.container .header h1 {
	font-size: 100%;
	width: 870px;
	margin:0 auto;
}

.container .header h1 .sitelogo {
	background: url(../images/logo_001.png) no-repeat;
	height: 77px;
	width: 870px;
	text-indent: -9999px;
}

.container .header h1 .sitelogo a {
	display: block;
	height: 60px;
	width: 360px;

}

.container .header #block_img_slide {
	width: 910px;
	height: 380px;
	background: url(../images/bg_003.png) no-repeat center top;
	margin: 0 auto 0;
	padding-top: 19px;
}

.container .header #block_img_slide .slide_item {
	width: 870px;
	height: 380px;
	margin: 0 20px 0;
}

.container .contents {
	background: url(../images/bg_002.png) repeat-y;
	width: 910px;
	margin: 0 auto;
	color: #FFF;
}
.container .contents_inner {
	width: 870px;
	margin: 0 auto;
	padding-bottom: 40px;
	position: relative;
}

/* global navi1 */
.container .contents .gnav1 .item1 a,
.container .contents .gnav1 .item2 a,
.container .contents .gnav1 .item3 a,
.container .contents .gnav1 .item4 a {
	width: 202px;
	height: 188px;
	display: block;
	text-indent: -9999px;
}
.container .contents .gnav1 {
	width: 830px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.5);
	margin: 0 10px 0;
	padding: 10px;
	position: absolute;
	top: -40px;
	left: 0;

}
.container .contents .gnav1 ul li,
.container .contents .gnav2 ul li {
	float: left;
}
.container .contents .gnav1 ul li + li {
	margin-left: 7px;
}

.container .contents .gnav1 ul .item1 a { background: url(../images/nav_a_001.png) no-repeat left top; }
.container .contents .gnav1 ul .item1 a:hover { background: url(../images/nav_a_001.png) no-repeat left bottom; }

.container .contents .gnav1 ul .item2 a { background: url(../images/nav_a_002.png) no-repeat left top; }
.container .contents .gnav1 ul .item2 a:hover { background: url(../images/nav_a_002.png) no-repeat left bottom; }

.container .contents .gnav1 ul .item3 a { background: url(../images/nav_a_003.png) no-repeat left top; }
.container .contents .gnav1 ul .item3 a:hover { background: url(../images/nav_a_003.png) no-repeat left bottom; }

.container .contents .gnav1 ul .item4 a { background: url(../images/nav_a_004.png) no-repeat left top; }
.container .contents .gnav1 ul .item4 a:hover { background: url(../images/nav_a_004.png) no-repeat left bottom; }

/* global navi2 */
.container .contents .gnav2 .item0 a,
.container .contents .gnav2 .item1 a,
.container .contents .gnav2 .item2 a,
.container .contents .gnav2 .item3 a,
.container .contents .gnav2 .item4 a {
	width: 174px;
	height: 46px;
	display: block;
	text-indent: -9999px;
}
.container .contents .gnav2 {
	width: 870px;
	height: 46px;
	background: url(../images/nav_b.png) no-repeat;
}
.container .contents .gnav2 ul .item0 a:hover { background: url(../images/nav_b.png) no-repeat left bottom; }
.container .contents .gnav2 ul .item1 a:hover { background: url(../images/nav_b.png) no-repeat -174px bottom; }
.container .contents .gnav2 ul .item2 a:hover { background: url(../images/nav_b.png) no-repeat -348px bottom; }
.container .contents .gnav2 ul .item3 a:hover { background: url(../images/nav_b.png) no-repeat -522px bottom; }
.container .contents .gnav2 ul .item4 a:hover { background: url(../images/nav_b.png) no-repeat -696px bottom; }

.container .contents .gnav2 ul .item1.current a { background: url(../images/nav_b.png) no-repeat -174px bottom; cursor: default; }
.container .contents .gnav2 ul .item2.current a { background: url(../images/nav_b.png) no-repeat -348px bottom; cursor: default; }

.container .contents .block_sitecopy {
	line-height: 165%;
	/* font-size: 103%; if Meiryo*/
	font-size: 115%;
	margin: 0px 30px 40px;
	padding-top: 210px;
}

.container .contents .block_topics {
	background: #333333;
	border: 1px solid #666;
	margin: 0 20px 30px;
	padding: 15px 30px 0;
}

.container .contents .block_topics h2 {
	margin-bottom: 15px;
	text-indent: -9999px;
	height: 17px;
	width: 65px;
	background: url(../images/title_001.png) no-repeat;
}

.container .contents .block_topics dl dl {
	font-size: 90%;
	border-bottom: 1px solid #666;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.container .contents .block_topics dl dl:last-child {
	border-bottom: none;
}

.container .contents .block_topics dl dt {
	width: 140px;
	float: left;
	clear: both;
}

.container .contents .block_topics dl dd {
	padding-left: 140px;
}

.container .contents .block_topics dl dd a:link,
.container .contents .block_topics dl dd a:visited {
	color: #FFF;
	text-decoration: none;
}
.container .contents .block_topics dl dd a:hover {
	text-decoration: underline;
}

.container .contents .block_contect {
	background: url(../images/img_contact.png) no-repeat;
	height: 165px;
	width: 870px;
	position: relative;
}
.container .contents .block_contect h2 {
	text-indent: -9999px;
}
.container .contents .block_contect dt {
	display: none;
}
.container .contents .block_contect .block_contact_tel {
	color: #000;
	font-size: 45px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	left: 20px;
	line-height: 100%;
}
.container .contents .block_contect .block_contact_mail {
	font-size: 32px;
	position: absolute;
	left: 420px;
	bottom: 20px;
}

.container .footer { background: url(../images/bg_002.png) repeat-y; width: 910px; margin: 0 auto; }

.container .footer .copyright {
	background: #FFF000;
	margin: 0px auto;
	width: 870px;
	text-align: center;
	font-size: 12px;
}

/* inner page */
.page_trainer {
	background: url(../images/bg_cat_001.png) no-repeat;
	height: 797px;
	width: 870px;
	margin-bottom: 50px;
	margin-top: -4px;
	position: relative;
}
.page_cat_001 {
	background: url(../images/img_cat_001.png) no-repeat;
	text-indent: -9999px;
	height: 26px;
	width: 133px;
}
.page_trainer .page_photo {
	width: 320px;
	height: 470px;
	position: absolute;
	top:50px;
	left: 20px;
	background: url(../images/img_trainer.png) no-repeat;
	text-indent: -9999px;
}
.page_trainer .page_caption {
	width: 497px;
	height: 264px;
	position: absolute;
	top:70px;
	right: 20px;
	background: url(../images/img_cap_001.png) no-repeat;
	text-indent: -9999px;
}
.page_staff {
	background: url(../images/bg_cat_002.png) no-repeat;
	height: 657px;
	width: 870px;
	margin-top: -4px;
	margin-bottom: 100px;
	position: relative;
}
.page_cat_002 {
	background: url(../images/img_cat_002.png) no-repeat;
	text-indent: -9999px;
	height: 26px;
	width: 133px;
}
.page_staff .page_caption {
	width: 647px;
	height: 91px;
	position: absolute;
	top:600px;
	left: 100px;
	background: url(../images/img_cap_003.png) no-repeat;
	text-indent: -9999px;
}