@charset "utf-8";
/* CSS Document */
.slideshow_div
{
	height:240px;
	width:100%;
	float:left;
	top:40px;
	
	
	
	
}
#main_body
{
	width:734px;
	background:#fff;
	border-right:1px solid #9ecf64;
	float:left;
	margin-top:-12px;
	min-height:1020px;
	max-height:1800px;

	
}
#left_side
 {
	 width:360px;
	 height:780px;
	 float:left;
	 border-right:1px dashed #9ecf64;
	 border-top:1px dashed #9ecf64;
	 
	 
	 
 }
 
 #right_side
 {
	 width:350px;
	 height:732px;
	 float:right;
	 border-top:1px dashed #9ecf64;
	 text-align:justify;
	 padding-left:10px;
	 padding-right:10px;
	
	 
	 
	 
 }
 .text_center
 {
	 margin-left:10px;
	 margin-right:10px;
	 text-align:justify;

	 
}
 
 label {  
float:left;
margin-right:1.5em;
width:15.5em;
text-align:right;
color:#333;
}
.notice
{
	
}

.notice a
{
	
	text-decoration:none;
}

.notice a:hover
{
	
	color:#405D20;
}

