
/* ƒ^ƒuƒiƒr */

div#tab-nav a.tab-nav_concept {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(../e/concept/img/tav-navi_concept-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_creator {
	display:block;
	float: left;
	width:180px;
	height:21px;
	margin-left:-20px;
	background: url(../e/concept/img/tav-navi_creator-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_creator:hover {
	background: url(../e/concept/img/tav-navi_creator-off.gif) left -21px no-repeat;
}
div#tab-nav a.tab-nav_tpoint {
	display:block;
	float: left;
	width:180px;
	height:21px;
	margin-left:-19px;
	background: url(../e/concept/img/tav-navi_tpoint-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_tpoint:hover {
	background: url(../e/concept/img/tav-navi_tpoint-off.gif) left -21px no-repeat;
}

