/*calendar*/

.tablecal{
background-color:#cccccc;
}

/*キャプション*/
.calcap{
font-size:12px;
color:#000000;
}

/*月金*/
.caltdweek{
padding:4px;
font-size:12px;
text-align:center;
color:#ffffff;
background-color:#cccccc;
}

/*月〜金*/
.caltd{
width:18;
height:18;
font-size:12px;
text-align:center;
color:#000000;
background-color:#ffffff;

}

/*sunday(日)*/
.caltdsun{
width:18;
height:18;
font-size:12px;
text-align:center;
color:#ff66ff;
background-color:#ffe8ff;
}

/*satday(土)*/
.caltdsat{
width:18;
height:18;
font-size:12px;
text-align:center;
color:#ff66ff;
background-color:#ffe8ff;
}

/*夏期休業*/
.calclosed{
width:18;
height:18;
font-size:12px;
text-align:center;
color:#ff6666;
background-color:#fee6cb;
}

/*色べた土日*/
.sunsatcol{
width:18;
height:18;
background-color:#ffe8ff;
}

.expstr{
font-size:12px;
color:#999999;
background-color:#ffffff;
}

/*休業色べた*/
.closedcol{
width:18;
height:18;
background-color:#fee6cb;
}






