@charset "utf-8";
/* カレンダー用スタイルシート */


div.cal { float: left; margin: 4px; }
div.cal * { text-align: center; font-size: 9pt; }
div.cal table { border: solid 1px green; width: 140px; }
div.cal caption { border: solid 1px green; border-bottom: none; background: aquamarine; }
div.cal td.today { background: aquamarine; }
