*{
   font-weight: normal;
   font-style: normal;
}

body {
   color: #856c59;/* 文字色 */
   #background-color: #fefff9;/* 背景色 */
   font-size: 75%;
   font-family: JF-Dot MilkJF16;
   overflow: hidden;
}

html { scrollbar-width: none; } /* Firefox */
body { -ms-overflow-style: none; } /* IE and Edge */
body::-webkit-scrollbar, body::-webkit-scrollbar-button { display: none; } /* Chrome */

td,th{
   font-size: 1em;
}

/*--------------------------------------------------------
字体
--------------------------------------------------------*/

@font-face {
  font-family: "JF-Dot MilkJF16";
  src: url("/font/ttf/JF-Dot-milkjf16.ttf") format("truetype");
}

@font-face {
  font-family: "JF-Dot Jiskan24";
  src: url("/font/ttf/JF-Dot-jiskan24.ttf") format("truetype");
}

/*--------------------------------------------------------
背景画像、土台基本設定
--------------------------------------------------------*/

#page {
   font-family: JF-Dot Jiskan24;
   color: #856c59;
   #background-color: #fff1f0;
   #background-image: url(/media/tile/crowns.gif);
   background-size: 150px;
   text-align: center;
}

#mainta {
   margin: 0px auto;
   height: 100%;/* 広告表示のあるサーバーの場合90%等に変更 */
}

#main {
   font-family: JF-Dot MilkJF16;
   width: 621px;
   height: 456px;/* 幅と高さ 全体の大きさを変えるときはここ */
   color: #856c59;/* インデックスページ中央の文字色を変えるときはここ */
   background-color: #fefff9;
   padding: 10px;
}

#page td,#page th {
   font-size: 75%;
}