@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 100%;
}

a:link {color:#003399;text-decoration:underline;}
a:visited {color:#003399;text-decoration:underline;}
a:active {color:#99ccff;text-decoration:underline;}
a:hover {color:#3399ff;text-decoration:underline;}

body table#separateTable {
    border-collapse: separate;
    border-spacing: 1px;
}

#headerArea td{
    background:#ffef00;
}
/*-------- reset.css ------------------------------------------*/
body{
        margin:0;
}

body div#container {
    padding:0;
    margin:0px auto;
    width:740px;
    background:#ffef00;
}
body div#gooheaderArea {
    padding:0;
    margin:0px auto 10px;
    width:740px;
    background:#fff;
}
body div#goofooterArea {
    padding:0;
    margin:20px auto 0;
    width:740px;
    background:#fff;
}


img{
    border:0;
}

body div#pagetop {
    text-align:right;
    padding:0;
    margin:0;
    width:720px;
}


form{
    padding:0;
    margin:0;
}
