@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#Container {
	background-color: #000000;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 607px;
}
#header {
	position: absolute;
	background-color: #666666;
	width: 1000px;
	height: 100px;
}
#header img {
	position: absolute;
	left: 10px;
	bottom: 7px;
}
#h-menu {
	bottom: 0px;
	right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	display: block;
	text-align: right;
	height: 24px;
}
#h-menu-active {
	position: absolute;
	background-color: #CCCCCC;
	width: 1000px;
	height: 6px;
	top: 105px;
}
#h-menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
	padding-left: 14px;
}
.h-menu-active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	text-decoration: none;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
	padding-left: 14px;
	cursor: pointer;
}
#h-menu  a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#Center_Box {
	background-color: #000000;
	position: absolute;
	width: 1000px;
	top: 111px;
}
.tilte {
	color: #FFF;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}

