@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 20px;
  padding: 0;
  font-size: small;
  color: #000000;
  background: #ffffff;
}

/* ヘッダ
---------------------------------------------------- */
#faq {
display:none;
}

/* ナビゲーション
---------------------------------------------------- */
#nav {
display:none;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  width: 500px;
}
h1 {
  font-size: small;
  margin: 10px 0 20px 0;
  padding: 0.4em 0.8em;
  color: #ffffff;
  background: #ff7400;
}
input.button {
display:none;
}
#submit {
display:none;
}

/* テーブル
---------------------------------------------------- */
table {
  margin: 0;
  width: 500px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table th {
  text-align: left;
  font-weight: normal;
  padding: 6px;
  border: 1px solid #666666;
  background: #f1f1ed;
}
table td {
  padding: 2px 6px;
  border: 1px solid #cccccc;
}
table .hidden {
  border-style: none;
}
table .num {
  text-align: right;
}
table caption {
  margin: 20px 0 10px 0;
  text-align: left;
  font-weight: bold;
}
table td img {
  float: left;
  margin-right: 15px;
}
table tr {
  clear: left;
}
table td em {
  display: block;
  margin-top: 0.3em;
  font-size: small;
  font-style: normal;
  font-weight: bold;
}
table th.total, table td.total {
  font-weight: bold;
}
#t053 span {
  color: #e8ff58;
}
#t082 span {
  color: #5e625e;
}
#t404 span {
  color: #ff8000;
}
