/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
}

body{
	text-align:center;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/*■基本レイアウト*/
#bg{
	width:820px;
	background:url(../img/bg_con.gif) repeat-y;
	text-align:center;
	}
#container{
	width:800px;
	margin:auto;
	text-align:left;
	}
#head{}
#head h1{
	height:20px;
	line-height:16px;
	font-size:11px;
	color:#B8860B;
	font-weight:normal;
/*	text-align:center; */
	}
#head h2{
	padding:4px 0 0 10px;
	font-weight:normal;
	}
#head h2 a{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
#head h2 a:hover{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}


#head_menu{
	height:42px;
	zoom:100%;
	}
#head_menu:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#head_menu ul *{
	list-style-type:none;
	display:block;}	
#head_menu ul li{
	width:114.2px;
	height:42px;
	position:relative;
	float:left;
	}
#head_menu ul li a{
	width:114.2px;
	height:42px;
	text-align:center;
	color:#FFFFFF;
	line-height:42px;
	text-decoration:none;
	}
#head_menu ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
#head_menu ul li.off{
	overflow:hidden;
	width:114.2px;
	}
#head_menu ul li.off ol.sub{
	left:0px; top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:42px;
	width:114.2px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul li.on{
	width:114.2px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	width:114.2px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}
#head_menu ul ol.sub li a{
	background:none;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	color:#000000;
	background:none;
	background-color:#CD853F;
	}

#head_menu ul li.a01 a{ background:url(../img/menu/a01.jpg) no-repeat;}
#head_menu ul li.a01 a:hover{ background:url(../img/menu/a01_on.jpg) no-repeat;}
#head_menu ul li.a02 a{ background:url(../img/menu/a02.jpg) no-repeat;}
#head_menu ul li.a02 a:hover{ background:url(../img/menu/a02_on.jpg) no-repeat;}
#head_menu ul li.a03 a{ background:url(../img/menu/a03.jpg) no-repeat;}
#head_menu ul li.a03 a:hover{ background:url(../img/menu/a03_on.jpg) no-repeat;}
#head_menu ul li.a04 a{ background:url(../img/menu/a04.jpg) no-repeat;}
#head_menu ul li.a04 a:hover{ background:url(../img/menu/a04_on.jpg) no-repeat;}
#head_menu ul li.a05 a{ background:url(../img/menu/a05.jpg) no-repeat;}
#head_menu ul li.a05 a:hover{ background:url(../img/menu/a05_on.jpg) no-repeat;}
#head_menu ul li.a06 a{ background:url(../img/menu/a06.jpg) no-repeat;}
#head_menu ul li.a06 a:hover{ background:url(../img/menu/a06_on.jpg) no-repeat;}
#head_menu ul li.a07 a{ background:url(../img/menu/a07.jpg) no-repeat;}
#head_menu ul li.a07 a:hover{ background:url(../img/menu/a07_on.jpg) no-repeat;}

/*メインイメージ*/
#main_image{
	clear:left;
	width:800px;
	padding:0 0 1px 0;
	border:solid #333333;
	border-width:0 0 1px 0 ;
	}
#main_image div#main_img_txt h3{
	}

#contents{
	margin:20px 10px 20px 10px;
	clear:left;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#foot_up{
	background:url(../img/line_02.gif) no-repeat bottom;
	clear:both;
	height:32px;
	margin:0 0 0 0;
	}
#foot{
	clear:left;
	background:url(../img/bg_foot.jpg) no-repeat;
        margin-left:9px;
	width:820px;
	height:50px;
	}
#copy{
	margin:14px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	padding:2px;
	}
#copy a{
	color:#ffffff;
	text-decoration:none;
	}
#copy a:hover{
	color:#ffffff;
	}

/***トップ***/
#top{}
#top div#top_up{
	zoom:100%;
	margin:0 0 20px 0;
	}
#top div#top_up:after{
	content: "";
    	clear: both;
    	height: 0;
    	display: block;
    	visibility: hidden;
	}	
#top div#top_up div#left{
	float:left;
	width:400px;
	margin:0 0 0 0;
	}
#top div#top_up div#left p{
	margin:8px 0 0 0;
	line-height:160%;
	}	
#top div#top_up div#right{
	float:left;
	width:360px;
	margin:0 0 0 20px;
	}
