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

/* 調整 */
#footer_menu {
	visibility: hidden;
}

/* テーブル */
#table_wrapper1 {
  left: 9px;
  top: 102px;
  width:733px;
  height:199px;
}

/* ボタン */
#button_1 {
  position: absolute;
  top: 49px;
  left: 8px;
  background: url(../img/b_check_1.png) no-repeat;
}
#button_2 {
  position: absolute;
  top: 49px;
  left: 106px;
  background: url(../img/b_check_1.png) no-repeat;
}
#button_1 > .button_text, 
#button_2 > .button_text {
  left: 11px;
}

/* チェックボックス */
.check_box {
  position:relative;
  display:inline-block;
}

/* スクロール */
.scroller {
  position: absolute;
  top: 130px;
  left: 742px;
  width: 54px;
  height: 171px;
}
.scroll_bottom {
  top: 125px;
}
.scroll_bar_wrap {
  height: 72px;
}
.scroll_bar {
  height: 58px;
}

.hidden {
  visibility: hidden;
}

