body {
  font-family: "Times New Roman", serif;
  background-color: #f7f7f7;
  color: #000000;
  text-align: center;
  margin: 20px;
}

h1 {
  font-size: 2em;
  margin-bottom: 10px;
  text-align: center;
}

/* h2h3は同じになった */
h2 {
  font-size: 1em;
  margin-bottom: 5px;
  text-align: center;
}

h3 {
  font-size: 1em;
  margin-bottom: 5px;
  text-align: center;
}

h4{
  font-size: 1.2em;
  margin-bottom: 5px;
  text-align: left;
}

h5 {
  font-size: 1em;
  margin-bottom: 5px;
  text-align: left;
}

h6 {
  font-size: 1em;
  margin-bottom: 2px;
  margin-top:8px;
  text-align: left;
}

p {
  margin: 5px;
}

hr {
  margin: 30px 0;
}

a {
  color: #0000cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.links {
  line-height: 2;
}

footer {
  margin-top: 40px;
  font-size: 0.8em;
  color: #555;
  text-align: center;
}

/* あいさつについてのもの */
.spacer {
  margin-top: 1em;   /* 上の段落との間隔 */
  margin-bottom: 1em; /* 下の段落との間隔 */
}

.spacer2 {
  margin-top: 3em;   /* 上の段落との間隔 */
  margin-bottom: 3em; /* 下の段落との間隔 */
}

.container {
  max-width: 600px;   /* ページの横幅を制限（好みに応じて変更） */
  margin: 0 auto;     /* ページ中央に配置 */
  padding: 0 1.5em;   /* 画面端との間に余白 */
  text-align: left;   /* 文字は左揃え */
}