@charset "utf-8";

/*----------------------------------------
* last update 2007-09-27
* Search key "+n"
* +0 reset parts
* +1 header parts
* +2 gnavi parts
* +3 footer parts
* +4 index parts
* +5 category title parts
* +6 bread parts
* +7 reserve parts
* +8 calender parts
* +9 information parts
* +10 privacy parts
* +11 course parts
* +12 facility parts
* +13 price parts
* +14 access parts
* +000 other parts
* +999 iwasaki parts
----------------------------------------*/

/*----------------------------------------
+0 reset parts
----------------------------------------*/

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
	}

th, td, form, fieldset{
	margin:3;/*11/9アップ分修正時変更*/
	padding:3;
	}

ul {

	}

img,fieldset{
	border:0;
	}
	
	

/* default style */

body{
	background:#387211 url(../common/body_bg.jpg) repeat-x;
	color:#353535;
	font-size:62.5%;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align:center;
	}

#container{
	width:760px;
	background:url(../common/container_bg.gif) repeat-y;
	text-align:left;
	margin:0 auto;
	}


#container:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

#container{
    display:inline-table;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html #container{height: 1%;}
#container{
	display: block;
}
/* End hide from IE-mac */	


a{text-decoration:underline;}
a:hover{text-decoration:none;}

/*----------------------------------------
+1 header parts
----------------------------------------*/

#header{
	position:relative;
	width:720px;
	height:101px;
	background:url(../common/header_bg.gif) no-repeat center top;
	padding:0 0 0 2px;
	margin:0 auto;
	}

#header h1 a{
	display:block;
	position:absolute;
	top:22px;
	left:7px;
	width:352px;
	height:65px;
	text-indent:-9999px;
	text-decoration:none;
	}
#header h1 a:focus{outline:0;}

#header p{
	font-size:1.1em;
	line-height:1.5;
	padding:3px 0 0 7px;
	}

#header dl#head_reserve{
	/*	margin:-20px 3px 0 0;*/
	margin:0px;
	display: block;
	padding: 0px;
	position: absolute;
	left: 487px;
	top: 0px;
	}
/*#header>dl#head_reserve{
	margin:-20px 7px 0 0;
	}*/		
#header dl#head_reserve dt{
	display:none;
	height:0px;
	overflow:hidden;
	}
#header dd#head_reser a{
	display:block;
	width:233px;
	height:22px;
	background:url(../common/i_reserve.gif) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	}
#header dd#head_reser a:hover{
	background-position:left bottom;
	}
#header dd#head_dial{
/*	width:233px;
	height:49px;
	text-indent:-9999px;*/
	display:none;
	}
	
#header	ul#head_navi{
	position: absolute;
	margin-bottom: 0;
	margin-left: 0;
	/*	left: 540px;*/
	left: 470px;
	top: 85px;
	list-style-type: none;
	/*	width: 180px;*/
	width: 250px;
	}
/*#header>ul#head_navi{
	margin:10px 9px 0 0;*/
	}	
#header	ul#head_navi li{
	font-size:1.3em;
	list-style-type: none;
	float: left;
	display: block;
	}
a.head_link{
	color:#353535;
	}
a.head_link:hover{
	color:#ca0c25;
	}								
/*----------------------------------------
+2 gnavi parts
----------------------------------------*/

ul#gnavi{
	width:710px;
	height:43px;
	background:url(../common/gnavi_bg.png) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	list-style-type: none;
	}
ul#gnavi li{
	float:left;
	list-style-type: none;
	}
ul#gnavi li a{
	display:block;
	width:118px;
	height:43px;
	text-indent:-9999px;
	text-decoration:none;
	}
ul#gnavi li a:hover,ul#gnavi li a.on{background:url(../common/gnavi_bg.png) no-repeat;}	
ul#gnavi li#home a:hover,ul#gnavi li#home a.on{background-position:0px -43px;}
ul#gnavi li#navi01 a:hover,ul#gnavi li#navi01 a.on{background-position:-118px -43px;}
ul#gnavi li#navi02 a:hover,ul#gnavi li#navi02 a.on{background-position:-236px -43px;}
ul#gnavi li#navi03 a:hover,ul#gnavi li#navi03 a.on{background-position:-354px -43px;}
ul#gnavi li#navi04 a:hover,ul#gnavi li#navi04 a.on{background-position:-472px -43px;}
ul#gnavi li#navi05 a:hover,ul#gnavi li#navi05 a.on{background-position:-590px -43px;}

