body {
	margin: auto;
	padding: auto;
	font-size: 1em;
	line-height: 130%;
	text-align: center;
}

#contents {
	margin: 0px auto;
	height: auto;
	width: 800px;
	border: 1px solid #999999;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	background-color: #FFFFFF;
}
#main {
	height: auto;
	width: 630px;
	margin-right: auto;
	margin-left: 85px;
	text-align: left;
	padding-left: 5px;
}
h2 {
	color: #FFFFFF;
	background-color: #66CCCC;
	height: 20px;
	width: 800px;
	padding: 0px;
	float: none;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
}
p {
	font-size: 12px;
}

