@charset "utf-8";
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#header {
	height: 330px;
	position: relative;
	margin: 0;
	overflow: hidden;
}




/* CSS Document */

#logo {
	width: 233px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}
#service_img {
	position: absolute;
	z-index: 12;
	bottom: 0px;
	right: 0px;
}
#Navi {
	position: absolute;
	z-index: 10;
	left: 240px;
	top: 10px;
	background-image: url(../image/header_menu_bg.jpg);
	background-repeat: no-repeat;
	height: 60px;
	overflow: hidden;
	width: 745px;
}
#Navi img  {
	padding: 0 5px;





}

#Navi ul {
	overflow: hidden;
	height: 20px;
	padding: 20px 40px;
	margin: 0 0 0 55px;
}
#Navi ul li {
	float: left;
	font-size: 13px;
}
#Navi ul li a {
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
}
#Navi a:hover {
	color: #EFFFB9;
}
#maincontent {
	margin: 0;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#footer_container {
	background-image: url(../image/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 51px;
	background-position: center 15px;
	padding: 15px 20px;
	clear: both;
}
#footer_container p {
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 51px;
}
#footer_container a {
	color: #CFF80E;
}
#footer_container a:hover {
	color: #FFF;
	border-bottom: solid 1px #FFF;
}