/*----------------------------------------
+3 footer parts
----------------------------------------*/

p.pagetop {
	clear:both;
	float:right;
	width:114px;
	height:11px;
	margin:10px 25px 12px 0;
	}
p.pagetop a{
	display:block;
	width:114px;
	height:11px;
	background:url(../common/i_pagetop.gif) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	}
p.pagetop a:hover{
	background-position:left bottom;
	}	

#footer{
	clear:both;
	width:760px;
	/*	height:130px;*/
/*	background:url(../common/footer_bg.gif) no-repeat center top;*/
	background:url(../common/footer_bg_r3_c1.gif) no-repeat center bottom;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	}
#footer ul{
	/*	font-size:1.1em;*/
	font-size:13px;
	line-height:1.4;
	padding:7px 0 0 8px;
	margin:0 auto;
	background-image:url(../common/footer_bg_r1_c1.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:26px;
	}
	
#footer ul li{
	display:inline;
	}	

#footer a{color:#fff;text-decoration:none;}
#footer a:hover{color:#ffed01;text-decoration:underline;}	

#footer h4{
	font-size:1.5em;
	font-weight:bold;
	margin:13px 0 3px;
	}		
#footer p{
	font-size:1.2em;
	line-height:1.2;
	}
	
/*----------------------------------------
+4 index parts
----------------------------------------*/

/* swf parts */
#top_image{
	width:708px;
	height:212px;
	margin:6px auto 7px;
	}
/* /swf parts */	

#wrap{
	width:708px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}
#contentsbox{
	float:left;
	width:472px;
	}
	
#contentsbox h3{
	width:464px;
	height:30px;
	background:url(../common/tit_01.gif) no-repeat;
	text-indent:-9999px;
	}
#newsbox{
	width:442px;
	border-left:2px solid #41791b;
	border-right:2px solid #41791b;
	border-bottom:2px solid #41791b;
	padding:9px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	overflow: auto;
	height: 240px;
	}
#newsbox dt{
	width:421px;
	background:url(../common/news_dt_bg.gif) no-repeat left center;
	font-size:1.4em;
	line-height:1.6;
	padding:0 0 0 17px;
	}
#newsbox dt a{
	color:#8A0109;
	font-weight:bold;
	padding:0 0 0 0.7em;
	}
#newsbox dd{
	width:418px;
	font-size:1.2em;
	line-height:1.5;
	padding:0 0 0 18px;
	margin:3px 0 3px 0;
	}		
	
dl#index_pickup{
	height:135px;
	background:url(../common/i_pickup.gif) no-repeat;
	clear: both;
	}
dl#index_pickup dt a{
	float:left;
	display:block;
	width:91px;
	height:134px;
	text-indent:-9999px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
dl#index_pickup dt.last a{
	margin:0;
	}
dl#index_pickup dt a:hover{
	background:url(../common/i_pickup.gif) no-repeat;
	}	
dl#index_pickup dt#pic01 a:hover{background-position:0px -134px;}	
dl#index_pickup dt#pic02 a:hover{background-position:-94px -134px;}	
dl#index_pickup dt#pic03 a:hover{background-position:-188px -134px;}
dl#index_pickup dt#pic04 a:hover{background-position:-282px -134px;}
dl#index_pickup dt#pic05 a:hover{background-position:-376px -134px;}	
			
dl#index_pickup dd{
	text-indent:-9999px;
	height:0px;
	overflow:hidden;
	display: none;
	}

#subnavibox{
	float:right;
	width:232px;
	background:url(../common/subnavibox_bg.gif) repeat-y;
	text-align:center;
	}
#subnavibox ul li{
	font-size:1.1em;
	margin:10px 0 0 0;
	}
#subnavibox ul li img,
#subnavibox ul li a img{
	padding:0 0 3px 0;
	}	
#subnavibox ul li a>img{
	padding:0;
	}
*+html body #subnavibox ul li a img{
	padding:0 0 3px 0;
	}	
#subnavibox ul li a{
	color:#6a6a6a;
	text-decoration:none;
	}
#subnavibox ul li a span{
	text-decoration:underline;
	}	
#subnavibox ul li a:hover{
	color:#000;
	text-decoration:none;
	}
#subnavibox ul li.subnavibox_last{
	margin:10px 0 5px;
	}
