body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}
strong {
	color: #0066cc;
}
a {
	color: #0066cc;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
	outline: none;
	display: block;
	margin: 0;
}
.main_banner {
	height: 508px;
	background: url(../img/top_banner.jpg) no-repeat center top;
}
.main_banner div {
	margin-top: 40px;
	margin-left: auto;
	width: 370px;
	padding-right: 20px;
	text-align: left;
	line-height: 1.4em;
}
