@charset "utf-8";
body{
	position:absolute;
	background-color:#000;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
#container{
	position:relative;
	width:100%;
	height:100%;
}
#keyVisual{
	width:960px;
	height:485px;
	margin:0 auto;
	background:url(../img/index_bg.jpg) no-repeat center 0;
}
.nav{
	margin:0 auto;
	width:960px;
	height:75px;
	background:url(../img/index_nav_bg.jpg) no-repeat 0 0;
}
.nav ul.menuItems{
	width: 735px;
	height: 49px;
	top:0px;
	margin:0 0 0 110px;
	padding:0;
	background:url(../img/index_nav.jpg) no-repeat 0 0;
}
.nav ul.menuItems li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
.nav ul.menuItems li a{
	display:block;
	border:0;
	width: auto;
	height:49px;
}
.nav ul.menuItems li.item1{
	width:86px;
}
.nav ul.menuItems li.item2{
	width:92px;
}
.nav ul.menuItems li.item3{
	width:86px;
}
.nav ul.menuItems li.item4{
	width:117px;
}
.nav ul.menuItems li.item5{
	width:130px;
}
.nav ul.menuItems li.item6{
	width:91px;
}
.nav ul.menuItems li.item7{
	width:133px;
}
.nav ul.menuItems li a:hover{
	background-image:url(../img/index_nav.jpg);
}
.nav ul.menuItems li.item1 a:hover{
	background-position:0px -49px;
}
.nav ul.menuItems li.item2 a:hover{
	background-position:-86px -49px;
}
.nav ul.menuItems li.item3 a:hover{
	background-position:-178px -49px;
}
.nav ul.menuItems li.item4 a:hover{
	background-position:-264px -49px;
}
.nav ul.menuItems li.item5 a:hover{
	background-position:-381px -49px;
}
.nav ul.menuItems li.item6 a:hover{
	background-position:-511px -49px;
}
.nav ul.menuItems li.item7 a:hover{
	background-position:-602px -49px;
}
.footer{
	width:960px;
	line-height:30px;
	text-align:right;
	margin:0 auto;
	color:#fefefe;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
}
.footer img{
	vertical-align:sub;
	margin-left:5px;
	border:none;
}