#wrapper {
  background: url("../img/common/bg/bg_num.gif") fixed repeat-y 55px -10px, url("../img/common/bg/bg_line.png") fixed repeat-y 55px -10px;
}

#menu_wrap .menes {
  background: url("../img/common/dot.png");
}
#menu_wrap .menes .sns li {
  vertical-align: top;
}
#menu_wrap .menes .sns .tw a {
  background-image: url("../img/common/menu/twitter.png");
}
#menu_wrap .menes .sns .fb a {
  background-image: url("../img/common/menu/facebook.png");
}
#menu_wrap .navigation .top a {
  width: 26px;
  background: url("../img/common/menu/top.png");
}
#menu_wrap .navigation .staff a {
  background: url("../img/common/menu/staffcast.png");
  width: 78px;
}
#menu_wrap .navigation .current a {
  background-position: bottom;
  cursor: default;
}
#menu_wrap .navigation .current a:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
