body {
  background: url(../images/bg_main.gif) repeat-y fixed center top;
  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;
  -webkit-text-size-adjust: 100%;
}

#noscript {
  background: #FF0000;
  font-size: 16px;
  color: #FFF;
  position: fixed;
  z-index: 9999;
  width: 100%;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

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

.main {
  height: 950px;
  overflow: hidden;
}

.hobo {
  text-align: center;
  padding-top: 10px;
}

.container {
  position: relative;
  background: url(../images/book_cover.png) no-repeat 0px 47px;
}

#bg-page {
  display: none;
  position: absolute;
  top: 47px;
  width: 1000px;
  height: 700px;
  background: url(../images/book_page.png) no-repeat;
}

/* 
 * link style
 */
a {
  color: #005BFF;
  text-decoration: none;
  outline: none 0 !important;
}

a:link {
  color: #005BFF;
  text-decoration: none;
}

a:visited {
  color: #005BFF;
  text-decoration: none;
}

a:hover, a.anchor:hover, a.totop:hover {
  color: #00aaff;
  text-decoration: underline;
}

a:active {
  color: #00aaff;
  text-decoration: underline;
}

a:hover img.hover, a.totop: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;
}

.number {
  position: absolute;
  top: 30px;
  right: 70px;
  font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
  color: #4C361F;
  font-size: 100px;
  line-height: 1em;
  text-align: right;
}

.article {
  position: absolute;
  top: 40px;
  left: 90px;
  font-size: 15px;
  line-height: 1.75em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.article .big {
  font-size: 40px;
  line-height: 1.75em;
}

.comment {
  position: absolute;
  bottom: 25px;
  left: 480px;
  font-size: 13px;
  line-height: 1.75em;
  color: #4D4D4D;
}

.link {
  position: absolute;
  bottom: 25px;
  left: 70px;
  font-size: 13px;
  line-height: 1.75em;
}
.link a {
  font-weight: bold;
}

.page-navi {
  text-align: center;
}

a.anchor, a.totop {
  font-size: 12px;
  color: #604628;
}

#nav {
  position: absolute;
  top: 650px;
  height: 300px;
}
#nav .random {
  position: absolute;
  left: 347px;
}
#nav .more {
  position: absolute;
  top: 120px;
  left: 680px;
}
#nav .top {
  position: absolute;
  width: 180px;
  top: 20px;
  left: 770px;
  text-align: right;
}

.navDebug {
  margin-top: 150px;
}

#date {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #999;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-align: center;
}

#footer {
  position: absolute;
  top: 40px;
  left: 50px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #D9D1C9;
}
#footer li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D9D1C9;
}
#footer li.fblike {
  padding: 9px 0 5px;
}
#footer li img {
  vertical-align: bottom;
}
#footer .copyright {
  padding-top: 10px;
  font-size: 10px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