#subnavibox ul>li.subnavibox_last{
	margin:8px 0 3px;
	}
*+html body #subnavibox ul li.subnavibox_last{
	margin:10px 0 5px;
	}				

/*----------------------------------------
+5 category title parts	
----------------------------------------*/

#cate_title{
	width:708px;
	height:112px;
	text-indent:-9999px;
	margin:4px auto 6px;
	}
.tit_price{background:url(../price/img/tit_01.jpg) no-repeat;}
.tit_calender{background:url(../calender/img/tit_01.jpg) no-repeat;}
.tit_course{background:url(../course/img/tit_01.jpg) no-repeat;}
.tit_aboutus{background:url(../aboutus/img/tit_01.jpg) no-repeat;}
.tit_facility{background:url(../facility/img/tit_01.jpg) no-repeat;}
.tit_access{background:url(../access/img/tit_01.jpg) no-repeat;}
.tit_privacy{background:url(../privacy/img/tit_01.jpg) no-repeat;}
.tit_reserve{background:url(../reserve/img/tit_01.jpg) no-repeat;}
	
/*----------------------------------------
+6 bread parts
----------------------------------------*/

#bread{
	font-size:1.2em;
	letter-spacing:1px;
	padding:0 0 0 4px;
	}
#bread a{
	color:#ca0c25;
	}

/*----------------------------------------
+7 reserve parts
----------------------------------------*/

#reserve_box{
	width:530px;
	margin:6px auto;
	}
#wrap #reserve_box p{
	width:530px;
	}	
#reserve_box table{
	width:530px;
	font-size:1.3em;
	margin:18px 0 10px 0;	
	}
#reserve_box table th{
	background:#c0e2c6;
	font-weight:normal;
	padding:5px 6px 5px 6px;
	border:1px solid #fff;
	vertical-align:middle;
	}
#reserve_box table td{
	padding:0 0 0 3px;
	vertical-align:middle;
	}	
	
/*----------------------------------------
+8 calender parts
----------------------------------------*/
#wrap p{
	width:700px;
	font-size:1.3em;
	line-height:1.5;
	margin:4px auto 0;
	}
	
#wrap p.lead{
	width:700px;
	font-size:1.3em;
	line-height:1.5;
	margin:6px auto 10px;
	}
	
#calender_navi{
	width:645px;
	margin:6px auto;
	}
#calender_navi a,a.contents_link{
	color:#ca0c25;
	}
	
#wrap #calender_navi p.month_prev{
	float:left;
	width:100px;
	margin:3px 0 0 0;
	}
#wrap #calender_navi p.month_next{
	float:right;
	width:100px;
	text-align:right;
	margin:3px 0 0 0;
	}
#wrap #calender_navi p.month_this{
	width:300px;
	text-align:center;
	color:#387110;
	font-size:2.0em;
	font-weight:bold;
	letter-spacing:2px;
	}

table#calender{
	width:645px;
	border-collapse:collapse;
	margin:0 auto 10px;
	}
table#calender th{
	color:#fff;
	background:#390;
	font-size:1.4em;
	text-align:center;
	padding:5px;
	}
table#calender td{
	background:#fff;
	font-size:1.4em;
	text-align:center;
	border:1px solid #56ac2f;
	padding:5px;
	}
table#calender td.weekday{
	background:#f4f4f4;
	}
table#calender td.sat{
	background:#d3f3fe;
	}
table#calender td.sun{
	background:#f5dcdf;
	}
	
h3.calender_sub{
	width:530px;
	color:#656565;
	font-size:1.6em;
	margin:0 auto 4px;
	}	
table.calender_subt{
	width:530px;
	font-size:1.6em;
	border-collapse:collapse;
	margin:0 auto 10px;
	}
table.calender_subt th{
	width:120px;
	font-weight:normal;
	text-align:center;
	border:1px solid #ccc;
	padding:5px;
	}
table.calender_subt td{
	font-weight:normal;
	background:#ececec;
	border:1px solid #ccc;
	padding:5px;
	}	
p.calender_reserve a{
	color:#c10100;
	font-size:1.6em;
	font-weight:bold;
	margin:0 0 10px 90px;
	}	

/*----------------------------------------
+9 information parts
----------------------------------------*/

