/* CSS Document */

body{
	text-align:center;
	margin:0px;
	font-size: 80%;
}

form{
	margin:0;
	padding:0;
}
img{
	border:none;
}
#header{
	width:810px;
	margin:10px auto 0;
	height: 82px;
	text-align: left;
}
#header img{
	margin:20px 0 0;
}
#header h1{
	position:absolute;
	font-size: 11px;
	top: 17px;
	margin: 0 0 5px 10px;
	color: #B8BBA6;

}




#navi{
	width:810px;
	height:30px;
	margin:0 auto;
}
#navi ul{
	display:inline;
}
#navi li{
	list-style-type:none;
	display:inline;
}
#navi a{
	display:block;
	float:left;
	width:135px;
	height:25px;
	line-height:25px;
	background:url(images/bg_navi.gif) no-repeat 0px 0;
	color: #ffffff;
	font-weight: bold;
}
#navi a:hover{
	background:url(images/bg_navi_ov.gif) no-repeat;
}

#navi a.s,#navi a.s:hover{
	background:url(images/bg_navi_s.gif) no-repeat;
	color: #3366ff;
}


#main {
	width:810px;
	margin:auto;
	text-align: left;
}

#bread{
	margin:0 220px 0 0;
	padding-bottom: 20px;
}
#bread p{
	margin:5px 0;
	font-size: 90%;
}
#contents{
	width:596px;
	float:left;
}
#contents.nodiv{
	float:none;
	width: auto;
	margin:0 40px 50px;
}

#contents .top{
	color: #254566;
	line-height: 140%;
	margin: 20px 0 0px 0;
	background: url(images/bg_top.gif) no-repeat 0% 100%;
}
#contents .top p{
	margin: 5px 10px;
}
#contents .top ul{
	margin: 5px 0;
	padding: 0;
}
#contents .top li{
	margin: 5px 5px 5px 20px;
}
#contents .top div.left{
	width:293px;
	float:left;
}
#contents .top div.right{
	width:293px;
	float: right;
	text-align: left;
}

#contents .banner{
	background: #ffffff url(images/bg_banner.gif) no-repeat 0px 0px;
	padding:0 0 0 128px;
	margin: 0 0 5px 0;
}

#contents .txt h2{
	color: #006666;
	font-size: 100%;
	padding: 5px;
	margin: 0;
	background-color: #DCDCDC;
	border: none;
	border-bottom: 1px solid #FFC300;
}
#contents .txt h3{
	color: #716A22;
	font-size: 100%;
	padding: 5px;
	margin: 0;
	background-color: #DCDCBA;
	border: none;
	border-bottom: 1px solid #FFC300;
}

#contents h2{
	border-left: 10px solid #FFCC00;
	font-size: 100%;
	padding-left: 5px;
	color: #003366;
}
#contents h2.search{
	background:#B5E8EC url(images/bg_h2_search.gif) no-repeat 5px 3px;
	padding-left:25px;
}
#contents h2.search2,#contents.static h2.search2{
	background:#FFFFFF url(images/bg_h2_search2.gif) no-repeat 0px 0px;
	border: none;
	padding: 15px 5px 5px 45px;
	margin: 0;
	color: #28454A;
	line-height: 100%;
}
#contents.nodiv h2.search2{
	background:#FFFFFF url(images/bg_h2_search2l.gif) no-repeat 0px 0px;
}


#contents .top h2{
	color: #006666;
	font-size: 100%;
	padding: 3px 5px;
	margin: 0 0 10px 0;
	text-align: left;
	background-color: #DCDCDC;
}
#contents.static h2{
	color: #006666;
	font-size: 100%;
	padding: 5px;
	margin: 10px 0 0 0;
	background-color: #DCDCDC;
	border-top:1px solid #FFC300;
	border-right:1px solid #FFC300;
}

#contents .txt{
	border:1px solid #FFC300;
	margin: 0 0 10px 0;
	padding: 0 0 10px;
}

