@charset "utf-8";
/* CSS Document */

/* 上部の表 */
table#top_graph {
  border:1px solid #000000;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  margin: 15px auto 0px auto;
}
table#top_graph th, table#top_graph td {
  padding:3px;
  border:solid 1px #333333;
}
table#top_graph th {
    font-weight: normal;
    background-color:#ffc966;
}

/* 地図 */
#moshikizu{
    text-align: center;
    margin: 0 auto;
    padding: 0px;
}

/* 説明 */
#setsumei_list{
  background:url(mark.gif) no-repeat left top;
  text-indent:0em;
  padding:2px 10px 2px 1.2em;
  width:620px;
  margin:10px auto 0px auto;
}
/* 取り消し時の説明文 */
#torikeshi{
  text-align:center;
  color: red;
  font-size: 20pt;
  line-height : 1.2em;
}

table#bottom_graph_top {
  margin: 30px auto 0 auto;
  border-top:1px solid #000;
  border-right:1px solid #000;
  border-left:1px solid #000;
  border-bottom:none;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  max-width:700px;
  width: 100%;
}
table#bottom_graph_top th, table#bottom_graph_top td {
  padding:3px;
  border-top:1px solid #000;
  border-right:1px solid #000;
  border-left:1px solid #000;
  border-bottom:1px solid #000;
  text-align:center;
}
table#bottom_graph_top th {
  font-weight: normal;
  background-color:#ffc966;
}

table#bottom_graph_bottom {
  border-top:none;
  border-right:1px solid #000;
  border-left:1px solid #000;
  border-bottom:1px solid #000;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}
table#bottom_graph_bottom th, table#bottom_graph_bottom td {
  padding:3px;
  border-top:none;
  border-right:1px solid #000;
  border-left:1px solid #000;
  border-bottom:1px solid #000;
}
#dataTable{
  max-width:700px;
  width: 100%;
  margin: 0 auto 0 auto;
}
