/* CSS import */


/*　カレンダー専用　スタイル　*/

div.cal_left_box {
float:left;
width:275px;
}

table.calendar {
border-bottom:solid 1px #009dc3;
border-left:solid 1px #009dc3;
font-size:78%;
margin:0 30px;
}

table.calendar caption {
font-weight:bold;
padding-bottom:0.5em;
}

table.calendar td {
border-top:solid 1px #009dc3;
border-right:solid 1px #009dc3;
padding:3px;
text-align:right;
width:30px;
height:30px;
}

table.calendar th {
border-top:solid 1px #009dc3;
border-right:solid 1px #009dc3;
padding:3px;
height:30px;
}

.all_day {
background-color:#5fc3d8;
}

.am {
background-color:#00a0c6;
}

.pm {
background-color:#b1e0de;
}
