@charset "UTF-8";
/* CSS Document */

/* 本文 */
.main_text {
  position: absolute;
  left:60px;
  top: 0px;
  width:665px;
  line-height:30px;
  font-size: 14px; 
}

/* 枠 */
.frame {
  position: absolute;
  left:50px;
  top: 31px;
  width:685px;
  height: 278px;
  border: #c7c7c7 solid 1.5px;
  background: #fff;
}

/* テーブル */
#text_wrapper1 {
  position: absolute;
  left:10px;
  top: 0px;
  width:665px;
  height: 278px;
  line-height:23px;
}
#text_wrapper1 dt {
  float:left;
}
#text_wrapper1 dd {
  margin-left:150px;
}


/* 上下スクロール */
.scroller {
  position: absolute;
  width: 54px;
  height: 280px;
  top: 31px;
  left: 742px;
}
.scroll_bottom {
  top: 240px;
}
.scroll_bar_wrap {
  height: 187px;
}
.scroll_bar {
  height: 90px;
}


/* ボタン */
#button_cbr {
  position: absolute;
  left: 579px;
  top: 376px;
}


