@charset "UTF-8";
/* スクロールできるマップ */
div#move {
  width: 700px;
  height: 540px;
  margin:0px auto 0px auto;
  background-image: url('../img/map/stygian_abyss.gif');
  background-repeat: no-repeat;
}

