@charset "Shift_JIS";

/* ========= ヘッドタイトルエリア ========= */
#header {
	position: relative;
	width: 760px;
	margin: 0px auto;
	text-align: left;
	height: auto;
	min-height: 100%;
}
#headpart {
	width: 760px;
	height: 105px;
	background: #FFFFFF;
	margin: 0px auto;
}
#head-title {
 	position: absolute;
	top: 26px;
	left: 235px;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
#head-logo {
	position: absolute;
	top: 0px;
	left: 10px;
}
#head-banner {
	position: absolute;
	top: 5px;
	left: 226px;
}


/* ========= 学校種別タイトルエリア ========= */
#subtitlepart {
	clear: both;
	position: relative;
	width: 760px;
	height: 39px;
	background: #FFFFFF;
	margin: 0px auto;
}
#sub-title {
 	position: absolute;
	top: 16px;
	left: 11px;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
img#sub-title-img {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 190px;
	height: 34px;
	background: url(/chugaku/2010for_imgs/title_chugaku.gif) no-repeat;
}

/* ========= 学校種別ナビエリア ========= */
#schoolMenuBaseChugaku{
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 33px;
}
#schoolMenuChugaku {
	margin: 0px;
	padding: 0px;
}
#schoolMenuChugaku li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 150px;        /* (150px + 2px)*5 = 760px */
}
#schoolMenuChugaku a {
    display: block;   
	white-space: nowrap;
	padding: 0px auto;
	font-size: 13px;
	font-weight: normal;
	line-height: 33px;
	text-align: center;
}
.sMBcolorChugaku01 {
	background-color: #00458A;
	border-bottom: 1px solid #999999;
}
.sMcolorChugaku li {
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
.sMcolorChugaku a:link,
.sMcolorChugaku a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.sMcolorChugaku a:hover {
	text-decoration: none;
	background-color: #F08080;
	color: #FFFFFF;
}

/* ========= 学校検索エリア ========= */
#schoolSearch {
	clear: both;
	position: relative;
	*zoom: 1;
	padding-left: 10px;
	width: 650px;
	height: 28px;
	text-align: left;
	border-bottom: 1px solid #C3C3C3;
	border-left: 100px solid #0066FF;
	background-color: #DDDBC4;
}
#schoolSearch img.gakkoukensaku {
	position: absolute;
	top: 5px;
	left: -93px;
	padding: 0;
	width: 82px;
	height: 20px;
	background: url(/chugaku/2010for_imgs/icon_search.gif) no-repeat;
}
#schoolSearch input.searchBox01{
	vertical-align: middle;
	position: absolute;
	top: 4px;
	left: 10px;
	width: 225px;
	height: 16px;
	line-height: 16px;
	font-size: 1.2em;
	padding-left: 5px;
}
#schoolSearch input.submit{
	vertical-align: middle;
	position: absolute;
	top: 4px;
	left: 250px;
	cursor: pointer;
	margin: auto;
	font-size: 14px;
	width: 90px;
	height: 22px;
	line-height: 16px;
}

/* ========= パンくずエリア ========= */
#pankuzu ol {   
	background-color: #EDEDED;
	width: 760px;
	padding: 3px 0px 3px 0px;
	border-bottom: solid 1px #999999;
	text-align: left;
	margin: 15px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
    line-height: 0;   
}  
#pankuzu li {   
    display: inline;   
    line-height:100%;   
    list-style-type:none;   
} 
#pankuzu a {   
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;	
}  
#pankuzu em {   
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-style: normal;
}  

/* ========= プログラム左サイド ========= */
td.leftcolum02 p{
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
}