.tit_inform{
	width:708px;
	height:34px;
	background:url(../information/img/subtit_bg.gif) no-repeat;
	color:#2c6600;
	font-size:1.8em;
	font-weight:bold;
	line-height:2.0;
	text-align:center;
	letter-spacing:2px;
	margin:10px auto;
	}
.subtit_inform{
	width:706px;
	height:24px;
	background:url(../information/img/subtit_bg2.gif) no-repeat;
	color:#ffffff;
	font-size:1.4em;
	font-weight:bold;
	line-height:24px;
	letter-spacing:1px;
	text-indent:26px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	}	
	
table.alert_box{
	width:708px;
	font-size:1.3em;
	margin:8px 0 8px 0;
	border-collapse:collapse;
	}
table.mem_alert_box{
	width:538px;
	font-size:1.4em;
	margin:8px auto 8px ;
	border-collapse:collapse;
	}	
table.alert_box th,table.mem_alert_box th{
	background:#d13d3d;
	color:#fff;
	text-align:center;
	padding:3px 6px 3px 6px;
	border:2px solid #fff;
	vertical-align:middle;
	white-space:nowrap;
	}
table.alert_box th.alertlast,table.mem_alert_box th.alertlast{
	border-bottom:2px solid #d13d3d;
	}
	
table.alert_box td,table.mem_alert_box td{
	padding:3px 0 3px 6px;
	border-bottom:2px solid #d13d3d;
	vertical-align:middle;
	line-height:1.4;
	}	
table.mem_alert_box th,table.mem_alert_box td{
	padding:5px;
	}

#reserve_box table td.check_m{
	line-height:1.6;
	}
#reserve_box table td.check_m input{
	margin:0 2px 0 0;
	vertical-align:text-bottom;
	}
#senior_image,#members_image{
	width:708px !important;;
	height:180px;
	text-indent:-9999px;
	margin-bottom:0 !important;
	}	
#senior_image{background:url(../information/img/img01.gif) no-repeat;}		
/*#members_image{background:url(../information/img/img02.gif) no-repeat;}*/		
#members_image{
/*	background:url(../information/img/img03.jpg) no-repeat;
}*/		
	background:url(../information/img/img03.gif) no-repeat;
}		

									
/*----------------------------------------
* +10 privacy parts
----------------------------------------*/
#privacy_box,
#acc_box{
	width:530px;
	margin:0 auto 10px;
	}
	
#privacy_box h3,
#acc_box h3{
	width:530px;
	height:24px;
	background:url(../privacy/img/subttl_s.gif) no-repeat;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.8;
	letter-spacing:1px;
	text-indent:26px;
	margin:12px auto 0;
	}	

#privacy_box p{
	width:520px !important;
	padding:0 5px 0 5px;
	}	
/*----------------------------------------
+11 course parts
----------------------------------------*/

#wrap #course_box{
	float:left;
	width:460px;
	margin:12px 0 10px;
	}

#wrap #course_box p#all_course{
	position:relative;
	width:380px;
	height:272px;
	background:url(../course/img/course_all.gif) right top no-repeat;	
	font-size:1.5em;
	padding:272px 0 0 50px;
	margin:10px 0;
	}

#wrap #subnavibox p{
	width:226px;
	}
#wrap #subnavibox p	a{
	color:#8A0109;
	}	
#wrap #subnavibox h3.subtit_course{
	clear:both;
	width:220px;
	height:24px;
	background:url(../course/img/couse_subtit.gif) no-repeat;
	color:#ffed01;
	line-height:1.6;
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
	text-indent:25px;
	margin:6px auto;
	}
#wrap #subnavibox ul.courselist{
	width:220px;
	margin:-4px auto 12px;
	}
#wrap #subnavibox ul.courselist li{
	float:left;
	margin:0 0 0 1px;
	}
#wrap #subnavibox ul.courselist>li.last_courselist{
	margin:0 0 12px 1px;
	}	
#wrap #subnavibox ul.courselist li a{
	display:block;
	width:55px;
	height:14px;
	background:#fff;
	color:#346e0a !important;
	font-size:1.3em;
	border:1px solid #71b840;
	padding:3px 5px 3px 5px;
	margin:5px 0 0 4px;
	}
#wrap #subnavibox ul.courselist li a:hover,
#wrap #subnavibox ul.courselist li a.on{
	background:#c20000;
	border:1px solid #c20000 !important;
	color:#fff !important;
	font-weight:bold;
	}	
	
#subtit_west,#subtit_east,#subtit_south{
	width:460px;
	height:47px;
	}
