@charset "utf-8";
/* CSS Document */
.header {
	width:775px;
	height:auto;
	margin-top: 15px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	letter-spacing: 0.5em;
}
.main {
	width:775px;
	height:auto;
	margin:5px;
	padding:5px;
	text-align: center;
}
.footer {
	width:775px;
	height:auto;
	margin:5px;
	padding:5px;
	text-align:center;
}

