/* LOCAL NAVI ----------------------------------------------------*/

.local_navi {
	border-top: 1px solid #111111;
	background-image: url(texture.gif);
	clear: both;
}

.local_navi_container {
	width: 600px;
	margin: 0 auto;
}

.local_navi ul {
	margin: 0;
	display: inline;
	overflow:hidden;
}

.local_navi li {
	margin: 0;
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-9999px
}

.local_navi01 a{background:url(navi01.gif) left top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}
.local_navi02 a{background:url(navi02.gif) left top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}
.local_navi03 a{background:url(navi03.gif) left top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}
.local_navi04 a{background:url(navi04.gif) left top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}

.local_navi01 a:hover{background:url(navi01.gif) right top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}
.local_navi02 a:hover{background:url(navi02.gif) right top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}
.local_navi03 a:hover{background:url(navi03.gif) right top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}
.local_navi04 a:hover{background:url(navi04.gif) right top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}

.local_navi01_current{background:url(navi01.gif) right top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}
.local_navi02_current{background:url(navi02.gif) right top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}
.local_navi03_current{background:url(navi03.gif) right top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}
.local_navi04_current{background:url(navi04.gif) right top no-repeat; width:150px; height:25px; overflow:hidden; display:block;}
