a { text-decoration: none; }                  /*リンク命令に下線を付さない*/

body {
  background-color: transparent;              /*背景画像*/
}
a:link { color: #000000; }                   /*未訪問のリンク*/
a:visited { color: #996633; }                /*訪問済みのリンク*/
a:hover { color: #4169e1; }                  /*ポイント時のリンク*/
a:active { color: #0000FF; }                 /*選択中のリンク*/
p.pcut {margin-top: 0; margin-bottom: 0 }    /*ｐ行の余白行を詰める*/

p  {letter-spacing: 2px;}                    /*文字間隔*/

p { line-height: 150% }                      /*行間隔の指定*/
p { font-family: "メイリオ", sans-serif; }       /*ｐ行の字体*/
p { font-size: 16px }      
p.text-center {text-align: center; }        /*テキストを中央表示*/


table {
border: 1px #2b2b2b solid;
}
td, th {
border: 1px #2b2b2b solid;
}

