ul.navi{	list-style:none;
	padding:0;
	margin:0;
}
.navi li{	float:left;
	display:block;
	text-indent:-9999em;
}
li.n1 a{	display:block;	background:url('../img/base/navi.jpg') no-repeat 0 0;
	width:160px;
	height:44px;
}
li.n1 a:hover{
	background:url('../img/base/navi.jpg') no-repeat 0 -44px;
}
li.n2 a{
	display:block;
	background:url('../img/base/navi.jpg') no-repeat -160px 0;
	width:160px;
	height:44px;
}
li.n2 a:hover{
	background:url('../img/base/navi.jpg') no-repeat -160px -44px;
}
li.n3 a{
	display:block;
	background:url('../img/base/navi.jpg') no-repeat -320px 0;
	width:160px;
	height:44px;
}
li.n3 a:hover{
	background:url('../img/base/navi.jpg') no-repeat -320px -44px;
}
li.n4 a{
	display:block;
	background:url('../img/base/navi.jpg') no-repeat -480px 0;
	width:160px;
	height:44px;
}
li.n4 a:hover{
	background:url('../img/base/navi.jpg') no-repeat -480px -44px;
}
li.n5 a{
	display:block;
	background:url('../img/base/navi.jpg') no-repeat -640px 0;
	width:160px;
	height:44px;
}
li.n5 a:hover{
	background:url('../img/base/navi.jpg') no-repeat -640px -44px;
}
