@charset "utf-8";
/* CSS Document */

body {
	font: 14px Arial;
	background: #042e0a;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.sitewrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
.maincontent {
	background: #FFF;
	float: left;
	width: 800px;
}
h1 {
	color: #042E0A;
	text-align: center;
}
h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
.contents {
	padding-right: 10px;
	padding-left: 10px;
}
.closebox {
	float: right;
	width: 150px;
}
a:link, a:visited, a:active {
	color: #03C;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}
