@charset "utf-8";

body {
	text-align: center;
}
#wrapper {
	background-image:   url(../img/sidebg.gif);
	background-repeat: repeat-y;
	background-color: #c2e8df;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
#header {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 24px;
	padding-left: 24px;
}
#header  p  {
	text-align: right;
	float: right;
	font-size: 92.4%;
	line-height: 1.335;
}
#header  h1  {
	width: 320px;
}
#header #line {
	position: relative;
	top: -2px;
}

#header #logo {
	float: left;
	display: inline;
	margin-top: 4px;
}
#header #logo2 {
	text-align: right;
	margin-top: 4px;
}
#header #logo2 img {
	margin-bottom: 15px;
}
#side {
	width: 215px;
	padding-top: 17px;
	float: left;
}
#side #mainnavi{
	margin-left: 24px;
}
#side #mainnavi ul {
	margin-top: 9px;
	text-align: right;
}
#side #mainnavi li {
	height: 55px;
	list-style-type: none;
}
#side #subnavi{
	margin-top: 15px;
	margin-left: 37px;
}
#side #subnavi ul {
	text-align: left;
}
#side #subnavi li {
	list-style-type: none;
	height: 43px;
}
#side #postnavi{
	margin-top: 10px;
	margin-left: 37px;
}
#side #postnavi ul {
	text-align: left;
}
#side #postnavi li {
	list-style-type: none;
	height: 93px;
}

#content {
	text-align: left;
	margin-left: 215px;
}
#content #top {
	margin-top: 26px;
	margin-left: 26px;
	margin-bottom: 0px;
}

#content #bunnerbox {
	margin-top: 20px;
	margin-left: 1px;
}
#content #bunnerbox ul {

}
#content #bunnerbox li {
	list-style-type: none;
	float: left;
	margin-left: 25px;
	display: inline;
}

#content #cuorsegide {
	margin-left: 20px;
	margin-top: 30px;
}
#content #cuorsegide h2 {
	margin-left: 6px;
}
#content #cuorsegide ul {
	margin-top: 40px;
}
#content #cuorsegide li {
	list-style-type: none;
	float: left;
	height: 150px;
	margin-left: 30px;
	width: 290px;
	display: inline;
}
#content     #cuorsegide     p {
	font-size: 92.4%;
	line-height: 1.5;
	margin-top: 15px;
	display: block;
}
#content #cuorsegide #marginr20 {
	margin-right: 15px;
}
#content #schoolguide {
	margin-left: 20px;
	margin-top: 20px;
}
#content #schoolguide h2 {
	margin-left: 6px;
}
#content #schoolguide ul {
	margin-top: 8px;
	margin-left: 30px;
	height: 525px;
}
#content #schoolguide li {
	list-style-type: none;
	float: left;
	width: 210px;
	display: inline;
	margin-top: 24px;
}
#content #schoolguide img {
	margin-bottom: 20px;
}

#content #schoolguide p {
	font-size: 92.4%;
	line-height: 2.2;
	margin-top: 12px;
}
#content #schoolguide a {
	color: #232323;
	background-image: url(../img/examination/link.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 20px;
	display: inline-block;
	height: 28px;
}
#content #schoolguide a:hover {
	color: #666666;
	background-image: url(../img/examination/link_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer {
	clear: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer address {
	text-align: center;
	margin-left: 215px;
}
h5 {
	text-align: right;
	margin-right: 26px;
	clear: left;
	height: 50px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}  
.clearfix { /* for IE */  
	display: inline-block;  
}

