H1 {
  color: #ffffff; /* 文字の色 */
  background-color: #666699; /* 背景色 */
  line-height: 120%; /* 行の高さ */
}
H2 {
  color: #ffffff; /* 文字の色 */
  background-color: #666699; /* 背景色 */
  line-height: 110%; /* 行の高さ */
}
H3 {
  color: #ffffff; /* 文字の色 */
  background-color: #666699; /* 背景色 */
  line-height: 105%; /* 行の高さ */
}
dt
{
   font-weight: bold;
   border-bottom: solid 1px #cccccc;
   color: #66CC00;
   margin-top: 1em;
}

dd
{
/*   border: solid 1px #cccccc; */
/*   padding: 1em; */
   margin-left: 1em;
   margin-top: 0.5em;
}
