  body       { color: #000000;
               font-size:26pt;
               font-family:'ＭＳ ゴシック',sans-serif; 
               font-weight:400;  
             }
     
  a:link     { color: #003399;
               font-family:'ＭＳ ゴシック',sans-serif;
               font-size:26pt;
               text-decoration:none;
               font-weight:normal;}
  a:visited  { color: #333300;
               font-family:'ＭＳ ゴシック',sans-serif;
               font-size:26pt;
               text-decoration:none;
               font-weight:normal;}
  a:active   { color: #003300;
               font-family:'ＭＳ ゴシック',sans-serif;
               font-size:26pt;
               text-decoration:none;
               font-weight:normal;}
  a:hover    { color: #cc0099;
               font-family:'ＭＳ ゴシック',sans-serif;
               font-size:26pt;
               text-decoration:none;
               font-weight:normal;}

  a.m:link    { color: #ccffff;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

  a.m:visited { color: #66ff99;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

  a.m:active  { color: #99ffcc;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

  a.m:hover   { color: #ff3399;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

  a.f:link    { color: #000000;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

  a.f:visited { color: #000000;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

  a.f:active  { color: #99ffcc;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

  a.f:hover   { color: #ff3399;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

  a.btn:link    { color: #000000;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

  a.btn:visited { color: #000000;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

  a.btn:active  { color: #99ffcc;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

  a.btn:hover   { color: #ff3399;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                font-weight:normal;
                text-decoration:none;}

 td#btnHome     {
                padding:5px; 
                border:black solid 2px;
                border-radius:30px;
                background-color:PaleTurquoise;
                box-shadow:#6699CC 5px 5px 5px;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                text-decoration:none;
                }
 
 td#btnPageTop  {
                padding:5px; 
                border:black solid 2px;
                border-radius:30px;
                background-color:PaleGreen;
                box-shadow:#669966 5px 5px 5px;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
                text-decoration:none;
                }

 td#btnPrevPage  {
                padding:5px; 
                border:#666666 solid 2px;
                border-radius:30px;
                background-color:#FFFFCC;
                box-shadow:#FFFF33 5px 5px 5px;
                color:#000000;
                font-weight:600;
                font-family:'ＭＳ ゴシック',sans-serif;
                font-size:26pt;
               text-decoration:none;
                }
 