@charset "EUC-JP";

/* 年月 */
div#dateZone {
	font-size: 130%;
	font-weight: bold;
	width: 100%;
	margin-bottom: 0.2em;
	padding: 0;
	text-align: center;
}
div#dateZone em {
	font-style: normal;
	text-decoration: none;
}

/* ページナビ */
div#naviZone {
	font-size: 100%;
	width: 100%;
	margin: 0.2em 0;
	padding: 0;
	text-align: right;
}

/* カレンダー */
table#calendarZone {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table#calendarZone th {
	width: 14%;
	color: #ffffff;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	margin: 0;
	padding: 0.2em;
	background-color: #29333b;
	border: 1px solid #999999;
}
table#calendarZone td {
	width: 14%;
	height: 80px;
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0.2em;
	border: 1px solid #999999;
}
table#calendarZone em {
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
table#calendarZone .holiday {
	background-color: #5b4f4f;
}
table#calendarZone .saturday {
	background-color: #556978;
}
table#calendarZone .other {
	background-color: #29333b;
}
table#calendarZone .other em {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
