.gototop-panel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 110;
  cursor: pointer;
  display: none;
}
.gototop-marker {
  position: fixed;
  left: 0;
  top: 100px;
  width: 32px;
  height: 32px;
  display: none;
  cursor: pointer;
  background: #c4c4c4 url( 'images/gototop-marker.gif' ) left top no-repeat scroll;
  z-index: 101;
}
.gototop-link {
  position: fixed;
  left: 0;
  top: 0;
  width: 90px;
  height: 100%;
  display: none;
  cursor: pointer;
  background: #f2f2f2;
  z-index: 102;
}
.gototop-link div {
  position: fixed;
  left: 0;
  top: 100px;
  width: 60px;
  height: 22px;
  cursor: pointer;
  background: #9c9c9c;
  color: #FFF;
  background: #9c9c9c url( 'images/gototop-link.gif' ) right top no-repeat scroll;
  text-align: right;
  padding: 10px 30px 0 0;
  font-size: 12px;
  font-weight: bold;
}