/* Styles for bookmark labels */
.cc-bookmark-style {
  padding: 2px 0px 0px 10px;
  background: transparent url(../images/siori.png) no-repeat scroll 0pt 0pt;
  color: #FFFFFF;
  width: 71px;
  height: 39px;
  left: 0px;
  position: absolute;
  z-index: 90;
  text-align: left;
  font-weight: bold;
}

.cc-bookmark-style:hover {
  cursor: pointer;
}

#cc-bookmark-element-0 {
  top: 0px;
}

#cc-bookmark-element-1 {
  top: 40px;
}

#cc-bookmark-element-2 {
  top: 80px;
}

#cc-bookmark-element-3 {
  top: 120px;
}

#cc-bookmark-element-4 {
  top: 160px;
}

#cc-bookmark-element-5 {
  top: 200px;
}

#cc-scale-slider-track {
  width: 300px;
  height: 10px;
}

#cc-scale-slider-handle {
  margin-top: 1px;
  margin-bottom: 1px;
  width: 15px;
  height: 8px;
  background-color: #696969;
}

.cc-draggable {
  cursor: url('../images/draggable.cur'), move;
}

.cc-dragging {
  cursor: url('../images/dragging.cur'), move;
}

/* Table Of Contents styles */
#cc-toc-container {
  border:3px solid #1b1b1b;
  width: 470px;
  height: 500px;
  z-index: 1000;
  padding: 3px;
}

#cc-toc-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background:url(../images/mokuji_bg.png) 0 0 repeat;
  behavior: expression(IEPNGFIX.fix(this));
}

#cc-toc-title {
  background-image: url(../images/mokuji_ttl.gif);
  background-repeat: no-repeat;
  background-color: #1B1B1B;
  position: relative;
  height: 28px;
  z-index: 1000;
  text-indent: -9999px;
  cursor: pointer;
}

#cc-toc-close {
  background: url(../images/mokuji_close.gif) 0 0 no-repeat;
  border-left: 3px solid #646464;
  position: absolute;
  width: 64px;
  height: 28px;
  top: 3px;
  left: 410px;
  z-index: 1001;
  text-indent: -9999px;
  cursor: pointer;
}

#cc-toc-contents {
  position: relative;
  z-index: 1000;
  padding: 10px;
  margin: 5px 0px;
  overflow: auto;
  height: 450px;
}

#cc-toc-list {
  overflow: hidden;
}

#cc-toc-list li {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  padding-bottom: 5px;
  white-space: nowrap;
}

#cc-toc-list li span.cc-toc-page {
  display: inline-block;
  padding-left: 15px;
  width: 70px;
  background: transparent url(../images/mokuji_icon.gif) no-repeat scroll 0 0
}

#cc-toc-contents ul li:hover {
  background-image: none;
  color: #ff6816;
  text-decoration: underline;
}

