@charset "utf-8";
/*CSS RESET*/
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, img, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline
    }
/*End RESET - Begin Full Width CSS*/
body {
    background: #FFF;
    color: #2D1F16;
    font-family: Arial, Helvetica, sans-serif;
    border: none
    }
.gotoTop {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    position: fixed;
    bottom: 0;
    z-index: 999999
    }
/*Content Style*/
.tableBG {
    background-image: url(../images/tableBG.png);
    background-repeat: repeat-y
    }
.whiteBG {
    background-image: url(../images/whiteBG.png);
    background-repeat: repeat
    }
.spaceing {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    padding-left: 20px;
    padding-right: 20px
    }
.normalContents {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-align: justify
    }
.normalContentsBold {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    text-align: justify
    }
.normalContentsWhite {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: justify
    }
.normalContentsBoldWhite {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: justify
    }
.headerBlueContent {
    font-size: 18px;
    color: #09c
    }
.sub_headerBlueContent {
    font-size: 16px;
    color: #09c;
    font-weight: bold
    }
.tableBottom {
    width: 945px;
    background-image: url(../images/mainBottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30px
    }
.copyright {
    font-size: 10px;
    color: #b6b6b6
    }
a:link {
    color: #cbcbcb;
    text-decoration: none
    }
a:visited {
    color: #cbcbcb;
    text-decoration: none
    }
a:hover {
    color: #cbcbcb;
    text-decoration: underline
    }
a:active {
    color: #cbcbcb;
    text-decoration: none
    }