#top_img {
	background: #FFFFFF url(../img/top_img_2.jpg) no-repeat center center;
	height: 40px;
	width: 900px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1em;
	letter-spacing: 0.3em;
	text-align: right;
	border: 1px solid #15513E;
	padding-top: 120px;
	margin-right: 29px;
	margin-left: 29px;
}
.main_text {
	width: 880px;
	background: url(../img/main_text_bg.png) repeat;
	margin-right: 40px;
	margin-left: 40px;
}

/*------ link ------*/

#main_contents a:link     {
	color: #432E27;
	text-decoration: none;
	overflow:hidden;
	outline:none;
	font-weight: bold;
}
#main_contents a:visited  {
	color: #432E27;
	text-decoration: none;
	overflow:hidden;
	outline:none;
	font-weight: bold;
}
#main_contents a:hover    {
	color: #3E7A31;
	text-decoration: none;
	overflow:hidden;
	outline:none;
	font-weight: bold;
}
#main_contents a:active   {
	color: #432E27;
	text-decoration: none;
	overflow:hidden;
	outline:none;
	font-weight: bold;
}
