/*基本設定*/
body{background:aliceblue repeat fixed top left;
     font:normal normal normal x-small/normal "ダサ字等幅";
     color:black;
     scrollber-base-color:white;
     scrollbar-face-color:black;
     scrollbar-arrow-color:white;
     scrollbar-highlight-color:white;
     scrollbar-3dlight-color:white;
     scrollbar-shadow-color:white;
     scrollbar-darkshadow-color:white;}
/*アンカーカラー*/
a{text-decoration:none;}
a:link{color:blue;}
a:active{color:yellow;}
a:visited{color:red;}
a:hover{color:gray;}
/*テーブル設定*/
table{table-layout:auto;border:collapse:separate;}
caption{background-color:white;font-size:small;color="black"}
th{background-color:white;font-size:x-small;color="black"}
td{background-color:white;font-size:x-small;color="black"}
/*フォーム設定*/
input{background-color:white;}
textarea{background-color:white;}