@charset "Shift_JIS";

/*---------------------------------
0.default(base.css)
1.link(base.css)
2.common(base.css)
3.header(base.css)
4.navi(base.css)
5.wrapper
6.container
7.content
8.left(base.css)
9.right
10.footer(base.css)
==========================
20.index
----------------------------------*/


/*5.wrapper
-----------------------------------*/
#wrapper{
	margin:15px auto 0 auto; 
	width:900px;
	background:#fff;
	}


/*6.container
-----------------------------------*/
#container{
	float:left;
	width:705px;
}

	
/*7.content
-----------------------------------*/
#content{
	float:right;
	width:490px;
	}
#content h2{
	margin-bottom:7px;
	padding:2px 0 0 10px;
	height:20px;/*22px*/
	font-size:14px;
	letter-spacing:0.1em;
	background:url(../img/common/bg_header-s.jpg) no-repeat;
	
	}
#content h3{
	margin-bottom:7px;
	padding:2px 0 0 10px;
	height:20px;/*22px*/
	font-size:14px;
	letter-spacing:0.1em;
	background:url(../img/common/bg_header.jpg) no-repeat;
	}


/*9.right
-----------------------------------*/
#right{
	float:right;
	width:180px;
	}

ul#side-banner li{
	margin-bottom:10px;
	}
	


/*====================================================================*/

/*20.index
-----------------------------------*/	
	
#top-search{
	margin-bottom:10px;
	padding:4px;
	background:#ebeff2 url(../img/top/bg_top-search.jpg) center bottom no-repeat;
	border:1px #ccc solid;
	}
#top-search form table{
	margin:5px 0 5px 60px;
	}
#top-search form table td{
	position:relative;
	}
#top-search form table td.group{
	padding:2px 0;
	}
#top-search form table td.group input{
	position:relative;
	top:3px;
	}

#top-search form table td.schoolname{
	padding:5px 0;
	}
/*#top-search input.submit{
	margin:0 0 0 5px;
	padding:2px 5px;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	border:1px #30b8f3 solid;
	background:url(../img/common/bg_form-btn.jpg) center center no-repeat;
	}*/

#top-area{
	position:relative;
	margin-bottom:10px;
	padding:4px;
	border:1px #ccc solid;
	}
#top-area-ctt{
	padding-bottom:20px;
	}
#top-area dl{
	margin-top:15px;
	}
#top-area dl dt{
	float:left;
	font-size:11px;
	font-weight:bold;
	}
#top-area dl dd{
	margin:0 0 20px 75px;
	font-size:11px;
	
	}
#top-area dl dd.none{
	margin:0 0 0 70px;
	font-size:11px;
	
	}
#top-area img#map{
	margin-top:15px;
	float:right;
	}
