
/* サイドナビ */

a.morning {
	width:181px;
	height:51px;
	background-image:url(../e/service/img/side-nav_morning.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	text-indent:-500px;
	overflow:hidden;
}
a.morning:hover {
	background-position:top right;
}
a.service {
	width:181px;
	height:51px;
	background-image:url(../e/service/img/side-nav_service.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	text-indent:-500px;
	overflow:hidden;
}
a.service:hover {
	background-position:top right;
}
a.amenity {
	width:181px;
	height:51px;
	background-image:url(../e/service/img/side-nav_amenity.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	text-indent:-500px;
	overflow:hidden;
}
a.amenity:hover {
	background-position:top right;
}
a.privilege {
	width:181px;
	height:51px;
	background-image:url(../e/service/img/side-nav_privilege.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	text-indent:-500px;
	overflow:hidden;
}
a.privilege:hover {
	background-position:top right;
}
a.pagetop {
	width:181px;
	height:51px;
	background-image:url(../e/service/img/side-nav_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	text-indent:-500px;
	overflow:hidden;
}
a.pagetop:hover {
	background-position:top right;
}

/* タブナビ */

div#tab-nav a.tab-nav_service {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(../e/service/img/tav-navi_service-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}

