@import url("header.css");
@import url("chapter01.css");
@import url("chapter02.css");
@import url("chapter03.css");
@import url("chapter04.css");
@import url("footer.css");
@import url("gototop.css");
body {
  width: 100%;
  background-image: url("../img/main_bg.jpg"); }

#Wrapper {
  position: relative;
  width: 640px;
  margin: auto;
  background-image: url("../img/bg_top.png"), url("../img/bg_akinatown.png");
  background-position: center top, center bottom 320px;
  background-repeat: no-repeat, no-repeat; }

.show {
  opacity: 1 !important;
  pointer-events: auto !important; }
