html{
  background: #000;
}

body{
  background: #000;
  color: #797979;
}

div.flash{
  margin: 0 auto;
  width: 251px;
  height: 261px;
}

div.menu{
  width: 584px;
  height: 22px;
  background: #000 url(../imgs/com_shared.png);
  margin: 0 auto;
  position:relative;
}

div.menu a{
  position:absolute;
  top:0;
  width: 136px;
  height: 22px;
  text-align: center;
  overflow: hidden;
  font-size: 10px;
}

div.menu a.english{
  left:136px;
}

div.menu a.japanese{
  left:312px;
}

div.menu a span,
p.copyright span{
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  cursor: pointer;
  background: transparent url(../imgs/com_shared.png) no-repeat;
  z-index: 2;
}

div.menu a span.hover{
  cursor: pointer;
  z-index: 3;
}

div.menu a.english span{
  background-position: -136px 0;
}
div.menu a.japanese span{
  background-position: -312px 0;
}

div.menu a.english span:hover,
div.menu a.english span.hover{
  background-position: 0 -22px;
}
div.menu a.japanese span:hover,
div.menu a.japanese span.hover{
  background-position: -136px -22px;
}


p{
  text-align: center;
}

p.logo{
  margin-top:145px;
}

p.copyright{
  margin: 43px auto 0;
  font-size: 9px;
  width: 205px;
  height: 5px;
  position:relative;
  overflow: hidden;
}


p.copyright span{
  background-position: -272px -22px;
  cursor: auto;
}

