@charset "utf-8";

@import url("calendar_over.css");
/* calendar
--------------------*/
/* アイコン説明部分 */
#calendar ul.ico_caption{
    font-size: 0.9em;
    text-align: right;
    line-height:1.3;    
}
#calendar ul.ico_caption li{
    display: inline;
    padding-left: 4px;
}
/* ----------------- */
#aside #calendar ul.ico_caption{margin-right:10px;line-height:1.3;}

#calendar div {
    margin-top:8px;
}

#calendar table {
    line-height: 1;
    border-left:solid 1px #999;
    background-image: url(../images/table_g_line.gif);
    background-repeat: repeat-y;
    background-position: right top;
    empty-cells:show;
}

#calendar table th {
    line-height: 1.2;
    text-align: center;
    padding:2px 0;
}

#calendar table th img {
    display:block;
    margin:0 auto;
}

#calendar table td {
    border-right:solid 1px #999;
    border-bottom:solid 1px #999;
    line-height:1;
    vertical-align: top;
    width:14.2%;
}

#calendar table td em {
    font-style: normal;
    padding:1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}
#calendar table td img {
    display: block;
    float:left;
}

    /* 今月 */
    #curr_calendar_body th {
        border-top:solid 3px #F06;
        border-bottom:solid 3px #F06;
    }
    #curr_month_title {
        text-align:right;
        color:white;
        background-color:#F06;
        font-family: Arial, Helvetica, sans-serif;
    }

    /* 来月 */
    #next_calendar_body th {
        border-top:solid 3px #579B13;
        border-bottom:solid 3px #579B13;
    }
    #next_month_title {
        text-align:right;
        color:white;
        background-color:#579B13;
        font-family: Arial, Helvetica, sans-serif;
    }

/* home
--------------------*/
#right_container #calendar div {
    margin-top:4px;
}

#right_container #calendar{
    margin:0 10px;
}

#right_container #calendar table {
    width: 300px;
}

#right_container #calendar table th {
    padding:3px 0;
}

#right_container #calendar table td {
    height:28px;
}


#right_container #next_month_title span,
#right_container #curr_month_title span {
    font-size:1.1em;
    padding:0 3px 0 1px;
}

    /* home 今月 */
    #right_container #curr_month_title {
        background-image: url(../images/top/cal_01_bottom.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
        width: 300px;
        line-height:1.3;
        height:22px;
        margin-bottom:10px;
    }

    /* home 来月 */
    #right_container #next_month_title {
        background-image: url(../images/top/cal_02_bottom.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
        width: 300px;
        line-height:1.3;
        height:22px;
    }

/* aside
--------------------*/
#aside #calendar{
margin-left:10px;
}
#aside #calendar table {
    width: 160px;
    font-size:0.87em;
}

#aside #calendar td {
    text-align:right;
    height:22px;
}

#aside #next_month_title span,
#aside #curr_month_title span {
    font-size:1.1em;
    padding:0 3px 0 1px;
}
    /* aside 今月 */
    #aside #curr_month_title {
        background-image: url(../images/calender/buy/cal_01_bottom.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
        width:160px;
        font-size:0.8em;
        line-height:1.3;
        height:14px;
    }

    /* aside 来月 */
    #aside #next_month_title {
        background-image: url(../images/calender/buy/cal_02_bottom.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
        width:160px;
        font-size:0.8em;
        line-height:1.3;
        height:14px;
    }
    
/* main_container
--------------------*/
#main_container #calendar table {
    width: 180px;
    font-size:0.87em;
}

#main_container #calendar td {
    height:24px;
}

#main_container #next_month_title span,
#main_container #curr_month_title span {
    font-size:1.1em;
    padding:0 3px 0 1px;
}
    /* aside 今月 */
    #main_container #curr_month_title {
    background-image: url(../images/calender/ichi/cal_01_bottom.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    width:180px;
    font-size:0.9em;
    line-height:1.3;
    height:16px;
    }

    /* aside 来月 */
    #main_container #next_month_title {
        background-image: url(../images/calender/ichi/cal_02_bottom.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
        width:180px;
        font-size:0.9em;
        line-height:1.3;
        height:16px;
    }
