@charset "utf-8";
/* *********************************************************************** */
/* LAYOUT
/* *********************************************************************** */
    
    * {
        font-size          : 100%;
        line-height        : 100%;
        padding            : 0px 0px 0px 0px;
        margin             : 0px 0px 0px 0px;
    }
    
    div.bodyback {
        position            : relative;
        width               : 804px;
        text-align          : center;
        vertical-align      : middle;
        background-color    : #fff;
        background-image    : url("../images/mark/back002.gif");
        background-position : center center;
        background-repeat   : repeat;
        border              : 1px solid #c99;
        clear               : both;
        padding             : 0px  0px 0px  0px;
        margin              : 0px auto 0px auto;
    }
    
    div.bodybox {
        position            : relative;
        width               : 780px;
        text-align          : center;
        vertical-align      : top;
        clear               : both;
        background-color    : #fff;
        border              : 1px solid #c99;
        clear               : both;
        padding             : 0px  0px 0px  0px;
        margin              : 0px auto 0px auto;
    }



/* *********************************************************************** */
/* HEADER
/* *********************************************************************** */
    div.headerbox {
        position            : relative;
        width               : 780px;
        text-align          : left;
        vertical-align      : top;
        background-color    : #fff;
        background-image    : url("../images/design/headerback.gif");
        background-position : center top;
        background-repeat   : repeat-x;
        clear               : both;
        padding             : 0px  0px 0px  0px;
        margin              : 0px auto 0px auto;
    }



/* *********************************************************************** */
/* NAVIGATION
/* *********************************************************************** */
    div.navigationbox {
        position            : relative;
        width               : 772px;
       -width               : 780px;
        font-size           : 80%;
        text-align          : left;
        vertical-align      : middle;
        background          : #fc9;
        clear               : both;
        padding             : 4px  4px 4px  4px;
        margin              : 0px auto 0px auto;
    }



/* *********************************************************************** */
/* CONTENTS
/* *********************************************************************** */
    div.containerbox {
        position            : relative;
        left                : 0px;
        top                 : 0px;
        width               : 780px;
        text-align          : center;
        vertical-align      : top;
        background          : #fff;
        background-image    : url("../images/menu/menuback.gif");
        background-position : left top;
        background-repeat   : repeat-y;
        float               : left;
        padding             : 0px  0px 0px  0px;
        margin              : 0px auto 0px auto;
    }
    
    div.leftcontents {
        position            : relative;
        left                : 0px;
        top                 : 0px;
        width               : 180px;
        text-align          : center;
        vertical-align      : top;
        float               : left;
        padding             : 0px  0px 0px  0px;
        margin              : 0px auto 0px auto;
    }
    
    div.rightcontents {
        position            : relative;
        left                : 0px;
        top                 : 0px;
        width               : 600px;
        text-align          : center;
        float               : right;
        padding             : 0px  0px 0px  0px;
        margin              : 0px auto 0px auto;
    }



/* *********************************************************************** */
/* FOOTERMENUBOX
/* *********************************************************************** */
    div.footermenubox {
        position       : relative;
        width          : 780px;
        height         : 1.7em;
        text-align     : left;
        background     : #fc9;
        border-top     : 2px dotted #f66;
        border-bottom  : 2px dotted #f66;
        clear          : both;
        padding        : 0px  0px 0px  0px;
        margin         : 0px auto 0px auto;
     }



/* *********************************************************************** */
/* FOOTER
/* *********************************************************************** */
    div.footerbox {
        position       : relative;
        width          : 780px;
        text-align     : left;
        background     : #fff;
        clear          : both;
        padding        : 0px  0px 0px  0px;
        margin         : 0px auto 0px auto;
     }