#top div#top_up div#right h3{
	font-size:12px;
	}
#top div#top_up div#right div#info{
	background:url(../img/top/bg_info.gif) no-repeat;
	width:360px;
	height:200px;
	padding:1px 1px 0px 1px;
	}
#top div#top_up div#right div#info div#main{
	overflow:auto;
	width:358px;
	height:198px;
	margin:0;
	}
#top div#top_up div#right div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#CC3366;
	}
#top div#top_up div#right div#info div#main p{
	margin:4px 10px 0 10px;
	}	
#top div#top_up div#left2{
	float:left;
	width:478px;
	margin:0 0 0 10px;
	}
#top div#top_up div#left2 h3{
	font-size:12px;
	}
#top div#top_up div#left2 div#info{
	background:url(../img/top/bg_info2.jpg) no-repeat;
	width:478px;
	height:200px;
	padding:1px 1px 0px 1px;
	}
#top div#top_up div#left2 div#info div#main{
	overflow:auto;
	width:476px;
	height:198px;
	margin:0;
	}
#top div#top_up div#left2 div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#CC3366;
	}
#top div#top_up div#left2 div#info div#main p{
	margin:4px 10px 0 10px;
	}
#top div#top_up div#right2{
	float:right;
	width:250px;
	margin:0 10px 0 0;
	}
#top div#top_up div#right2 p{
	margin:8px 0 0 0;
	line-height:160%;
	}
#top div#btm{
	clear:left;
	}
#top div#btm div#bnr_sps{
	}
#top div#btm div#bnr_sps ul{
	list-style-type:none;
	zoom:100%;
 	}
#top div#btm div#bnr_sps ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#btm div#bnr_sps ul li{
 float:left;
 margin-left: 20px;
 margin-right: auto;
 width: 170px;
 }

#top div#btm div#bnr_sps2{
	}
#top div#btm div#bnr_sps2 ul{
	list-style-type:none;
	zoom:100%;
 	}
#top div#btm div#bnr_sps2 ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#btm div#bnr_sps2 ul li{
 float:left;
 margin-left: 17.5px;
 margin-right: auto;
 width: 170px;
        }

/***その他のページ***/
#other_page{}
#other_page h3{
	background:url(../img/bg_h2.jpg) no-repeat;
	font-size:18px;
	line-height:42px;
	height:42px;
	color:#333333;
	font-weight:normal;
	vertical-align:bottom;
	text-indent:20px;
	}
#other_page h4{ font-size:110%;
	line-height:1.0em;
	vertical-align:top;
	margin:20px 0 0 0;
	color:#333333;
	border:solid #FF0066;
	text-indent:2px;
	border-width:0 0 0 5px;
	}
#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#CC0066;
	}
#other_page h6{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:0 0 0 0;
	color:#000000;
	}	
#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page div.typeAA{
	}
#other_page div.typeAA p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page div.typeB{
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page div.typeB div.left{
	float:left;
	width:370px;
	}
#other_page div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}
#other_page div.type_tieup{
	zoom:100%;
	}
#other_page div.type_tieup:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.type_tieup p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page div.type_tieup div.left{
	float:left;
	width:200px;
	}
#other_page div.type_tieup div.right{
	float:right;
	width:560px;
	margin:0 0 0 5px;
	}
#other_page div.typeC p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page div.typeC div.left{
	float:left;
	width:360px;
	}
#other_page div.typeC div.right{
	float:left;
	width:420px;
	}
#other_page div.CleansingPoint{
	zoom:100%;
	}
#other_page div.CleansingPoint:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.CleansingPoint p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page div.CleansingPoint div.left{
	float:left;
	width:370px;
	}
#other_page div.CleansingPoint div.right{
	float:right;
	width:390px;
	}
#other_page div.Cleansing{
	zoom:100%;
	}
#other_page div.Cleansing:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.Cleansing p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page div.Cleansing div.left{
	float:left;
	width:390px;
	}
#other_page div.Cleansing div.left div.left_left{
	float:left;
	width:180px;
	}
#other_page div.Cleansing div.left div.left_center{
	float:left;
	width:5px;
	}
#other_page div.Cleansing div.left div.left_right{
	float:left;
	width:190px;
	}


#other_page div.Cleansing div.right{
	float:left;
	width:200px;
	}

#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

