﻿@charset "UTF-8";

@import url(../../common/css/common.css);



#header-menu li.menu-staff,#header-menu li.menu-staff a {
  background:URL(../../common/img/menu_staff_on.jpg) left top no-repeat;
  width:164px;
  height:40px;
  display:block;
		float:left;
		text-indent:-9999px;
}

#header-menu li.menu-staff a:hover {
  background:URL(../../common/img/menu_staff_on.jpg) left top no-repeat;
  width:164px;
  height:40px;
  display:block;
		text-indent:-9999px;
}