#contents .txt p{
	margin:5px 20px;
	line-height: 150%;
}
#contents .txt p.entry-footer{
	margin:30px 20px 5px;
}
#contents .txt p.date{
	border-bottom:1px solid #FFC300;
	margin: 5px 0 10px;
	text-align: right;
}
#contents .txt table{
	border-collapse:collapse;
	margin:10px auto;
}
#contents .txt table.col td{
	border:1px solid #999999;
	padding:3px;
	line-height: 120%;
}

#contents .txt table.col th{
	padding:5px;
	background-color:#FFFBD9;
	text-align: left;
	color: #666600;
	border: 1px solid #999999;
}
#contents.static .txt table.col th,#contents.static .txt table.col td{
}

#contents .txt table.col th.nor{
	background-color:#FFFFFF;
	font-weight: normal;
}

#contents .txt table.col td.nor{
	border:none;
}


#contents p.search{
	border-left: 12px solid #FFCC00;
	font-size: 100%;
	padding-left: 5px;
	color: #003366;
	font-weight:bold;
}



#contents .school{
	border: 1px solid #FF8F1F;
	margin: 0 auto 10px;
	width:728px;

}

#contents .school .btns{
	float:right;

}
#contents .school .btns img{
	margin:3px;
}
#contents .school h2{
	border: none;
	font-size: 130%;
	padding: 8px 5px;
	background-color: #D7D9CC;
	margin: 0 0 10px 0;
	line-height: 100%;
}



#contents .img{
	float:left;
	width:220px;
}
#contents .img img{
	margin:0 0 0 10px;
	width:200px;
}
#contents .description{
	float:left;
	width:500px;
}
#contents .description img{
	margin:0px 2px;
}
#contents .description table{
	width:500px;
	border-collapse:collapse;
	margin-bottom: 5px;
}
#contents table.border{
	border-spacing:0;
	border-collapse:collapse;
}
#contents table.border td{
	border: 1px solid #DDDFD4;
	line-height: 120%;
	padding: 5px;
	background-color: #FFFFFF;
}
#contents table.border th{
	border: 1px solid #DDDFD4;
	line-height: 120%;
	font-weight:normal;
	white-space: nowrap;
	background-color: #F4F5F1;
	color: #28454A;
	text-align: center;
	padding: 5px;
}
#contents table.border img{
	margin:2px 5px;
}
#contents .description2{
	clear:both;
	padding-bottom: 10px;
}

#contents .description2 td{
	text-align:center;
}
#contents .description2 img.sub{
	width:120px;
}






/*-----------------------------------------detail----*/
#contents .detail{
}
#contents .detail img.sub{
	width:180px;
}


#contents .detail hr{
	clear:both;
	visibility: hidden;
}


#contents .detail h1{
	font-size: 200%;
	margin: 0;
	width: 320px;
	float: left;
}
#contents .detail h1 a{
	text-decoration: none;
	color: #003366;
}

#contents .detail .btns{
	width: 150px;
	float: left;
}
#contents .detail .contact{
	width: 250px;
	float: right;
	line-height: 130%;
}


#contents .detail h2{
	font-size: 130%;
	margin: 20px 5px 8px;
}
#contents .detail .description h2{
	font-size: 130%;
	margin: 0px 5px 5px;
}

#contents .detail h3{
	font-size: 120%;
	background-color: #DCF3F5;
	margin: 5px 20px;
	padding: 3px;
}

#contents .detail p{
	line-height: 150%;
	margin: 5px 20px 15px;
}
#contents .detail p.related{
	background:url(images/bg_related.gif) no-repeat 0px 0px;
	padding-left: 65px;
}

#contents .detail table{
	width:730px;
	margin:0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
#contents .detail .news{
	padding:5px;
	background-color: #FFFCC4;
	margin: 5px;
}
#contents .detail .news h2{
	padding:5px 3px;
	background-color: #FFCC00;
	margin: 0;
	font-size: 120%;
	border: none;
}
#contents .detail .news table{
	margin: 0 auto 10px 0;
	width:auto;
}
#contents .detail .news td{
	padding: 5px;
	background-color: #FFFFFF;
}
#contents .detail .news th{
	padding: 5px;
	background-color: #ECD78C;
	font-weight: normal;
}

#contents .detail .left{
	width:365px;
	float:left;
}
#contents .detail .right{
	width:365px;
	float: right;
	text-align: left;
}

