@charset "UTF-8";

/* ========================================================================= */
/* 事業者選択 */
/* ver 0.0.0.0   2010-07-23 ooba  初版 */
/* ========================================================================= */

@import url(./common.css);
@import url(./rollover.css);


/*== ページヘッダー ==*/
div.frm_pageheader {
  height: 21px;
}

div.box_pagetitle {
  height: 21px;
  background:#CCCCCC;
  padding: 7px 0 0 30px;
  font-size: 14px;
  font-weight: bold;
}

div.btn_select {
  position: absolute;
  top:26px;
  left:490px;
}


/*== 条件指定部 ==*/
div.frm_condition {
  margin:15px 0 5px 30px;
  height: 20px;
}
input.input01 {
  margin-left: 10px;
  width:300px;
}

div.btn_search {
  position: absolute;
  top:58px;
  left:452px;
}

div.lin_line1 {
  height:1px;
  width:556px;
  margin: 0 0 10px 15px;
  border-bottom: 1px solid #ccc;
}


/*== 検索結果部 ==*/
div.box_count {
  margin-left: 15px;
  margin-bottom: 5px;
  line-height: 13px;
}
div.btn_prev {
  position: absolute;
  top:100px;
  left:447px;
}
div.btn_next {
  position: absolute;
  top:100px;
  left:510px;
}

/* テーブル部 */
table.tbl_result tr,
table.tbl_result th,
table.tbl_result td {
  border: 1px solid gray;
  padding: 2px 2px 1px 8px;
}
table.tbl_result {
  margin: 0 5px 5px 15px;
  width: 554px;
  border-collapse: collapse;
}
.r1, .r2 {
  text-align:left;
  padding-left:13px;
  height:20px;
}
.r1 { width: 400px; }
.r2 { width:  14px; }
table.tbl_result td.chk_check {
  padding-left: 2px;
}

.ico_directionTop {
  font-size: 11px;
  margin-left: 483px;
  margin-bottom: 10px;
}