@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:fefbf0;
	overflow: scroll
}
#container {
	margin: 6px;
	padding: 30px;
	text-align: center;
	background-image: url(../images/201023_hg_image_ret_web.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
#main {
	width: 800px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
h3 {
	color: #888888;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
	font-size: 16px;
	line-height: 16px;
}
p {
	color: #888888;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
	font-size: 15px;
	line-height: 22px;
	padding: 30px;
}
a {
	text-decoration: none;
	color: #888888;
	font-family: sans-serif;
	font-style: normal;
	font-size: 12px;
	padding: 0 20px 30px 10px;
}
a:hover {
	color: #016150;
}

br { 
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
