@charset "Shift_JIS";

body {
  background-color: MistyRose;
}

img {
  border: 1px solid;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  height: 2px;
}

h1 {
  margin: 0;
  text-align: center;
}

h2 {
  margin: 0;
}

.caption {
  font-size: 10pt;
  text-align: center;
}

.footer {
  font-size: 11pt;
  text-align: right;
}

.message {
  text-align: center;
}

table.messages {
  clear: both;
  border-collapse: collapse;
  border-top: Orchid 2pt solid;
  border-bottom: Orchid 2pt solid;
  width: 100%;
}

table.messages thead th,table.messages thead td {
  border-bottom: Orchid 1pt solid;
  padding: 2pt;
}

table.messages tbody td {
  padding-top: 4pt;
  padding-right: 8pt;
  white-space: nowrap;
}

div.explnote {
  padding-bottom: 4pt;
  font-size: 10pt;
  font-style: italic;
}

.mode {
  float: right;
}

.subject,.number {
  font-weight: bold;
}

.number {
  text-align: center;
}

.summary {
  padding-left: 2em;
  font-size: 10pt;
  border-bottom: Orchid 1pt dashed;
}

.date {
  color: Black;
}

.post {
  padding: 4pt;
}

.post legend {
  font-weight: bold;
}

.post textarea {
  width: 100%;
  margin: 0.5em;
  height: 8em;
}

.post .buttons {
  text-align: right;
}

.message-header {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.remote-host {
  display: none;
}

.content {
  background-color: White;
  padding: 0.5em;
  border: Black 1px solid;
}

.info {
  font-weight: bold;
}

.error,.invalid {
  font-weight: bold;
  color: Red;
}