@charset "utf-8";

#header {
	background-image: url(../img/sitemap.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 800px;
}
#main {
	width: 622px;
	float: left;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 96px;
}
#main_head_bg {
	background-image: url(../img/main_head_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 40px 0px 0px;
	height: 96px;
	width: 622px;
	background-position: left top;
}

.link {
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 575px;
	margin-left: 25px;
	margin-bottom: 20px;
}

h1 {
	padding: 10px;
	margin-left: 20px;
	width: 550px;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #003466;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC3300;
}

h2 {
	font-size: 18px;
	line-height: 150%;
	background-color: #FFFFFF;
	width: 300px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 10px solid #000000;
	border-left: 10px solid #003399;
}
.link_back {
	text-decoration: none;
	padding-left: 440px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-right: 3px;
	clear: both;
}
.link_back a,.link_back a:link,.link_back a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
.link_back a:hover {
	color: #333333;
	text-decoration: none;
	padding: 3px;
}
.link_back a:active {
	color: #999999;
	text-decoration: none;
	padding: 3px;
}
.link h3 {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h2 a,h2 ah2,h2 a:visited {
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
}
h2 a:hover {
	color: #0000FF;
	text-decoration: none;
	vertical-align: middle;
}
h2 a:active {
	color: #666666;
	text-decoration: none;
	vertical-align: middle;
}
.link ul {
}

.link li {
	float: left;
	width: 180px;
	text-align: center;
	list-style-type: none;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 0px solid #000000;
	border-right: 3px solid #333333;
	border-bottom: 5px solid #000000;
	border-left: 0px solid;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 5px;
	background-image: url(../link/img/li_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.link li a,.link li a:link,.link li a:visited {
	color: #FFFFFF;
}
.link li a:hover {
	color: #66FFCC;
}
.link li a:active {
	color: #999999;
}
