@charset "utf-8";
* { behavior: url(/iepngfix.htc) }
body,html {
	background-color: #333333;
	margin: 0px;
	height: 100%;
	width: 100%;
}

#container #header #header_bg_ext {
	background-image: url(image/header/header_bg_ext.jpg);
	background-repeat: repeat;
	position: absolute;
	z-index: 101;
	left: 0px;
	top: 0px;
	height: 115px;
	width: 100%;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}
#container #menus #top_menu {
	background-image: url(image/menu/top_bg.jpg);
	background-repeat: repeat;
	position: absolute;
	z-index: 105;
	height: 34px;
	width: 100%;
	left: 0px;
	top: 115px;
}
#container #menus #sub_menu {
	position: absolute;
	z-index: 6004;
	height: 25px;
	width: 100%;
	padding-top: 5px;
	left: 0px;
	top: 147px;
}
#container #menus #subbg {
	position: absolute;
	z-index: 101;
	height: 25px;
	width: 100%;
	padding-top: 5px;
	left: 0px;
	top: 144px;
}
#container #header #header_bg {
	background-image: url(image/header/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	z-index: 105;
	height: 115px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#container #header #header_logo {
	height: 115px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 1px;
	position: absolute;
	z-index: 110;
	left: 0px;
	top: 0px;
}
#container #footer #footer_bg {
	background-image: url(image/footer/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	z-index: 8014;
	height: 64px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
#container #footer #footer_bg_ext {
	background-image: url(image/footer/bgext.jpg);
	position: absolute;
	z-index: 8013;
	height: 64px;
	background-position: top;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
#container #footer #footer_text {
	position: absolute;
	z-index: 8015;
	height: 65px;
	width: 100%;
	left: 0px;
	bottom: 6px;
}
#container #content {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#container #inner_panel {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 80;
	left: 0px;
	top: 0px;
}