/***その他のページ2***/
#other_page2{
	margin-left:80px;
}
#other_page2 h3{
	background:url(../img/bg_h2.jpg) no-repeat;
	font-size:18px;
	line-height:42px;
	height:42px;
	color:#333333;
	font-weight:normal;
	vertical-align:bottom;
	text-indent:20px;
	}
#other_page2 h4{ font-size:110%;
	line-height:1.0em;
	vertical-align:top;
	margin:20px 0 0 0;
	color:#333333;
	border:solid #FF0066;
	text-indent:2px;
	border-width:0 0 0 5px;
	}
#other_page2 h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#CC0066;
	}	
#other_page2 div.typeA{
	}
#other_page2 div.typeA p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page2 div.typeAA{
	}
#other_page2 div.typeAA p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page2 div.typeB{
	zoom:100%;
	}
#other_page2 div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page2 div.typeB p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page2 div.typeB div.left{
	float:left;
	width:370px;
	}
#other_page2 div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}

#other_page2 p.margin_none{ margin:0;}
#other_page2 p{ margin:6px 0 0 0;}

/*テーブルセット*/
#tbl_setA{
	border:#990033 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#990033 solid 1px;
	background:url(../img/bg_th_a.gif);
	padding:6px;
	color:#333333;
	text-align:center;
	}
#tbl_setA td{
	border:#990033 solid 1px;
	padding:6px;
	color:#333333;
	}

/******************************************************************************************************/
#p-copy{
	width:796px;
	text-align:left;

	}
#p-copy p a{
	background:url(../img/copy_pondt_wt.gif) no-repeat;
	display:block;
	width:24px;
	height:13px;
	text-indent:-9999px;
	margin:0 0 0 772px;
	}
	
	
@media print{

#container{
	width:820px;
	}
}


/*　上記追加分　*/
#right_side {
	float: right;
	height: auto;
	width: 650px;
}
.jouhou_r {
	height: auto;
	width: 270px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #330000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.news_txt {
	font-size: medium;
	font-weight: bold;
	padding-left: 30px;
}

.pic_guide {
	margin-top: 70px;
	margin-bottom: 30px;
}
.Concept_txt {
	font-size: small;
	color: #996600;
	height: auto;
	width: 345px;
	margin-left: 10px;
	margin-right: 10px;
}

.Concept_txt2 {
	font-size: small;
	color: #996600;
	height: auto;
	width: 600px;
	margin-left: 20px;
	margin-right: 10px;
}

.main_panel {
	padding: 0px;
	height: 250px;
	width: 620px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#header_2 {
	background-image: url(../images/header_2.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 640px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	
}

#wrapper {
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	background-image: url(../images/side_navi_s3.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.qa {
	margin-top: 100px;
	margin-left: 25px;
}
.txt2 {
	font-size: small;
	color: #330000;
}


#header {
	background-image: url(../images/header_1.gif);
	background-repeat: repeat-x;
	height: 15px;
	width: 840px;
}
#left_side {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 190px;
	float: left;
}
div   rogo img {
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 190px;
}

.k_url {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #996666;
	background-image: url(../images/side_navi_keitai.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 135px;
	padding-top: 130px;
	padding-left: 55px;
	background-position: center;
}
.side_navi {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/side_navi_bg.gif);
	background-repeat: no-repeat;
	height: 275px;
	width: 190px;
}
.rogo {
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 190px;
}
.side_navi li {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.side_navi ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}

