@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}


#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	height: 550px;
}

#footer  {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 20px;
	height: 30px;
	text-align: center;
}
#footer #copylight {
	font-size: 80%;
	color: #333333;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

