

ul#navi {
	position: relative;
	width: 714px;
	margin: 0px 0px 0px 23px;
	*margin: 0px 19px;
	height: 35px;
	list-style: none;
	overflow: hidden;
}

ul#navi li a {
	height: 35px;
	position: absolute;
	overflow: hidden;
	padding: 35px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 102px;
}
html>body ul#navi li a{
	height: 0;
}

li#top a{ 
	background: transparent url(/images/menu/new/home.jpg) no-repeat 0 0;
	left: 0px;
	}
	
li#system a{ 
	background: transparent url(/images/menu/new/system.jpg) no-repeat 0 0;
	left: 102px;
	}
	
li#system2 a{ 
	background: transparent url(/images/menu/new/system2.jpg) no-repeat 0 0;
	left: 204px;
	}

li#point a{ 
	background: transparent url(/images/menu/new/point.jpg) no-repeat 0 0;
	left: 306px;
	}

li#kosyunyu a{ 
	background: transparent url(/images/menu/new/kosyunyu.jpg) no-repeat 0 0;
	left: 408px;
	}

li#qa a{ 
	background: transparent url(/images/menu/new/qa.jpg) no-repeat 0 0;
	left: 510px;
	}

li#link a{ 
	background: transparent url(/images/menu/new/link.jpg) no-repeat 0 0;
	left: 612px;
	}


li#top a:hover,li#top a:active {
	background: transparent url(/images/menu/new/home_over.jpg) no-repeat 0 0;
	left: 0px;
	}
li#system a:hover,li#system a:active {
	background: transparent url(/images/menu/new/system_over.jpg) no-repeat 0 0;
	left: 102px;
	}
li#system2 a:hover,li#system2 a:active {
	background: transparent url(/images/menu/new/system2_over.jpg) no-repeat 0 0;
	left: 204px;
	}
li#point a:hover,li#point a:active {
	background: transparent url(/images/menu/new/point_over.jpg) no-repeat 0 0;
	left: 306px;
	}
li#kosyunyu a:hover,li#kosyunyu a:active {
	background: transparent url(/images/menu/new/kosyunyu_over.jpg) no-repeat 0 0;
	left: 408px;
	}
li#qa a:hover,li#qa a:active {
	background: transparent url(/images/menu/new/qa_over.jpg) no-repeat 0 0;
	left: 510px;
	}
li#link a:hover,li#link a:active {
	background: transparent url(/images/menu/new/link_over.jpg) no-repeat 0 0;
	left: 612px;
	}

