body {
  background-color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}

/* 
 * link style
 */
a {
  color: #006699;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #006699;
  text-decoration: none;
}
a:visited {
  color: #006699;
  text-decoration: none;
}
a:hover {
  color: #00aaff;
  text-decoration: underline;
}
a:active {
  color: #00aaff;
  text-decoration: underline;
}
a:hover img.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.hover {
  cursor: pointer;
}
.hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/*
 * wrapper
 */
/*
 * header
 */
#header h1 {
  position: absolute;
  z-index: 100;
  top: 1004px;
}

/*
 * page
 */
.pageHolder {
  position: relative;
  height: 1310px;
  overflow: hidden;
}

.page {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 950px;
  height: 1310px;
  background-color: #FFF;
}

/*
 * navi
 */
#navi {
  position: absolute;
  z-index: 100;
  top: 374px;
}
#navi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navi ul li {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #FFF;
  cursor: pointer;
}

/*
 * footer
 */
#footer {
  background-color: #FFF;
  width: 950px;
  margin: 8px auto;
}
#footer ul {
  margin: 0;
  padding: 25px 35px 20px;
  list-style-type: none;
  height: auto;
  overflow: hidden;
}
#footer ul li {
  float: left;
  margin: 0;
  padding: 0 30px;
}
#footer ul li.copyright {
  float: none;
  clear: both;
  padding-top: 30px;
  text-align: center;
}
