@charset "UTF-8";

#navi li {
	float:left;
}

li.home {
	width:131px;
	height:50px;
	background:url("../img/home_a.gif") no-repeat;
}

li.home a {
	display:block;
	width:131px;
	height:50px;
}

li.bed {
	width:134px;
	height:50px;
	background:url("../img/bed_a.gif") no-repeat;
}

li.bed a, li.exc a {
	display:block;
	width:134px;
	height:50px;
}

li.walk {
	width:135px;
	height:50px;
	background:url("../img/walk_a.gif") no-repeat;
}

li.walk a, li.bath a {
	display:block;
	width:135px;
	height:50px;
}

li.exc {
	width:134px;
	height:50px;
	background:url("../img/exc_a.gif") no-repeat;
}

li.bath {
	width:135px;
	height:50px;
	background:url("../img/bath_a.gif") no-repeat;
}

li.other {
	width:130px;
	height:50px;
	background:url("../img/other_a.gif") no-repeat;
}

li.other a {
	display:block;
	width:130px;
	height:50px;
}

#navi li a:hover {
	background-color:transparent;
}

#navi li a:hover img {
	visibility:hidden;
}

