/* *********************************************************************** */
/* LAYOUT
/* *********************************************************************** */
    * {
        /*ボックスサイジング*/
        -moz-box-sizing     : border-box !important; /* Firefox */
        -webkit-box-sizing  : border-box !important; /* Safari 3 */
        -ms-box-sizing      : border-box !important; /* ternet Explorer 8 */
        box-sizing          : border-box !important; /* Opera */
        padding             : 0px 0px 0px 0px;
        margin              : 0px 0px 0px 0px;
    }



/* *********************************************************************** */
/* HEADER
/* *********************************************************************** */
    #header {
        width               : 960px;
        float               : none;
        clear               : both;
        margin              : 0px auto 0px auto;
    }
    
    #headerback {
        width               : 960px;
        color               : #fff;
        background-color    : #000;
        background-image    : url("/files/common/sub-header_photo.jpg");
        background-position : center top;
        background-repeat   : no-repeat;
        float               : left;
        margin              : 0px auto 0px auto;
    }



/* *********************************************************************** */
/* HEADERMENU
/* *********************************************************************** */
    #headermenu {
        width               : 960px;
        float               : none;
        clear               : both;
        margin              : 0px auto 0px auto;
    }



/* *********************************************************************** */
/* PANKUZU
/* *********************************************************************** */
    #pankuzu {
        width               : 960px;
        line-height         : 1.3;
        font-size           : 0.9em;
        font-weight         : bold;
        text-align          : left;
        background-color    : #eeeee1;/* f7f7f2 */
        border              : 1px solid #ccc;
        border-top          : 0px;
        float               : none;
        clear               : both;
        padding             : 7px  4px 6px  4px;
        margin              : 0px auto 0px auto;
    }



/* *********************************************************************** */
/* CONTAINER
/* *********************************************************************** */
    #container {
        position            : relative;
        left                :   0px;
        top                 :   0px;
        width               : 960px;
        text-align          : center;
        float               : none;
        clear               : both;
        padding             :  0px  0px  0px  0px;
        margin              : 10px auto 10px auto;
    }
    
    
            
            
            /* leftcontents ****************************** */
            #leftcontents {
                position            : relative;
                left                : -580px;
                top                 :   0px;
                width               : 170px;
                text-align          : center;
                float               : left;
                padding             : 0px 0px 0px 0px;
                margin              : 0px 0px 0px 0px;
            }
            
            
            /* centercontents ****************************** */
            #centercontents {
                position            : relative;
                left                : 190px;
                top                 :   0px;
                width               : 580px;
                text-align          : center;
                float               : left;
                padding             : 0px 0px 0px 0px;
                margin              : 0px 0px 0px 0px;
            }
            
            /* rightcontents ****************************** */
            #rightcontents {
                position            : relative;
                right               :   0px;
                top                 :   0px;
                width               : 170px;
                text-align          : center;
                float               : right;
                padding             : 0px 0px 0px 0px;
                margin              : 0px 0px 0px 0px;
            }



/* *********************************************************************** */
/* ADVERTISEMENT
/* *********************************************************************** */
    #advertisement {
        width               : 960px;
        float               : none;
        clear               : both;
        padding             : 10px  0px 0px  0px;
        margin              :  0px auto 0px auto;
     }


/* *********************************************************************** */
/* SIGNATURE
/* *********************************************************************** */

#signature {
        width               : 960px;
        float               : none;
        clear               : both;
        padding             : 10px  0px 0px  0px;
        margin              :  0px auto 0px auto;
        
        font-size           : 0.9em;
        text-align          : center;
        margin-top          : 2px;
}

    #signature address {
        float               : left;
        font-style          : normal;
        line-height         : 1.4;
    }
    #sigmenu {
        float               : right;
        line-height         : 1.4;
    }
            #sigmenu a,
            #sigmenu a:link,
            #sigmenu a:visited,
            #sigmenu a:active {
                color           : #03c;
                text-decoration : underline;
            }
            
            #sigmenu a:hover {
                color           : #f00;
                text-decoration : underline;
            }



/* *********************************************************************** */
/* FOOTER
/* *********************************************************************** */
    #footer {
        width               : 960px;
        float               : none;
        clear               : both;
        padding             : 0px  0px 0px  0px;
        margin              : 0px auto 0px auto;
     }




