
#tokutyou {
  margin: 10px 0 20px;
  padding: 0;
  font-size: small;
  line-height: 1.5em;
  clear: both;
}
#tokutyou h2 {
  border-top: 10px solid #c50018;
  padding: 7px 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: medium;
  background-image: url(../img/h2_gray.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #9b9b9b;
  color: #c50018;
}
#tokutyou p {
  padding: 0 20px 0 0;
  float: left;
}
#tokutyou table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  clear: both;
}
#tokutyou th {
  border: 1px solid #cccccc;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  width: 50px;
}
#tokutyou td {
  border: 1px solid #cccccc;
  margin: 0;
  padding: 5px 10px;
  width: 650px;
}
