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

h4 {
  color:#003399;
  margin-top: 20px;
}

.tbl {
  font-size:14px;
  border-top:#666 solid 1px;
  border-left:#666 solid 1px;
  width:100%;
  margin-top: 10px;
}
.tbl th,.tbl td {
  padding:5px;
  border-bottom:#666 solid 1px;
  border-right:#666 solid 1px;
  text-align:center;
}
.tbl th {
  background-color:#CCD6EB;
  color:#666;
  font-weight:normal;
}

p.kome {
  text-align: right;
}
