@charset "UTF-8";
/* CSS Document */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #505050;
	margin:0;
	padding:0;
	background-color:#fff;
}
a:link , a:visited {
	color: #68aec7;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#666;
}
a:active {
	outline: none;
}

/* calendarTable */
#calendarTable {
	width:210px;
	height:180px;
}
#calendarTable ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
}
#calendarTable li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	text-align:center;
}
#calendarTable table {
	font-size:14px;
}
#calendarTable .day {
	font-size:12px;
}
#calendarTable .r {
	color:#b40016;
}
#calendarTable .b {
	color:#1554a7;
}
#calendarTable td {
	width:29px;
	text-align:center;
}
.other-month {
	color: #cccccc;
}
