@charset "utf-8";
/* CSS Document */
#Template_MainBody {
	width:800px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-image:url(../img/BG_TemplateBody.gif);
	background-repeat:repeat-y;
	}
	
.Template_body {
	width:594px;
	height: auto;
	float:left;
	}
	
.index {
	padding-left:14px;
}

.index a {
	width:576px;
	height:22px;
	background: url(../img/Btn_ToIndex_off.png) no-repeat;
	display:block;
}
.index  a:hover {
	width:576px;
	height:22px;
	background: url(../img/Btn_ToIndex_on.png) no-repeat;
	display:block;
	}
	
.Template_EditArea {
	width:561px;
	padding-left:20px;
	padding-right:10px;
	font-size:12px;
	line-height:150%;
	text-align:left;
	}
	
.Template_EditArea h4 {
	font-size:14px;
	color:#0099CC;
	font-weight:bold;
	padding:7px 2px 5px 2px;
	background:url(../img/Information/h4_BGLine.png) no-repeat;
	background-position:bottom;
	}
	
.Template_EditArea h5 {
	font-size:11px;
	font-weight:normal;
	padding-left:2px;
	}
	
.school {
	border:#CCCCCC 1px solid;
	padding:5px;
	width:551px;
	height:160px;
	font-size:11px;
	line-height:130%;
	margin-left:20px;
	}
	
	
/*.Template_EditArea p {
	padding:2px;
	margin:0px;
	font-size:12px;
	line-height:150%;
	text-align:left;
	}*/