/* 年間スケジュール */
article table{
    border-top:1px solid #008000;
    border-left:1px solid #008000;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    text-align:center;
	margin:0px auto;

}
article table th{
    color:#EEEEEE;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
    background-color:#60C010;
    border-right:1px solid #008000;
    border-bottom:1px solid #008000;
}
article table td{
    text-align:center;
    padding:0.3em 1em;
    border-right:1px solid #008000;
    border-bottom:1px solid #008000;
}

/* 月間スケジュール */

#calendar{
    width:497px;
    margin:0px auto;
    background-color:#F0F080;
    border-top:1px solid #008000;
    border-left:1px solid #008000;
}
#calendar ul{
    width:497px;
	list-style:none;
    margin:0px auto;
    background-color:#00FF00;
}

#calendar ul li{
    width:70px;
    float:left;
    border-bottom:1px solid #008000;
    border-right:1px solid #008000;
}
