@charset "utf-8";
/* CSS Document */

/*--- css reset ---*/
*{
	font-size:100%;
	margin:0;
	padding:0;
	line-height:1;
	font-weight:normal;
	list-style:none;
}

img,a{
	border:0;
}
a[href] {
	color:#1B5CE4;
	text-decoration:none;
	line-height:1.3;
}

a:hover{
	color:#1B5CE4;
	text-decoration:underline;
}

/*--- HTMLtag ---*/
body{
	background-color:#DFF7F9;
	text-align:center;
	font-family:メイリオ,Arial,Helvetica,Sans-Serif;
	font-size:95%;
	color:#1B1B1B;
	line-height:1.3;
}
table,th,td{
	border-collapse:collapse;
	border:#CCC solid 1px;
	padding:5px 1px;
	line-height:1.4em;
}
th{
	text-align:center;
}
em{
	color:#C00;
}
form table td{
	padding:5px;
}
form table input{
	margin-right:3px;
}


/*-- common --*/
.last10{
	padding-bottom:10px;
}
.to_center{
	text-align:center;
}
.clear{
	overflow:hidden;
}
@* html .clear{overflow: visible;}

#to_pagetop{
	text-align:right;
	padding:50px 10px 0 0;
}
table.tstyle{
	margin:10px 0 10px 5px;
	width:97%;
	font-size:90%;
}
table.tstyle th{
	background:#F9F8F2;
}
table.tstyle th.th2{
	background-color:#DAF0FE
}
table.tstyle .aline_right{
	text-align:right;
	padding-right:5px;
}
#main p.to_right{
	text-align:right;
	padding-right:10px;
}

#main ul#subnavi{
	padding:0 15px 10px;
}
#main ul#subnavi li{
	float:left;
	background:url(images/arrow_subnavi.gif) no-repeat 0 50%;
	height:20px;
	width:160px;
	padding:5px 0 0 20px;
}
#main ul#subnavi li a{
	display:block;
	width:140px;
	color:#333;
}
#main ul#subnavi li.select{
	color:#D63D98;
	background:url(images/arrow_select.gif) no-repeat 0 50%;
}
.wrap{
	width:515px;
}
.column2{
	width:250px;
	float:left;
}
.right15{
	margin-right:15px;
}



/*-- Wrapping --*/
#wrapping{
	text-align:left;
	margin:0 auto;
	width:800px;
}

/*-- header --*/
#header{
	width:800px;
	padding:10px 0;
}
#header #logo{
	width:600px;
	float:left;
}
#header #logo h1{
	padding:10px 0 0 15px;
}
#header #headmenu_area{
	width:200px;
	float:left;
}
#header ul#headmenu{
	padding-top:55px;
}
#header ul#headmenu li{
	display:block;
	float:left;
	padding-right:15px;
}

/*-- head navi --*/
ul#navi{
	width:800px;
	padding-bottom:15px;
}
ul#navi li{
	float:left;
	display:block;
}

/*-- contents --*/
#contents{
	width:770px;
	padding:0 15px;
	background-color:#FFF;
}
#contents_bottom img{
	padding-bottom:10px;
	vertical-align:top;
}

/*-- footer --*/
#footer{
	text-align:right;
	padding:0 0 60px 0;
	font-size:80%;
}

/*-- sideber --*/
#sideber{
	width:235px;
	padding-right:20px;
	float:left;
}
p.banner{
	padding-bottom:10px;
}

#guide_box{
	width:235px;
	padding:5px 0 15px;
}
#guide_box #guide_left{
	float:left;
}
#guide_box #guide_right{
	float:right;
}
address p.name{
	font-size:120%;
	font-weight:bold;
	padding-left:5px;
}
address p{
	font-size:95%;
	line-height:1.3;
	padding-left:5px;
}
address p.telfax{
	text-align:right;
	padding-right:15px;
}

/*-- main --*/
#main{
	width:515px;
	float:left;
	padding: 0 0 20px 0;
}

/*-- index --*/
#news_box{
	width:485px;
	background:url(images/news_bk.gif) repeat-y;
	padding:0 15px 10px;
}
#news_box dl{
	width:465px;
	border-bottom:#666 dotted 1px;
	margin:0 10px;
	padding:8px 0 0;
}
#news_box dl dt{
	width:100px;
	float:left;
}
#news_box dl dd{
	width:365px;
	float:left;
}
#news_box p.archive{
	text-align:right;
	padding:15px 40px 10px 0;
}
#flash{
	padding-bottom:20px;
}

#student_menu{
	background:url(images/student_bk.gif) no-repeat;
	width:515px;
	height:145px;
	text-align:center;
}
#menu_box{
	width:410px;
	margin:0 auto;
}
#main #menu_box p{
	width:200px;
	float:left;
	padding:10px 0 0;
}
#main #menu_box p.right10{
	padding-right:10px;
}

