body {
  font-size: 11pt;
  font-family: Georgia,"Meiryo UI","ＭＳ Ｐゴシック",sans-serif;
  margin: 0;
  padding: 0;
}

#container {
  width: 585px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
}

  #container h1 {
    color: #444;
    font-size: 1.2em;
    margin: 0;
    padding-top: 10px;
    text-align: center;
    text-shadow: 1px 1px 2px #aaa;
  }

  #container h2 {
    color: #222;
    font-size: 1em;
    font-weight: normal;
    margin-top: 18px;
    text-align: left;
    border-bottom: 1px dotted #999;
    line-height: 1.5em;
  }

.infosw li {
  color: #158730;
  font-size: 0.9em;
  margin: 0 14px 0 -8px;
}

.tblstylesw table {
  font-size: 11pt;
  border-collapse: collapse;
  border: 2px solid #7eb9d0;
  margin: auto;
}

.tblstylesw th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border: 1px solid #7eb9d0;
  padding: 0.2em 0.7em 0.5em 0.7em;
  white-space: nowrap;
}

.tblstylesw td {
  vertical-align: top;
  border: 1px solid #7eb9d0;
  padding: 0.2em 2em 0.5em 0.7em;
}

.tblstylesw tr:last-child {
  border: none;
}

.buttongrad {
  border: 1px solid #7eb9d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 30px;
  background-image: linear-gradient(to bottom, #a7cfdf, #23538a);
}

  .buttongrad:link, .buttongrad:visited, input.buttongrad {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    cursor: pointer;
  }

  .buttongrad:hover {
    border: 1px solid #5ca6c4;
    background-image: linear-gradient(to bottom, #82bbd1, #193b61);
  }

.inprequired {
  font-size: 0.9em;
  text-align: right;
  color: crimson;
  padding-right: 30px;
}
