@charset "utf-8";
/* CSS Document */
#navi_box {
	background-image: url(../img/facility/navi_bg_facility.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 142px;
	text-indent: -9999px;
}
li.clubhouse a{
	background-image: url(../img/facility/suv_navi_facility.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 220px;
}
li.clubhouse a:hover{
	background-position: -226px 0;
}

li.clubhouse a.now {
	background-image: url(../img/facility/suv_navi_facility.jpg);
	background-repeat: no-repeat;
	background-position: -226px 0;
}


li.renge a{
	background-image: url(../img/facility/suv_navi_facility.jpg);
	background-repeat: no-repeat;
	background-position: 0 -29px;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 220px;
}
li.renge a:hover{
	background-position: -226px -29px;
}
li.renge a.now{
	background-image: url(../img/facility/suv_navi_facility.jpg);
	background-repeat: no-repeat;
	background-position: -226px -29px;
}

