#top_img {
	background: #FFFFFF url(../img/top_img.jpg) no-repeat center center;
	height: 150px;
	width: 960px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2em;
	text-align: center;
	padding-top: 150px;
}
.main_text {
	width: 628px;
	padding: 10px;
	margin-bottom: 10px;
}
/*------ 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;
}