/*-- main_contents --*/
#main h2{
	background:url(images/h2_bg.gif) no-repeat 0 50%;
	color:#333;
	font-size:120%;
	height:32px;
	padding:23px 0 0 15px;
	margin-bottom:10px;
}
#main h3{
	background:url(images/h3_bg.gif) no-repeat 0 50%;
	color:#FFF;
	height:22px;
	padding:8px 0 0 30px;
	margin:20px 0 5px;
}

#main h4{
	color:#006AB6;
	font-size:120%;
	font-weight:600;
}
#main p{
	padding:0 10px;
}
ul.about {
	padding: 10px 20px 0;
}
ul.about li{
	background:url(images/arrow01.gif) no-repeat 0 8px;
	font-size:95%;
	padding-left:10px;
	line-height:1.7em;
}
table td.cell_right{
	text-align:right;
	padding-right:5px;
}
table td.cell_center{
	text-align:center;
	padding-right:5px;
}
ul.attention{
	padding:20px;
}
ul.attention.no_pa,ul.about.no_pa{
	padding:20px 20px 0;
}
ul.attention li{
	background:url(images/arrow_kome.gif) no-repeat 0 2px;
	padding-left:12px;
	height:20px;
}
.white{
	color:#FFF;
}


/*-- entrance --*/
table td.deli{
	border-bottom:double 3px #999;
}
#main p.add_price{
	margin-left:15px;
	font-size:120%;
	border-bottom:dotted 1px #F90;
	width:200px;
	padding:15px 0 0;
}

/*-- lesson_time --*/
.about02{
	background:url(images/arrow02.gif) no-repeat 0 20%;
	font-size:95%;
	margin:0 20px 5px 50px;
}

/*-- application --*/
form table td{
	padding: 5px;
	height:40px;
	line-height:1.8em;
	font-size:90%;
}
form table th{
	text-align:left;
}

form table.cont01{
	width:100%;
	margin:5px 0;
}
form table.cont01,form table.cont01 th,form table.cont01 td{
	border:0;
}
form table.cont01 input{
	vertical-align:inherit;
	margin-right:2px;
	margin:0;
}
form table.cont02{
	width:70%;
	font-size:85%;
	margin:5px 0;
}
input{
	vertical-align:inherit;
	margin-right:2px;
	margin:0 5px;
}
input.submitleft{
	margin-right:50px;
	margin-top:20px;
}
.to_center input{
	margin-top:20px;
	padding:4px 10px 2px;
}

/*-- access --*/
#map_mark h1{
	font-size:130%;
	padding:3px 0;
}
#map_mark p{
	padding:3px 0;
}

/*-- bus --*/
.about03{
	background:url(images/arrow02.gif) no-repeat 0 50%;
	font-size:95%;
	margin:0 20px 5px 50px;
}
.bus_route{
	background:url(images/bus_bg.gif) no-repeat 0 50%;
	width:200px;
	height:32px;
	float:left;
	margin-left:20px;
	padding:18px 0 0 30px;
	font-size:110%;
}
.m_bottom{
	margin-bottom:15px;
}
.bus_route a{
	color:#4F4F4F;
	font-weight:bold;
	display:block;
	width:200px;
}
.bus_route a:hover{
	color:#F14153;
	text-decoration:none;
	display:block;
	width:200px;
}

.bus_time_line{
}
.bus_time_line td{
	text-align:center;
	font-size:80%;
}
.bus_time_line th{
	text-align:left;
	font-size:80%;
	padding:0 2px;
}

.bus_time_line tr.school{
	text-align:center;
	background:#FBB5B7;
}
.bus_time_line th.morning{
	text-align:center;
	background:#CEF07D;
	height:40px;
}
.bus_time_line th.daytime{
	text-align:center;
	background:#F1E27C;
}
.bus_time_line th.evening{
	text-align:center;
	background:#66B5E3;
}
.bus_time_line td.kaku{
	font-size:110%;
}
.route_map{
	padding:15px 0;
}
tr.bus_gray{
	background:#CCC;
}

table.highschool{
	width:80%;
	margin-left:20px;
}
table.highschool td.bus_stop{
	padding-left:15px;
}

/*-- sitetmap --*/
ul#sitemap{
	padding: 0 20px 30px;
}
ul#sitemap li{
	border-bottom:#999 solid 1px;
	padding:15px 0 0 10px;
}
ul#sitemap li.sub{
	border-bottom:#CCC dotted 1px;
	margin-left:20px;
}

/*-- policy --*/
p.policy{
	padding-bottom:20px;
	line-height:1.5em;
	font-size:90%;
}


/*-- news --*/
#news p{
	padding: 0 15px 20px;
}
#news p.day{
	font-size:85%;
	padding-bottom: 10px;
}
#news h4{
	background:url(images/arrow_h4.gif) no-repeat 0 50%;
	padding-left:15px;
	font-size:130%;
	margin-top:20px;
	color:#333;
}


