/* ページ設定 */
body { background-color: #ffffff; 
       color: #696969; 
       margin-left: 100px;
       margin-right: 50px; 
       margin-top: 100px; }
p{ font-size: 90%; }
body, th, td { line-height: 1.5em; }
table { font-size: 90%; font-color:#000000; 
        }

/* リンク装飾 */
a:link    { color:#191970; }
a:visited { color:#696969; }
a:hover   { color:#ff6347; }
a:active  { color:#ff6347; }

a  {text-decoration: none; }




