@charset "utf-8";
/* CSS Document */
#Contents {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/contents_bg.jpg);
	background-repeat: repeat-y;
}
#Contents .subContents {
	padding-right: 20px;
	padding-left: 40px;
	background-image: url(../images/common/sub_contents_foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;

}
#Contents .subContents #Side {
	float: right;
	width: 270px;
	background-image: url(../images/common/sub_side_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 37px;
}
#Contents .subContents #Side ul li img {
	vertical-align:bottom;
}
#Contents .subContents #Main {
	width: 645px;
	padding-top: 14px;
}
#Contents #Teacher #Main .intro {
	text-align: left;
	clear: both;
	margin-bottom: 30px;
}
#Contents #Teacher #Main .intro h3 {
	background-image: url(../images/teacher/name_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #0D0E70;
	font-size: 20px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	padding-left: 3px;
}
#Contents #Teacher #Main .intro p .fRight {
	margin-top: -15px;
}
#Contents #Kentei #Main #Sec0 {
	margin-bottom: 15px;
}
#Contents #Kentei #Main #Sec0 h3 {
	text-align: left;
	font-size: 108%;
	font-weight: normal;
}
#Contents #Kentei #Main #Sec1 {
	text-align: left;
	clear: both;
}
#Contents #Kentei #Main #Sec1 h3 {
	background-image: url(../images/kentei/sec1_bg.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 645px;
	line-height: 26px;
	color: #FFF;
	text-align: center;
	font-size: 116%;
	font-weight: normal;
}
#Contents #Kentei #Main #Sec1 ul {
	padding: 5px;
	font-size: 108%;
}
#Contents #Kentei #Main #Sec1 ul li {
	line-height: 1.7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E0DD;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
#Contents #Kentei #Main #Sec1 p {
	padding-left: 5px;
}
#Contents #Kentei #Main #Sec2 {
	background-color: #FBEDEA;
	padding: 20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	text-align: left;
	margin-top: 20px;
	clear: both;
	margin-bottom: 20px;
}
#Contents #Kentei #Main #Sec2 h3 {
	color: #CC3300;
	font-size: 108%;
	margin-bottom: 7px;
}
#Contents #Kentei #Main #Sec2 p {
	line-height: 1.6em;
	padding-bottom: 7px;
}
#Contents #Kentei #Main .kenteiStyle {
	text-align: left;
	margin-bottom: 20px;
}
#Contents #Kentei #Main .kenteiStyle h3 {
	line-height: 30px;
	height: 30px;
	border-left-color: #CC3300;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 12px;
	color: #00077B;
	font-size: 116%;
	margin-bottom: 5px;
}
#Contents #Kentei #Main .fRight {
	padding-top: 25px;
}
#Contents #Info #Main #Map {
	width: 626px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#Contents #Info #Main #Map p {
	text-align: right;
	margin-top: 6px;
}
#Contents #Info #Main #Map p a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#Contents #Info #Main #Sec1 dl {
	text-align: left;
	line-height: 1.5em;
	display: block;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 108%;
}
#Contents #Info #Main #Sec1 dl dt {
	float: left;
	width: 5em;
	clear: left;
	margin-bottom: 6px;
	padding-bottom: 6px;
	color: #016800;
	padding-left: 3px;
	font-weight: bold;
}
#Contents #Info #Main #Sec1 dl dd {
	display: block;
	_height: 1%;
	margin-bottom: 6px;
	padding-left: 5.5em;
	_padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FEB13D;
	_border: none;
	padding-bottom: 6px;
}
