@charset "UTF-8";
/* CSS Document */

/*KV_navi 設置*/
#kvBtn{
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:2010;
}

#kvNavi {
	position:absolute;
	width:269px;
	height:20px;
	z-index:2010;
	left: 900px;
	top: 600px;
}

#navi {
	height: 35px;
	width: 100%;
	float: left;
}

#navi li {
	display: block;
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 5px;
}

#navi_pro {
	height: 35px;
	width: 100%;
	float: left;
}

#navi_pro li {
	display: block;
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 5px;
}

.onCounter {
	background-image: url(img/kv_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.offCounter {
	background-image: url(img/kv_btn_msover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*KV_CSS 設置*/
#KV{
	height:1512px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
