@charset "utf-8";
/* *********************************************************************** */
/* 休日カレンダー用
/* *********************************************************************** */
    div#holidaybox {
        width    : auto;
        margin   : 2px auto 2px auto;
    }
    
    div#calInformation {
        width       : 220px;
        line-height : 140%;
        color       : #fff;
        text-align  : left;
        padding     : 4px 2px 4px 2px;
        margin      : 0px auto 2px auto;
    }
    
            div#calInformation div.captionbox {
                line-height   : 120%;
                text-align    : center;
                color         : #ffe;
                background    : #93414d;
                border-top    : 1px solid  #c96;
                border-left   : 3px solid  #c96;
                border-right  : 3px solid  #c96;
                border-bottom : 1px solid  #c96;
                padding       : 4px 4px 4px 4px;
                margin        : 0px auto 0px auto !important;
            }
            
            div#calInformation div {
                line-height   : 120%;
                text-align    : left;
                color         : #93414d;
                background    : #ffe;/*93414d*/
                border-top    : 0px solid  #c96;
                border-left   : 3px solid  #c96;
                border-right  : 3px solid  #c96;
                border-bottom : 1px solid  #c96;
                padding       : 4px 4px 4px 4px;
                margin        : 0px auto 8px auto !important;
            }
            
            div#calInformation span.eigyoubi {
                text-align  : center;
                font-weight : bold;
                color       : #630;
                background  : #fff;
                border      : 1px solid #000;
                padding     : 2px 2px 2px 2px;
            }
            div#calInformation span.holiday {
                text-align : center;
                color      : #660002;
                background : #ddabae;
                border     : 1px solid #000;
                padding    : 2px 2px 2px 2px;
            }
    
    /* CALENDARSET0 ************************************ */
    table.calendarset0 {
        border-collapse : collapse;
        margin          : 5px auto 5px auto;
    }
    
    table.calendarset0 td {
        vertical-align  : top;
        padding         : 2px 2px 2px 2px;
    }
    
    table.calendarset0 td span.eigyoubi {
        text-align      : center;
        font-weight     : bold;
        color           : #630;
        background      : #fff;
        border          : 1px solid #000;
        padding         : 2px 2px 2px 2px;
    }
    
    table.calendarset0 td span.holiday {
        text-align     : center;
        color          : #660002;
        background     : #ddabae;
        border         : 1px solid #000;
        padding        : 2px 2px 2px 2px;
    }
    
            table.calendarset0 table {
                border-collapse : collapse;
                margin          : 5px auto 5px auto;
            }
    
    /* CALENDARSET ************************************ */
    table.calendarset {
        width           : auto;
        color           : #000;
        background      : #685132;
        border          : 1px solid #330002;
        border-collapse : collapse;
        empty-cells     : show;
        margin          : 0px auto 0px auto;
    }
    
    table.calendarset th,
    table.calendarset td {
        width           : auto;
        text-align      : center !important;
        vertical-align  : middle;
        border          : 1px solid #330002;
        padding         : 4px 4px 4px 4px !important;
    }
    
    table.calendarset th.calendarhead {
        color      : #fff;
        background : #685132;
    }
    
    
    table.calendarset tr.calendarbackcolor {
        background : #fff;
    }
    
    table.calendarset th.suncolor {
        color      : #fff;
        background : #966;
    }
    
    table.calendarset th.satcolor {
        color      : #fff;
        background : #966;
    }
    
    table.calendarset th.weekcolor {
        color      : #fff;
        background : #c96;
    }
    
    table.calendarset td.holidaycolor {
        font-weight : normal;
        color       : #660002;
        background  : #ddabae;
    }
    
    table.calendarset td {
        font-weight : bold;
        color       : #630;
    }
    
    /*
    table.calendarset div.todaycolor {
        color       : #900;
        font-weight : bold;
    }
    */
    
    
    /* TARTESETIN 081003追加 ************************************** */
    ul.tartesetin {
        font-size         : 0.95em;
        line-height       : 120%;
        list-style-image  : url("../images/lm/lm_tarte.gif");
        padding           : 0px 0px  5px 0px;
        margin            : 0px 5px 0px 25px;
       -margin            : 0px 5px 0px 15px;
       -moz-padding-start : 0px;
       -moz-padding-end   : 0px;
       -moz-margin-start  : 25px;
       -moz-padding-end   : auto;
    }
    
    ul.tartesetin li {
        line-height       : 120%;
        margin-top        : 5px;
        margin-bottom     : 5px;
    }
    
    ul.tartesetin li span {
        line-height       : 140%;
        border-bottom     : 1px solid #ecd3b9;
        padding           : 2px;
    }
    
    
