@charset "UTF-8";

/* ========================================================================= */
/* 年度で比較 */
/* ver 0.0.0.0   2010-07-23 ooba  初版 */
/* ========================================================================= */

@import url(./common.css);
@import url(./rollover.css);


/*--- ヘッダー部 -------------------------------------*/
.btn_mainMenu_graph a,
.btn_mainMenu_graph a:hover,
.btn_mainMenu_graph a:active {
  background: url(../images/mainMenu/btn_mainMenu_graph_on.png) no-repeat;
}


/*--- サブメニュー -------------------------------------*/
div.frm_submenu div.box_graph_submenu {
  display: block;
}


/*--- ページヘッダー -------------------------------------*/
div.btn_top {
  top:120px;
  position:absolute;
}
div.btn_aggregate { left:733px; }
div.btn_aggregateResult { left:818px; }

/*--- 条件指定 -------------------------------------*/
div.frm_condition {
  margin:12px 50px;
  height:20px;
}
div.frm_condition span {
  margin:0 5px 0 0;
}


/*--- データ表示部 -------------------------------------*/
div.frm_content {
  margin:10px 0 25px 50px;
}

div.img_moveableHeading {
  background: url(../images/bk_moveableHeading.png) no-repeat 0 0;
  width:920px;
  height:25px;
  line-height:25px;
  margin: 5px 0 0 5px;
  padding-left: 5px;
}

table.tbl_head,
table.tbl_head tr,
table.tbl_head th,
table.tbl_head td {
  border-collapse: collapse;
}
table.tbl_head {
  width: 900px;
}
table.tbl_head th {
  padding: 3px 1px 1px 1px;
  width:19px;
}
table.tbl_head td {
  padding-left: 13px;
  padding-top: 4px;
  font-size: 13px;
  width: 844px;
}

div.box_layoutAll {
  border: 1px solid #ccc;
  border-top: 0px;
  width:913px;
  margin: 0 0 0 5px;
  padding-left: 5px;
}

div.btn_refine {
  margin: 0 0 5px 10px;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  width:880px;
}

div.box_data {
  margin: 0 0 10px 20px;
}