body {
  background-color: #eaeaea;
  color: #222;/* 文字色：濃いグレー */
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;/* 行間ゆったり */
  max-width: 650px;/* 中央に細めの本文幅 */
  margin: 3em auto; /* 上下3em、左右中央寄せ */
  padding: 0 1em;/* 左右に少し内側余白 */
}

h1 {
  font-size: 1.4em;/* 見出しを少し大きく */
  font-weight: normal;
  text-align: center;/* 中央揃え */
  margin-bottom: 0.2em;
}

.subtitle {
  text-align: center;
  font-size: 0.9em;
  color: #666;
  margin-bottom: 2em;
}

article {
  border-top: 1px solid #008080;/* 上の仕切りの色
  border-bottom: 1px solid #008080; 下の仕切りの色 */
  padding-top: 1.5em;
  margin-top: 1.5em;
  color:black;
}

h2 {
  font-size: 1em;
  color: #555;
  margin-bottom: 0.4em;
}

p {
  margin-bottom: 1em;
}



footer {
  text-align: center;
  font-size: 0.8em;
  color: #888;
  margin-top: 3em;
}

