@import url("reset.css");
@import url("base.css");
@import url("top-navi.css");
@import url("under-navi.css");

/*title
-------------------------------------------------------------------*/
#title {
  color: #006DA6;
  text-align: left;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  clear: both;
  margin-bottom: 7px;
}

/*data
-------------------------------------------------------------------*/

table {
  width: 700px;
  text-align: center;
  padding: 0px;
  margin: 0px auto;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

th {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 2px;
  text-align: center;
  background: #3366CC;
  font-weight: bold;
  color: #FFFFFF;
}

td {
  border-right: 1px solid #CCCCCC;
  padding: 2px;
  text-align: center;
}

.data-point {
  text-align: right;
}

.data .bgcolor01 {
  background: #E6F6FF;
}

