@charset "utf-8";
/* CSS Document */

#footer {
	height: 30px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #333333;
	font-size: 12px;
	padding-top: 5px;
}
#footer a {
	height: 30px;
	width: 800px;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
#main a {
	font-size: 12px;
	color: #3399FF;
	text-decoration: none;
}
#head {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.style2 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

