
/* サイドナビ */

a.pagetop {
	width:181px;
	height:45px;
	background-image:url(../e/stay/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_plan {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(../e/stay/img/tav-navi_plan-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_plan:hover {
	background: url(../e/stay/img/tav-navi_plan-off.gif) left -21px no-repeat;
}
div#tab-nav a.tab-nav_design {
	display:block;
	float: left;
	width:200px;
	height:21px;
	margin-left:-39px;
	background: url(../e/stay/img/tav-navi_design-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}


