@charset "UTF-8";

body {
   behavior: url("csshover3.htc");
}

body, html {
	height: 100%;
	background-color: #FFF;
	background-image: url(../_img/background.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
}

body, p, td, div {
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: 0px;
}

/* COMMON */

#frame {
	width: 971px;
	margin:0 auto;
}

#content {

	padding:10px 0;
}

/* HEADER */

#header_badge {
left:100%;
margin-bottom:2px;
margin-left:-250px;
position:relative;
top:1px;
z-index:2;
width:250px;
}

#header_menu {
	
	width: 971px;
	height: 45px;
	background-color: #ff6000;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header_menu li {
	float: left;
	margin: 16px 0px 0px 24px;
	padding: 0px;
	height: 15px;
	background-position: top left;
	position: relative;
	cursor:pointer;
}

#header_menu li:hover {
	background-position: top right;
}

#header_menu li a {
	width: 100%;
	height:100%;
	height: 15px;
	display:block;
}

.header_menu_0 {
	background-image: url(../_img/header_menu_0.png);
	width: 53px;
	margin-left: 13px !important;
}

.header_menu_1 {
	background-image: url(../_img/header_menu_1.png);
	width: 55px;
}

.header_menu_2 {
	background-image: url(../_img/header_menu_2.png);
	width: 107px;
}

.header_menu_3 {
	background-image: url(../_img/header_menu_3.png);
	width: 131px;
}

.header_menu_4 {
	background-image: url(../_img/header_menu_4.png);
	width: 39px;
}

.header_menu_5 {
	background-image: url(../_img/header_menu_5.png);
	width: 84px;
}

.header_menu_6 {
	background-image: url(../_img/header_menu_6.png);
	width: 57px;
}

.header_menu_7 {
	background-image: url(../_img/header_menu_7.png);
	width: 120px;
}

.header_menu_8 {
	background-image: url(../_img/header_menu_8.png);
	width: 60px;
}

.header_menu_9 {
	background-image: url(../_img/header_menu_9.png);
	width: 65px;
}

.header_menu_10 {
	background-image: url(../_img/header_menu_10.png);
	width: 75px;
}

/* FOOTER */

#footer {
clear:both;
	width: 971px;
	height: 45px;
	background-color: #ff7019;
	margin: 11px auto;
	padding: 0px;
	list-style: none;
	background-image: url(../_img/footer_back.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#footer li {
	float: left;
	margin: 8px 0px 0px 23px;
	padding: 0px;
}