#subtit_west{background:url(../course/img/ttl_west.gif) no-repeat;}	
#subtit_east{background:url(../course/img/ttl_east.gif) no-repeat;}	
#subtit_south{background:url(../course/img/ttl_south.gif) no-repeat;}	

#subtit_west h3,
#subtit_east h3,
#subtit_south h3{
	float:left;
	width:78px;
	font-size:22px;
	font-weight:bold;
	padding:11px 0 0 105px;
	}
#subtit_west table,
#subtit_east table,
#subtit_south table{
	font-size:12px;
	margin:5px 0 0 0;
	}
#subtit_west>table,
#subtit_east>table,
#subtit_south>table{
	font-size:12px;
	margin:2px 0 0 0;
	}	
#subtit_west table th,
#subtit_east table th,
#subtit_south table th{
	font-size:14px;
	padding:0 0 0 2px;
	}	
#subtit_west table td,
#subtit_east table td,
#subtit_south table td{
	padding:2px;
	}	

p.cor_map{
	width:460px !important;
	margin:10px auto;
	}	
	
p.point{
	width:348px !important;
	background:#e6e6e6  url(../course/img/icon_point.gif) no-repeat 3% 50%;
	font-size:1.3em;
	line-height:1.3 !important;
	padding:8px 12px 8px 100px;
	}										

/*----------------------------------------
+12 facility parts
----------------------------------------*/

ul.facility{
	width:460px;
	margin:5px auto;
	}
ul.facility li{
	float:left;
	width:148px;
	height:40px;
	font-size:13px;/* size_fix*/
	font-weight:bold;
	text-align:center;
	padding:160px 0 0 0;
	margin:0 5px 0 0;
	}

ul.facility li#fac01{background:url(../facility/img/img01.jpg) no-repeat;}
ul.facility li#fac02{background:url(../facility/img/img02.jpg) no-repeat;}
ul.facility li#fac03{background:url(../facility/img/img03.jpg) no-repeat;}
ul.facility li#fac04{background:url(../facility/img/img04.jpg) no-repeat;}
ul.facility li#fac05{background:url(../facility/img/img05.jpg) no-repeat;}
ul.facility li#fac06{background:url(../facility/img/img06.jpg) no-repeat;}


#subnavibox dl.fac_detail{
	width:220px;
	font-size:1.3em;
	text-align:left;
	margin:0 auto;
	}
#subnavibox dl.fac_detail dt{
	background:#e9e9e9;
	font-weight:bold;
	padding:4px 0 4px 20px;
	}
#subnavibox dl.fac_detail dd{
	padding:4px 0 5px 20px;
	}	
#subnavibox p.fac_txt{
	width:194px !important;
	font-size:1.3em;
	line-height:1.3 !important;
	text-align:left;
	padding:8px;
	margin:10px auto 30px;
	}	

/*----------------------------------------
+13 price parts
----------------------------------------*/
ul#price_sc{
	text-align:center;
	margin:0 auto;
	}	
ul#price_sc li{
	display:inline;
	font-size:1.3em;
	margin:0 1em 0 0;
	}

.price_box h4,
.price_box p{
	padding:0 0 0 20px;
	}
.price_box h4{
	font-size:1.3em;
	line-height:1.5;
	font-weight:normal;
	}
.price_box ul.pri_sel{
	font-size:1.3em;
	line-height:1.5;
	padding:10px 0 0 50px;
	list-style-type: none;
	}	
#wrap.price_box dl.play{
	clear:left;
	font-size:1.6em;
	line-height:2.0;
	padding:0 0 0 20px;
	margin:8px 0 0 6px;
	}
#wrap.price_box dl.play dt{
	float:left;
	width:230px;
	height:31px;
	background:#e5e5e5;
	letter-spacing:0.2em;
	border:1px solid #e5e5e5;
	padding:3px 0 3px 8px;
	margin:0 0 8px 0;
	}
#wrap.price_box dl.play dd{
	float:left;
	width:205px;
	border:2px solid #e5e5e5;
	border-left:none;
	text-align:center;
	padding:2px 0 2px 6px;
	margin:0 0 8px 0;
	}			
#wrap.price_box dl.play>dd{
	padding:2px 0 1px 6px;
	}	
#wrap.price_box h4#special_price{
	float:left;
	width:90px;
	line-height:73px;
	background:#be0000;
	color:#feea00;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	padding:13px 0 13px 0;
	margin:10px 0 0 20px;
	}
