@charset "UTF-8";
/* CSS Document */

/*
==========================================================
各コンテンツ共通
==========================================================
*/

#title h3 {
	width: 880px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100px;
	background-image: url(../school/image/title.jpg);
}

#main {
width: 660px;
margin: 0px;
padding: 0px;
float: left;
}

#main h4.contents {
	padding: 0px;
	height: 35px;
	width: 660px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../school/image/h4.gif);
}

#main #school p {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-bottom: 15px;
	clear: both;
}

#school {
	padding: 0px;
	width: 630px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: 550px;
}

#school  dl {
	padding: 0px;
	float: left;
	width: 205px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 140px;
}

#school dt {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	width: 180px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	height: 20px;
	text-align: center;
	border-bottom-color: #CCCCCC;
	line-height: 20px;
}

#school dd {
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-indent: 25px;
	float: left;
	width: 90px;
}

#school dd a:link {
	color: #666666;
	text-decoration: none;
}

#school dd a:hover {
	color: #0066CC;
	text-decoration: underline;
}
