@charset "utf-8";
#wrapper {
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(../img/top_bg2b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 710px;
	clear: both;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	color: #4D4D4D;
	height: 500px;
}
#main a {
	color: #4D4D4D;
	text-decoration: none;
}
#main a:hover {
	color: #4D4D4D;
	text-decoration: underline;
}
.title
{
	margin-top: 15px;
	margin-bottom: 10px;
}