#wrap.price_box>h4#special_price{
	margin:10px 0 0 35px;
	}
#wrap.price_box .selfday{
	float:right;
	width:530px;
	margin:9px 20px 0 3px;
	} 
#wrap.price_box>.selfday{
	width:540px;
	margin:12px 36px 0 3px;
	} 
#wrap.price_box dl.self{
	clear:both;
	width:530px;
	font-size:1.3em;
	border:2px solid #be0000;
	margin:0 0 5px 0;
	}	
#wrap.price_box>dl.self{
	width:540px;
	}	
#wrap.price_box dl.self dt{
	float:left;
	width:170px;
	height:25px;
	letter-spacing:0.2em;
	padding:1px 0 1px 8px;
	margin:1px 0 0 0;
	}
#wrap.price_box dl.self>dt{
	margin:0;
	}	
#wrap.price_box dl.self dd{
	width:320px;
	padding:7px 0 0 8px;
	margin:0 0 0 176px;
	}			
#wrap.price_box dl.self>dd{
	padding:6px 0 4px 8px;
	}		

.pri_hr{
	width:700px;
	border-top:2px solid #397211;
	margin:10px 0 8px 10px;
	}
p.pri_wen1,p.pri_wen2{
	width:300px !important;
	background:#e5e5e5;
	text-align:center;
	padding:10px 8px 10px 8px;
	}
#wrap.price_box p.pri_wen1{
	float:left;
	margin:10px 0 13px 20px;
	}
#wrap.price_box>p.pri_wen1{
	margin:10px 0 13px 30px;
	}
#wrap.price_box p.pri_wen2{
	float:right;
	margin:10px 10px 13px 0;
	}
#wrap.price_box>p.pri_wen2{
	margin:10px 20px 13px 0;
	}

h5#student{
	float:left;
	width:145px;
	height:
	line-height:73px;
	background:#d60000;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	line-height:1.6;
	padding:42px 0 50px 0;
	margin:10px 15px 0 30px;
}
table#open,table.students{
	width:680px;
	font-size:1.3em;
	border-collapse:collapse;
	border:1px solid #d6e3c5;
	margin:10px auto;
	}
table#op3n{
	width:650px;
	font-size:1.3em;
	border-collapse:collapse;
	border:1px solid #CCCCFF;
	margin:10px auto;
	}
table#op0n{
	font-size:1.3em;
	border-collapse:collapse;
	border:1px solid #ffcccc;
	margin:10px auto;
	}
table.students{
	float:left;
	width:210px;
	margin:10px 15px 10px 0;
	}	
table#open th,
table.students th{
	background:#d6e3c5;
	font-weight:normal;
	text-align:center;
	padding:6px;
	}	
table#open td,
table.students td{
	font-weight:normal;
	padding:6px 10px 6px 10px;
	border-right:1px solid #d6e3c5;
	white-space: nowrap;
	font-size: 12px;
	}
.even{
	background:#f0f0f0;
	}
table.students th,
table.students td{
	border:none;
	}	


#jgra{
	width:566px;
	border:2px solid #397211;
	padding:12px;
	margin:15px auto;
	}
#jgra h4, #jgra h5{
	color:#d53f3e;
	font-size:1.6em;
	text-align:center;
	}	
#wrap #jgra p{
	width:538px;
	}
#wrap #jgra p.attention{
	line-height:1.4;
	margin:15px 0 0 0;
	}	
#wrap.price_box p.re_txt{
	width:635px;
	padding:6px 0 15px 15px;
	}
	
/*----------------------------------------
+14 access parts
----------------------------------------*/

#acc_box p{
	width:530px !important;
	padding:10px 0 0 30px;
	}
#wrap #acc_box p.imagein{
	padding:0;
	}	
#acc_box ul{
	font-size:1.5em;
	line-height:1.5;
	padding:10px 0 0 30px;
	}													
#acc_box h4{
	width:520px;
	font-size:1.5em;
	font-weight:normal;
	color:#c63421;
	line-height:1.6;
	border:1px solid #c63421;
	padding:3px 5px 3px 5px;
	margin:15px 0 8px 0;
 	} 
#acc_box h5{
	width:520px;
	font-size:1.5em;
	color:#c63421;
	text-align:center;
	line-height:1.6;
	margin:11px 0 4px 0;
 	} 
	
