* {
  margin: 0;
  padding: 0; }

body {
  width: 950px;
  height: 553px; }
  body #loading {
    position: fixed;
    background: white url("img/gif-load.gif") center center no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  body #contents {
    z-index: 0;
    width: 950px;
    height: 553px;
    position: absolute;
    top: 200px;
    margin-left: -475px;
    left: 50%;
    background: url("img/bk.jpg") no-repeat; }
    body #contents #logo {
      width: 199px;
      height: 106px;
      background: url("img/logo.png") no-repeat;
      position: absolute;
      top: 125px;
      left: 160px;
      display: none; }
    body #contents #logo02 {
      width: 123px;
      height: 69px;
      position: absolute;
      top: 125px;
      left: 160px;
      display: none; }
      body #contents #logo02 a {
        display: block;
        width: 123px;
        height: 69px; }
    body #contents #map {
      width: 473px;
      height: 228px;
      display: none;
      background: url("img/map.png") no-repeat;
      position: absolute;
      top: 60px;
      left: 410px; }
    body #contents ul {
      display: block;
      position: relative;
      overflow: hidden;
      width: 950px;
      height: 553px; }
      body #contents ul li {
        list-style-type: none;
        display: block;
        overflow: hidden;
        width: 1100px;
        height: 553px;
        left: 0px;
        position: absolute; }
        body #contents ul li#li1 {
          margin-top: 300px;
          background: url("img/01.png") no-repeat; }
        body #contents ul li#li2 {
          margin-top: 320px;
          background: url("img/02.png") no-repeat; }
        body #contents ul li#li3 {
          margin-top: 360px;
          background: url("img/03.png") no-repeat; }
        body #contents ul li#li4 {
          margin-top: 400px;
          background: url("img/04.png") no-repeat; }
        body #contents ul li#li5 {
          left: 0px;
          margin-top: 430px;
          background: url("img/05.png") no-repeat;
          opacity: 0.8;
          filter: alpha(opacity=90);
          /* ie lt 8 */
          -ms-filter: "alpha(opacity=90)";
          /* ie 8 */
          -moz-opacity: 0.9;
          /* FF lt 1.5, Netscape */
          -khtml-opacity: 0.9;
          /* Safari 1.x */ }
