/* 全ページ共通。IE5でも解釈できる基本的な指定だけを使う。 */
body {
  margin: 0;
  padding: 10px;
  font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 14px;
}
#page {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  margin: 10px 0;
  text-align: center;
  font-size: 28px;
}
a { font-weight: bold; }
.crumb { margin-bottom: 8px; font-size: 12px; }
.small { font-size: 11px; }
.notice {
  margin: 10px 0;
  padding: 7px;
  border: 2px solid #333333;
  text-align: center;
  font-weight: bold;
}
.notice-ok { color: #003300; background: #ccffcc; }
.notice-error { color: #660000; background: #ffcccc; }
.page-nav, .footer {
  margin-top: 16px;
  text-align: center;
}
.counter-readable {
  position: absolute;
  left: -10000px;
}
.counter-images img {
  margin: 0 1px;
  border: 0;
  vertical-align: middle;
}
input, textarea, select {
  font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 14px;
}
