@charset "utf-8";

table.calendar {
	border-collapse:collapse;
	border-spacing:0;
	border:0px #666 solid;
	text-align:center;
	font-size:13px;
}

table.calendar td,
table.calendar th {
	padding:6px;
	border:0px #666 solid;
}

table.calendar th {
	background:#eee;
}

table.calendar td.today {
	background:#999;
	color:#fff;
}

table.calendar .red {
	color:#f33;
}

table.calendar .blue {
	color:#33f;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-weight: bold;
	color: #0F0;
}
