@charset "iso-2022-jp";

#title {
  text-align: center;
  border-color: green;
  border-top-width: 0.2em;
  border-top-style: solid;
  border-bottom-width: 0.2em;
  border-bottom-style: solid;
}

h2 {
  border-color: green;
  border-left-width: 1em;
  border-left-style: solid;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: lime;
  padding-left: 0.5em;
}

tr {
  vertical-align: top;
}

tr td:first-child {
  white-space: nowrap;
}

td {
  padding-right: 1em;
}

div.indent {
  margin-left: 2em;
}

div.images {
  text-align: center;
}

div.images p {
  text-align: right;
  font-size: x-small;
}

#footer {
  text-align: center;
}