/**
 * www/samurai/carillon_common.css
 * 
 * carillion css - common parts
 */
@charset 'UTF-8';
* {
    padding          : 0px;
    margin           : 0px;
    z-index          : 2;
}

.png, #logo, #carillon, #tab1, #tab2, #tab3, #tab4, #tab5, #tab6 {
    behavior         : url(/samurai/iepngfix.htc);
}

* acronym {
    border-bottom    : none;
}

/**
 * main common
 */
 
body {
    padding          : 0px;
    margin           : 0px;
    background-color : #ffffdd;
}

img {
    border-style     : none;
}

#page {
    width            : 750px;
    margin           : 0px auto;
    background-color : #ffffff;
    border-left      : 1px solid #bbbbbb;
    border-right     : 1px solid #bbbbbb;
}

/**
 * header
 */

#top {
    height           : 90px;
    _height          : 92px;
    z-index          : 2;
}

    #head {
        height           : 75px;
        margin           : 0px auto;
        background : url("/img/head.png") no-repeat;
        background-position : bottom;
    }
    
        #logo {
            margin           : 2px;
            width            : 100px;
            height           :  59px;
        }
        
        #carillon {
            width            : 420px;
            height           : 30px;
            margin           : 0px 0px 15px 0px;
        }
        
    #tabs {
        height           : 44px;
        margin           : -1px 0px 0px 10px;
        background-image : url("/img/tab_bg.png");
        width            : 621px;
    }
    
        #tab_box {
            width            : 600px;
            margin           : 0px 0px 0px 4px;
            padding          : 2px 0px 0px 0px;
        }
        
        .tab_list {
            margin           : 3px 0px 0px 5px;
            float            : left;
        }
        
        .tab_list_sep {
            margin           : 5px 0px 0px 4px;
            float            : left;
        }
        
        #tab1 {
            width            : 86px;
            height           : 27px;
        }

        #tab2 {
            width            : 102px;
            height           : 26px;
        }

        #tab3 {
            width            : 87px;
            height           : 27px;
        }

        #tab4 {
            width            : 97px;
            height           : 27px;
        }

        #tab5 {
            width            : 100px;
            height           : 27px;
        }

        #tab6 {
            width            : 73px;
            height           : 26px;
        }

/**
 * footer
 */

#footer {
    width            : 750px;
    height           : 90px;
    margin           : 20px 0px 0px 0px;
    clear            : both;
    padding          : 2px 0px 0px 0px;
    background-image : url(/img/footer_bg.png);
}

    #footer p {
        margin           : 10px 0px 0px 0px;
        text-align       : center;
        font-size        : 9pt;
        line-height      : 15pt;
    }
    
    #footer #address {
        margin           : 4px 0px 0px 0px;
        text-align       : center;
        font-size        : 8pt;
        line-height      : 10pt;
    }
    
    #footer #counter {
        margin           : 4px 0px 0px 0px;
        text-align       : center;
        font-size        : 8pt;
        color            : #660000;
    }

/**
 * misc
 */

.div_button {
    border           : 1px solid;
    cursor           : pointer;
    padding          : 2px;
}

.div_button4 {
    border           : 1px solid;
    cursor           : pointer;
    font-size        : 9pt;
    text-align       : center;
    width            : 50px;
}

.asterisk {
    color            : red;
}
