#header {
  width: 1000px;
  height: 0px;
  margin: 0 auto;
  position: relative;
}

#header h1, #header div {
  padding-top: 20px;
  position: absolute;
  z-index: 10;
}

#header h1 {
  left: 0;
}

#header div {
  right: 0;
}

#menu {
  position: relative;
  width: 100%;
}

#menu .inline {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../../common/img/menu_bg.png);
  text-align: center;
  z-index: 9999;
}

#menu .inline div {
  width: 1000px;
  height: 100px;
  background: url(../../common/img/sushigoto_logo_menu.png) no-repeat center top;
  text-align: right;
  margin: 20px auto 50px auto;
}

#menu .inline ul {
  width: 600px;
  margin: 0 auto;
}

#menu .inline ul li {
  background: url(../../common/img/menu_border.png) no-repeat center bottom;
}

#footer {
  background: white;
  min-width: 1000px;
  overflow: hidden;
  height: 120px;
  position: relative;
}

#footer .suimen {
  position: absolute;
  top: 0;
  width: 100%;
  height: 38px;
  background: #5eb4e7 url(../../common/img/namime_f.png);
  background-size: inherit;
}

#footer ul {
  width: 330px;
  margin: 0 auto;
  padding-top: 44px;
  display: table;
  height: 38px;
}

#footer ul:after {
  content: "";
  display: block;
  clear: both;
}

#footer ul li {
  display: table-cell;
  vertical-align: middle;
  height: 38px;
}

#footer ul .copy {
  padding-left: 1em;
  line-height: 1em;
  font-size: 10px;
}

#pagetop {
  width: 100%;
  height: 0;
  position: fixed;
  background: red;
  bottom: 0;
  z-index: 12;
}

#pagetop a {
  width: 60px;
  margin-top: -80px;
  display: block;
  position: absolute;
  right: 40px;
}