table.timetable{
	width:520px;
	border:1px solid #c2c2c2;
	border-collapse:collapse;
	margin:0 auto;
	}
table.timetable th{
	font-size:1.2em;
	text-align:center;
	font-weight:normal;
	border-right:1px solid #c2c2c2;
	padding:2px;
	}
table.timetable th.total_time{
	background:#e7F0db;
	color:#019000;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #c2c2c2;
	padding:4px 0 4px 0;
	}
table.timetable th.wdt{
	width:120px;
	}	
table.timetable td{
	width:35px;
	font-size:1.2em;
	text-align:center;
	line-height:1.3;
	padding:2px;
	}
table.timetable td.wdtd{
	width:50px;
	}						
/*----------------------------------------
+000 other parts
----------------------------------------*/

#wrap p.txt_pickup01{
	text-align:right;
	}

#wrap p.txt_pickup02{
	font-size:1.4em;
	}
.txt_pickup03{
	font-size:1.5em !important;
	color:#F00;
	}
.txt_pickup04{
	color:#F00;
	}
.txt_pickup05{
	font-size:1.5em !important;
	}
.txt_pickup06{
	color:#175fc3 !important;
	}		
.txt_pickup07{
        font-size:1.5em !important;
	color:#3333CC !important;
	}
.txt_pickup08{
	color:#3333CC !important;
	}
		

.pickup_area01{
	width:700px;
	background:#f0f0f0;
	padding:5px;
	}
.pickup_area02{
	width:616px !important;
	color:#fff;
	background:#397211;
	text-align:center;
	padding:5px;
	}
.pickup_area03,.pickup_area04{
	width:702px !important;
	color:#fff;
	font-size:1.5em !important;
	text-align:center;
	padding:3px;
	margin-top:0 !important; 
	}	
.pickup_area03{background:#397211;}
.pickup_area04{background:#115CA0;}	

div.pickup_area05{
	clear:both;
	width:194px;
	color:#66000b !important;
	background:#fff;
	border:1px solid #66000b;
	text-align:left;
	padding:8px;
	margin:10px auto 30px;
	}	
.pickup_area05 h4{
	font-size:1.4em;
	font-weight:bold;
	}
.pickup_area05 p{
	width:180px !important;
	font-size:1.3em;
	line-height:1.3 !important;
	}
.pickup_area06{
	width:640px !important;
	background:#f0f0f0;
	padding:5px !important;
	}
.pickup_area07{
	background:#f0f0f0;
	font-size:1.2em;
	text-indent:10px;
	padding:5px !important;
	}
.pickup_area08{
	width:640px !important;
	color:#feea00;
	background:#be0000;
	font-size:1.8em !important;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	padding:5px !important;
	}
	/*20080304araki追加*/											
.pickup_aree08{
	width:640px !important;
	color:#ffffff;
	background:#be0000;
	font-size:2.0em !important;
	font-weight:900;
	text-align:center;
	letter-spacing:2px;
	padding:2px !important;
	}											
.pickup_aree_after{
	width:640px !important;
	color:#ffffff;
	background:#ffffff;
	font-size:2.0em !important;
	font-weight:900;
	text-align:center;
	letter-spacing:2px;
	padding:2px !important;
	}											
.pickup_area_student{
	width:640px !important;
	color:#feea00;
	background:#be0000;
	font-size:1.5em !important;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	padding:5px !important;
	}
	
.none{
	text-indent:-9999px;
	height:0px;
	overflow:hidden;
	display: none;
	}

.cle{
	clear:both;
	}

.center{
	text-align:center;
	}

/*----------------------------------------
+999 iwasaki parts
----------------------------------------*/

table#open2,table.students2{
	width:650px;
	font-size:1.3em;
	line-height:1.8;
	border-collapse:collapse;
	border:0px solid #d6e3c5;
	margin:8px auto;
	}
table#open2 th,
table.students2 th{
	background:#d6e3c5;
	font-weight:normal;
	text-align:center;
	line-height:1.8;
	padding: 5px;
	}	
table#open2 td,
table.students2 td{
	font-weight:normal;
	line-height:1.8;
	padding:6px 10px 6px 10px;
	border-right:0px solid #d6e3c5;
	margin:8px auto;
	padding: 5px;
	}
.even{
	background:#f0f0f0;
	}
table.students2 th,
table.students2 td{
	border:none;
	}	

