@charset "utf-8";
/* CSS Document */
.title th { background:#ABABF3; height:30px; line-height:30px; }
.days td { background:#CFDDFC; width:20px; text-align:center; padding:5px; }

.nums td.today span { background:#ABABF3; }
.nums td span { background:#CCC; display:block; padding:5px; text-align:center; }
.nums td span.event { background:#F00; }
.nums td span.event a { display:block; line-height:24px; text-decoration:none; font-weight:bold; color:#000; }