.navi_s {
	background-image: url(../images/side_navi_s3.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
}

.main_navi {
	height: auto;
	width: 625px;
	margin-top: 10px;
	margin-left: 10px;
}
.main_navi_l {
	width: 165px;
	float: left;
	height: auto;
	margin-top: 10px;
	padding-left: 20px;
}
.main_navi_r {
	float: right;
	height: auto;
	width: 420px;
}
.main_navi_r_l {
	float: left;
	height: auto;
	width: 165px;
	margin: 10px;
	padding-left: 18px;
}
.main_navi_r_r {
	float: right;
	height: auto;
	width: 165px;
	margin-top: 10px;
	padding-right: 15px;
}
.add_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #663300;
	width: 170px;
	padding-left: 20px;
	height: auto;
	padding-top: 40px;
	background-image: url(../images/side_navi_s3.gif);
	background-repeat: no-repeat;
	height: 170px;
}
#wrapper_bg {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#footer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #663300;
	width: 620px;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-left: 100px;
}
.txt_navi {
	width: 620px;
	height: 10px;
	margin-top: 10px;
	text-align: center;
}
#footer_txt {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.add_txt ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.main_navi  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.main_navi li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.main_navi_title {
	margin-top: 10px;
	padding-left: 10px;
}
.title_1 {
	margin-left: 10px;
	height: 50px;
	width: 625px;
}
.jouhou {
	height: auto;
	width: 640px;
	background-image: url(../Guide/images/rogo_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 10px;
}
.jouhou_l {
	float: left;
	height: auto;
	width: 365px;
	padding: 0px;
	margin: 0px;
}
.Concept {
	background-image: none;
	height: auto;
	width: 365px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.top_back {
	text-align: right;
}

.txt3 {
	font-size: small;
	color: #330000;
	width: 345px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #330000;
	padding-top: 30px;
}

.kaiin {
	margin-bottom: 20px;
}
.c_top {
	background-image: url(../course-guide/images/c_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 605px;
	margin-left: 10px;
}
.p_top {
	background-image: url(../course-guide/price/images/price_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 605px;
	margin-left: 10px;
}
.price_title {
	height: 35px;
	width: 560px;
	margin-left: 20px;
}
.p_txt {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #85622E;
	margin-top: 10px;
	width: 550px;
}
.p_txt ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



.c_top_w{
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 605px;
	margin-left: 10px;
}
.c_l ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.c_l li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	height: 156px;
}
.c_top_navi {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
}
.c_top_navi img {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 5px;
}


.c_txt {
	width: 350px;
	height: 156px;
	font-size: small;
	color: #85622E;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 35px;
}

.c_bottom {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
}
.click {
	text-align: right;
	padding-right: 20px;
}

.c_center {
	background-repeat: repeat-y;
	height: auto;
	width: 605px;
	margin-left: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.c_center_w {
	background-repeat: repeat-y;
	height: auto;
	width: 605px;
	margin-left: 150px;
}
.c_center_m {
	background-repeat: repeat-y;
	height: auto;
	width: 605px;
	margin-left: 158px;
}
.w_main {
	width: 475px;
	float: left;
	height: auto;
	margin-left: 5px;
	padding-left: 10px;
}
.ya {
	height: 39px;
	width: 22px;
	margin-left: 100px;
}
.w_txt {
	height: auto;
	width: 465px;
	margin-left: 20px;
	margin-top: 10px;
}
.w_txt_2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 305px;
}
.w_txt_p {
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: right;
}


.m_main {
	width: 500px;
	float: left;
	height: auto;
	margin-left: 5px;
	padding-left: 5px;
}
.o_main {
	width: 490px;
	float: left;
	height: auto;
	margin-left: 5px;
	padding-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #996600;
}
.koe_txt1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #333333;
}

.w_txt_1 {
	font-size: small;
	color: #85622E;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-transform: none;
}

.m_txt_1 {
	font-size: small;
	color: #996600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-transform: none;
}
.s1 {
	padding-left: 2px;
	width: 508px;
}


.w_saidenavi {
	float: right;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	width: 76px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.w_saidenavi ul {
	margin: 0px;
	padding: 0px;
}

.w_saidenavi li {
	margin-bottom: 10px;
	list-style-type: none;
}

.c_navi {
	height: auto;
	width: 570px;
	margin-left: 20px;
}
.c_l {
	float: left;
	height: auto;
	width: 210px;
}
.c_r {
	float: right;
	height: auto;
	width: 350px;
}
 th {
	text-align: center;
	padding-right: 10px;
	width: 120px;
	border:1px solid #663300;
	border-collapese:collapse;
	border-width:0 1px 1px 0;
	
}
table {
	border:0px solid #663300;
	border-collapese:collapse;
	border-width:1px 0 0 1px ; 
}


td {
	padding-left: 25px;
	border:1px solid #663300;
	border-collapese:collapse;
	border-width:0 1px 1px 0;
}
.saiyou_txt {
	color: #663300;
	font-size: small;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.recruit02_txt {
	font-size: small;
	color: #663300;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.recruit02_txt  li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.recruit02_txt ul {
	margin: 0px;
	padding: 0px;
}
.mini_title {
	background-image: url(../recruit/imeges/mini_title.gif);
	background-repeat: no-repeat;
}
.koe_m {
	background-color: #FFFFFF;
	background-image: url(../course-guide/images/b&f_m_title.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 341px;
	padding-top: 6px;
	text-align: right;
	padding-right: 7px;
}
.koe_b {
	background-color: #FFFFFF;
	background-image: url(../course-guide/images/bridal_title.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 341px;
	padding-top: 6px;
	text-align: right;
	padding-right: 7px;
}
.koe_o {
	background-color: #FFFFFF;
	background-image: url(../course-guide/images/option_title.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 341px;
	padding-top: 6px;
	text-align: right;
	padding-right: 7px;
}
.style1 {
	color: #800080;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
}
.style2 {
	color: #333333;
	font-size: small;
}
.style3 {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
}
.style4 {
	color: #333333;
}
.m_pr2 {
	background-image: url(../course-guide/man/images/m_pr2.jpg);
	height: 445px;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
.m_pr2_txt1 {
	width: 204px;
	margin-top: 15px;
	margin-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #9A6601;
	height: 200px;
	margin-bottom: 20px;
}
.m_pr2_txt2 {
	height: 15px;
	width: 369px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #333333;
	margin-left: 20px;
	padding-top: 180px;
}
.m_pr1 {
	background-image: url(../course-guide/man/images/m_pr1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 494px;
}
.m_pr1_txt1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #333333;
	text-align: right;
	height: 50px;
	padding-top: 50px;
}
.m_pr1_txt2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #333333;
	text-align: left;
	height: 50px;
	padding-top: 20px;
}
#b_s {
	width: 600px;
}
#b_s div#b_pic1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 170px;
}
#b_s div#b_pic_txt1 {
	float: left;
	height: auto;
	width: 250px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #996600;
	margin-left: 50px;
}
.b_pic {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 170px;
}
.b_pic_txt {
	float: right;
	height: auto;
	width: 330px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #996600;
}
.b_s_txt {
	color: #FF9999;
	float: right;
	width: 300px;
	height: auto;
}
.interview {
	height: auto;
	width: 480px;
	font-size: small;
	color: #A38566;
}
.interview_l {
	float: left;
	height: auto;
	width: 265px;
}
.interview_r {
	height: auto;
	width: 208px;
	float: right;
}

.b_y_txt {
	float: left;
	height: auto;
}

.b_txt2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #A38566;
	margin-top: 20px;
}
.b_yazirushi {
	text-align: center;
}
.b_txt3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #996600;
}

.b_pic2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 160px;
}
.b_pic_txt2 {
	float: right;
	height: auto;
	width: 320px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #996600;
}
.b_pic_txt2 table {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #996600;
	margin-bottom: 10px;
}
.b_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #663300;
	text-align: right;
}
.o_s5 {
	margin-left: 50px;
}
.info_iframe {
	border: thin solid #DAC8A4;
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
	float: right;
	margin-right: 30px;
        margin-bottom: 20px;
}
.txt_o_koe {
	width: 430px;
}
.b_bar {
	width: 480px;
	text-align: center;
}
.toiawase_right {
	clear: none;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.toiawase_left {
	clear: none;
	margin-left: 40px;
}
.counter_iframe {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}

/* 2011年1月24日追加 start */
.counter_iframetest {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
/* 2011年1月24日追加 end */

.iframe_title {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
/* 上記追加分  */

#sitemap {
	width:820px;
}
#sitemap div#menu{
        float:left;
	width:95px;	
}
#sitemap div#menu_long{
        float:left;
	width:125px;	
}

#reserve_top{
	margin-left:190px;
}
#qa{
	margin-left:80px;
}

#head_navi {
	float: left;
	height: auto;
	width: 820px;
	margin-left: 170px;
	background-image: url(../img/navi_bg.jpg);
	background-position:0px 5px;
	background-repeat:no-repeat; 
	height: 100px;
	width: 500px;
	padding-top: 10px;
	padding-left: 30px;
}
#bottom_navi {
	float: left;
	height: auto;
	width: 820px;
	background-image: url(../img/navi_bg.jpg);
	background-position:25px 5px;
	background-repeat:no-repeat; 
	height: 100px;
	width: 500px;
	margin-left: 150px;
	padding-top: 10px;
}

