#header {
  position:relative;
  top: 0px;
  float: none;
  width: 900px;
  height: 80px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  text-align: left;
}

#header ul {
  position:absolute;
  top: 0px;
  left: 310px;
  width: 390px;
  height: 22px;
  list-style: none outside;
  text-align: left;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  z-index: 900;
}

#header ul a{
  text-decoration: none;
}

/* ================ */
#header ul li{
  float: left;
  margin: 28px 30px;
  height: 22px;
  height: 2em;
  text-align: left;
}

#header ul li#tv {
  width: 135px;
  background: url(/img/botan_rakuyarakuza.png) no-repeat 0px 0px;
}
#header ul li#tv:hover {
  background: url(/img/botan_rakuyarakuza.png) no-repeat 0px -22px;
}
#header ul li#label {
  width: 115px;
  background: url(/img/botan_rakuyalabel.png) no-repeat 0px 0px;
}
#header ul li#label:hover {
  background: url(/img/botan_rakuyalabel.png) no-repeat 0px -22px;
}
