@charset "shift_jis";
/*globalbar structure*/

#globalbar{
  height: 30px;
  margin: 0;
  font-size: 12px;
}

#globalbar ul{
  margin: 0;
  padding: 0;  
  height: 30px;
  width: 798px;
  list-style: none;
}

#globalbar li{
  width: 114px;
  height: 30px;
  float: left;
  background: no-repeat;
  display: block;
}

#globalbar li.home{
  background:url(../img/home_hover.jpg) no-repeat;
}

#globalbar li.whats{
  background:url(../img/whats_hover.jpg) no-repeat;
}

#globalbar li.discography{
  background:url(../img/discography_hover.jpg) no-repeat;
}

#globalbar li.release{
  background:url(../img/release_hover.jpg) no-repeat;
}

#globalbar li.live{
  background:url(../img/live_hover.jpg) no-repeat;
}

#globalbar li.link{
  background:url(../img/link_hover.jpg) no-repeat;
}

#globalbar li.about{
  background:url(../img/about_hover.jpg) no-repeat;
}

#globalbar a{
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: #669933;
  display: block;
}

#globalbar a:hover{
  background-color: transparent;
}

#globalbar a:hover img{
  visibility: hidden;
}

/*globalbar structure end*/
