/*リンク*/
a:link{ color:black; }
a:visited{ color: gray; }
a:active{ color: #990033; text-decoration:none; }
a:hover{ color: #990033; text-decoration:none;}

/*フォント*/
body,td{
         font-size:x-small;
         color:#333333;

}
font.red{
        color:#990033;
}

/*背景*/
body{
      background-image:url(./img/sozai/dotB_nuki.gif);
      background-attachment: fixed;
      background-color:#99CCCC;

}
/*テーブル*/
table{
       background-color:#ffffff;
       border:solid 1px #999999;
       border-collapse:collapse;
       width:416px;
}
td{
       border:5px double #990033;
       padding:5px;
}
td.nomal{
        colspan:2;
}
td.title{
        width:416px;
        height:400px;
        background-color:mistyrose;
        background-image:url(./img/sozai/title_spring.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        text-align:center;
        padding-top:390px;
}
td.paint{
        background-color:mistyrose;
}
td.copyright{
        text-align:center;
}

/*画像*/
img{
border:0pix;
}