/*リンク*/
a:link{ color:red; }
a:visited{ color: black; }
a:active{ color: red; text-decoration:none; }
a:hover{ color: gray; text-decoration:none;}

/*フォント*/
body,td{
         font-size:x-small;
         color:#333333;

}

/*背景*/
body{
      background-image:url(./img/sozai/back_white.gif);
      background-color:#999999;
      margin-top:0px;
      margin-bottom:0px;
}

table{
       background-color:#ffffff;
}
