    html {
        backgrounf:#fff;
        overflow:auto;
    }

    body {
        font-family: Osaka, Verdana, Tahoma, MS UI Gothic;
        font-size: 11px;
        background : #ffffff;
        color: #333333;
        overflow:auto;
    }

    a:link {
        color:#0066ff;
        cursor:pointer;
        text-decoration:none; 
    }

    a:visited {
        color:#0066ff;
        cursor:pointer;
        text-decoration:none; 
    }

    a:active {
        color:#0066ff; 
        cursor:pointer;
        text-decoration:none; 
    }

    a:hover {
        color:#ffa139;
        text-decoration:none; 
    }

    #errortop {
        width:500px;
    }

    .errormsg {
        font-size:14px;
        color:#778899;
    }

    .errorno {
        font-size:18px;
        color:#3399ff;
    }

    #errorcomment {
        width:500px;
    }

    .errorcomment {
        padding-left:20px;
        color:#6495ed;
        font-size:11px;
    }

    #copy {
        width:300px;
        text-align:right;
    }

    .copy {
        padding-right:20px;
    }

    #errormain {
        position:absolute;
        left:30%;
        top:30%;
    }

    .dlcaution {
        padding-left:20px;
        color:#ff0000;
    }

    .dlcaution li {
        color:#778899;
        line-height:20px;
    }
