@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	color: #333;
}

body {
	background-color: #FFFFFF;
	font-size: 100%;
	text-align: center;
}

h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link {
	color: #06F;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #06F;
}

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

a:active {
	text-decoration: none;
	color: #FF00FF;
}

table {
	border-collapse:collapse;
}
ul {
	list-style: none;
}

.normal {
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
}


.red {
	color: #FF0000;
}
.blue {
	color: #00F;
}

.accent01 {
	font-size: 16px;
	font-weight: bold;
	color: #F30;
}
.accent02 {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	line-height: 35px;
}
.accent03 {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	line-height: 35px;
	letter-spacing: -2px;
}
.bold {
	font-weight: bolder;
}





.center {
	text-align: center;
}
.clear {
	clear: both;
}


/* CSS Document */

#wrap-shadow {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-shadow.jpg);
	background-repeat: repeat-y;
}
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(../images/main_bg_bottom.jpg) no-repeat center bottom;
}#header {
	height: 204px;
	width: 900px;
	background: url(../images/header2.jpg) no-repeat;
}
#header #headerLogo {
	width: 400px;
	float: left;
	height: 165px;
}

#header h1 {
	text-align: right;
	width: 485px;
	padding-right: 15px;
	display: block;
	float: right;
	padding-top: 17px;
}

#mainWrap {
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	background: url(../images/main_bg.jpg) no-repeat;
}

#topicPath {
	margin-bottom: 15px;
}
#topicPath h2 {
	background: url(../images/arrow01.gif) no-repeat left center;
	padding-left: 15px;
}

#menuWrap {
	float: left;
	width: 240px;
}
.menu1st {
	margin-bottom: 15px;
	background: url(../images/manu01_bg.jpg) no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 160px;
	width: 240px;
}

.menu1st ul {

}

.menu1st ul li {
	margin-bottom: 5px;
	margin-left: 10px;
}
.menu2nd {
	background: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 10px;

}

.menu2nd ul {

}
.menu2nd ul li {
	margin-bottom: 5px;
	margin-left: 10px;
}
.menu2nd ul li ul {
	text-align: left;
	font-size: 14px;
	margin-top: 7px;
}
.menu2nd ul li ul li {
	background: url(/big/images/arrow5.gif) no-repeat left center;
	padding-left: 15px;
}



li img {
	vertical-align: top;
}










#schoolList .contsBody table {
	border: 1px solid #CCC;
	font-size: 14px;
	width: 100%;
}
#schoolList .contsBody table tr th {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	height: 35px;
	text-align: center;
	border: 1px solid #CCC;
	background: #FCF;
	line-height: 1.3;
	padding-top: 5px;
	padding-bottom: 5px;
}

#schoolList .contsBody table tr td {
	border: 1px solid #CCC;
	height: 34px;
}
#schoolList .contsBody table .pref   {
	text-align: center;
	background: #FFF9F0 url(../images/th_bg2.jpg) repeat;
	width: 10%;
}
#schoolList .contsBody table .schoolName {
	padding-left: 10px;
	background: #FFF9EE;
	width: 30%;

}
#schoolList .contsBody table tr .kind {
	text-align: center;
	vertical-align: middle;
	width: 12%;
}
#schoolList .contsBody table tr .kind img {
	line-height: 0px;
	vertical-align: bottom;

}




#footer {
	clear: both;
	height: 100px;
	text-align: center;
	margin-top: 60px;
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #FFF;
	font-size: 12px;
	padding-bottom: 25px;
}
#footer h3 {
	margin-top: 15px;
	font-size: 12px;
}
#footer ul li {
	display: inline;
	margin-top: 5px;
	margin-left: 15px;
}
#footer p {
	margin-top: 10px;
}
#footer address {

}



#contentsWrap {
	float: right;
	width: 600px;
}

