#top_img {
	background: #FFFFFF url(../img/top_img.jpg) no-repeat center center;
	height: 180px;
	width: 918px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2em;
	border: 1px solid #42AE4A;
	text-align: center;
	padding-top: 168px;
}
.main_text {
	width: 628px;
	background: #FFFFFF;
	padding: 10px;
	border-bottom: 1px solid #42AE4A;
	border-right: 1px solid #42AE4A;
	border-left: 1px solid #42AE4A;
}
/*------ link ------*/
.main_text a:link     {
	color: #00589C;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
.main_text a:visited  {
	color: #00589C;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
.main_text a:hover    {
	color: #FF0000;
	text-decoration: underline;
	overflow:hidden;
	outline:none;
}
.main_text a:active   {
	color: #00589C;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}

