H3{
  color : #859ffa;
  background-color : #d9e6ff;
  margin : 0px;
  padding-top : 10px;
  padding-left : 30px;
  text-align : left;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : #abccfe;
  border-left-color : #abccfe;
  border-right-color : #abccfe;
}
P{
  color : #5c9fc7;
  padding-left : 5px;
  line-height : 80%;
  margin : 7px;
  font-size : 16px;
  font-family : sans-serif;
}
BLOCKQUOTE{
  font-family : 'MS UI Gothic';
  color : #808080;
  background-color : #d9e6ff;
  margin : 0px;  padding : 10px;
  line-height : 130%;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-color : #abccfe;
  border-left-color : #abccfe;
  border-right-color : #abccfe;
}
A{
  text-decoration : none;
  color : #408080;
}
TABLE A{
  text-decoration : none;
  color : #446691;
}
A:hover{
  text-decoration : underline;
  color : #ff99cc;
}
BODY{
  text-align : center;
  background-color : #e4e4e4;
  scrollbar-face-color: #e4e4e4;
  scrollbar-highlight-color: #aaaaaaa;
  scrollbar-shadow-color: #aaaaaa;
  scrollbar-3dlight-color: #aaaaaa;
  scrollbar-darkshadow-color: #e4e4e4;
  scrollbar-track-color: #e4e4e4;
  scrollbar-arrow-color: #aaaaaa;
  font-size : 16px;
  font-family : Verdana 'MS UI Gothic';
  color : #69b4b4;
}
TABLE{
  width : 90%;
}
TABLE CENTER{
  text-align : left;
}
H1{
  font-family : Verdana;
  font-size : 28px;
  color : #5792fd;
  background-color : #f7f7f7;
  padding : 3px;
  width : 400px;
  text-align : center;
  border-width : 2px;
  border-style : solid;
  border-top-color : #5792fd;
  border-right-color : #5792fd;
  border-bottom-color : #5792fd;
  border-left-color : #5792fd;
  font-weight : lighter;
}

/* ===== 追加（中央寄せ安定化）===== */

/* タイトルの箱を真ん中に */
h1{
  margin: 0 auto;
}

/* 投稿ブロック（table）を真ん中に */
table{
  margin-left: auto;
  margin-right: auto;
  width: 90%;           /* 既存のままでOK。固定幅にしたければ後で */
  max-width: 900px;     /* 追加：広がりすぎ防止（不要なら削除） */
}

/* tableの中身は左で読む（bodyがcenterでも中身は左に） */
table td{
  text-align: left;
}


blockquote{
  margin: 0;
  padding: 12px 14px;   /* 少し読みやすく */
  line-height: 1.5;
}

/* ===== 2026調整（末尾に追記して上書き） ===== */

/* ページ全体：中央に「枠」を作る */
table{
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

/* table内の文章は左で読む（bodyがcenterでも崩れない） */
table td{
  text-align: left;
}

/* タイトルを真正面に */
h1{
  margin: 0 auto;
}

/* 水色本文（blockquote）を“箱”として整える */
blockquote{
  margin: 0;
  padding: 12px 14px;
  line-height: 1.5;
}