#contents .detail .left table,#contents .detail .right table{
	margin:auto auto auto 0;
	width:auto;
	border-spacing: 0;
}
#contents .detail .left th,#contents .detail .right th{
	padding: 5px;
	background-color: #FFCC00;
	border:1px solid #988543;
}
#contents .detail .left td,#contents .detail .right td{
	padding: 5px;
	width:150px;
	border:1px solid #988543;
}


#contents .detail td.nobg{
	background-color: #FFFFFF;
	background: none;
}
#contents .detail .gakuhi td{
	text-align:right;
}
#contents .detail .gakuhi .gokei{
	border-top:4px double #988543;

}



#contents .detail .place{
	background-color: #F0FAFB;
	margin: 5px;
	padding:0 0 10px 0;
}

#contents .detail .place h3{
	background-color: #B1E4E9;
	color: #003366;
	margin: 5px 0;
}
#contents .detail .place p{
	margin: 5px 0;
}
#contents .detail .place table{
	width:680px;
	margin:5px auto 25px;
}
#contents .detail .place .map{
	text-align:right;
}

#contents .detail .place .able{
	margin:10px 200px;
	text-align:center;
	border:2px dotted #003366;
	padding: 3px;
	font-weight: bold;
	color: #333333;
}
#contents .detail .place .able h3{
	margin:0 0 5px 0;
	font-size: 100%;
	background-color: #2193B0;
	color: #FFFFFF;
}
#side{
	width:200px;
	float:right;
}

#side .banner{
	margin:0 0 10px 0;
	text-align: center;
}
#side .banner img{
	margin:auto;
}
#side form{
	margin:5px;
}
#side .box {
	margin:0 0 10px 0;
	border: 1px solid #889E30;
}
#side .box h2{
	margin: 0 0 5px 0;
	padding: 3px 5px;
	font-size: 100%;
	background-color: #A5A98F;
	color: #FFFFFF;
}
#side .box h2 a{
	color: #FFFF00;
}
#side .box p{
	margin: 5px 10px;
}
#side .box ul{
	margin: 0;
	padding: 0;
}
#side .box li{
	margin: 5px 0;
	list-style-type:none;
	background:url(images/bg_li.gif) no-repeat;
	padding:0 0 0 25px;
}

#footer{
	width:810px;
	margin:0 auto;
}
#footer p{
	margin: 5px 0;
}
#footer p.copy{
	padding: 5px;
	background-color:#167089;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#banner{
	width: 468px;
	top: 20px;
	position: absolute;
	left: 50%;
	margin-left: -65px;
}
#size{
	top: 125px;
	position: absolute;
	left: 50%;
	margin-left: 245px;
	text-align: right;
	width: 150px;
}


/*------------------------------------------------------------------------------------any*/

br.cl{
	clear:both;
	line-height:1px;
	font-size: 1px;
}
div.clear{
	clear:both;
}
div.right{
	text-align:right;
}
div.center{
	text-align:center;
}
.red{
	color:#FF0000;
}
.small{
	font-size:smaller;
}
.margintop10{
	margin:10px 0 0 0;
}
.larger{
	font-size:120%;
}
img.left{
	float:left;
	margin:0 10px 0 0;
	width:auto;
}

img.right{
	float:right;
	margin:0 0 0 10px;
	width:auto;
}



/*-----------------------------------------------------------------------------form*/
input.s{
	width:150px;
}
input.l{
	width:250px;
}
textarea{
	width:300px;
	font-size:100%;
}


/*---------------------------------------------------------------------------bbs*/
.bbsnavi p{
	text-align:center;
}
.bbsnavi ul{
	height:18px;
	margin:10px 0;
	padding:0;
}
.bbsnavi li{
	list-style-type:none;
	width:80px;
	height:18px;
	float:left;
	text-align:center;
	line-height:18px;
	margin: 1px;
	background-color: #FFFBD9;
}
.new{
	padding:1px;
	margin:0 0 0 10px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FF3366;
	color:#FFFFFF;
}	
	
#copyright{
	margin:20px 0;
	font-size:10px;
	text-align:center;
}

.flash{
	height:300px;
	}
	
	
#pagetop {
	font-size: 10px;
}
