html {      color : white;
      text-shadow : black 0 0 3pt,black 0 0 3pt,black 0 0 3pt,
                    black 0 0 3pt,black 0 0 3pt,black 0 0 3pt;
    overflow-wrap : break-word;
  scroll-behavior : smooth;
         position : absolute;
     border-style : none;
         overflow : hidden; }

table {
  margin-left  : auto;
  margin-right : auto;
  border       : none;
  position     : relative; }

/*相対位置*/
a { position : relative; }

img { width : 50;
     height : 10; }
     
.tamenu { color : gold;
    font-weight : bolder;
     text-align : center;
    text-shadow : black 0 0 3pt,black 0 0 3pt,
                  black 0 0 3pt,black 0 0 3pt;
}

/*アクセスしたことのないリンク*/
a:link { color : white; }

/*アクセスしたことのあるリンク*/
a:visited { color : white; }

/*マウスが上に乗っている状態*/
a:hover { color : gold;
    font-weight : bold; }

#mojimenu { font-size: 6.8vw; } /* 文字の大きさ */

#no-line { border: none; }

