/* junCalendar.css */

/* 基本設定 */
table.junCalendarFrame { margin: 0 auto; }
table.junCalendar { border: none; }
table.junCalendar caption,
table.junCalendar td { text-align: right; }

/* 曜日の見出し設定 */
/* 背景色 */
table.junCalendar th {
	background: #222;
	font-weight: normal;
}

/* 文字色 */
table.junCalendar th.sun { color: #F00; }
table.junCalendar th.sat { color: #88F; }

/* 日付の色 */
table.junCalendar td { color: #EEE; }
table.junCalendar td.today {
	background: #00F;
	color: #FF0;
}
table.junCalendar td.hol { color: #F00; }

