
table.year {
	width: 100%;
	/*border-spacing: 10px; */
}

table.year tr td {
	vertical-align: top;
	width: 33.33%;
}

table.year tr td.month {
	/*border: 1px solid silver; */
	padding: 5px;
}
table.year tr td.month table {
	border: 1px solid silver;
	background-color: #f0f8ff;
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table.year tr td.month table tr th {
	/*border-bottom: 1px solid silver; */
	background-color: #ffe065;
	width: 12%;
	font-size: 0.75em;
}
table.year tr td.month table tr td {
	width: 12%;
	padding: 2px;
	text-align: right;
	background-color: #f5f5f5;
	border: 1px solid silver;
	font-size: 0.75em;
	/*background-color: #ffe065;
	border: 1px solid white; */
}
table.year tr td.month table tr td.event {
	background-color: #e6e6fa;
}
table.year tr td.month table tr td.event a {
	display: block;
}
table.year tr td.month table tr td.empty {
	/*background-color: white; */
}
table.year tr td.month table tr th.week {
}
table.year tr td.month table tr td.week {
	color: #696969;
	background-color: #dcdcdc;
}

form fieldset {
	border: 1px solid #b0c4de;
	width: 400px;
}

table.calendar {
	border-top: 1px solid #b0c4de;
	border-right: 2px solid #b0c4de;
	border-bottom: 1px solid #b0c4de;
	border-left: 1px solid #b0c4de;
	font-size: 0.9em;
	border-spacing: 0;
}
table.calendar tr.navi td {
	width: auto; height: auto;
	padding: 2px;
	text-align: center;
	border: none;
}
table.calendar th {
	background-color: #b0c4de;
	border-top: 1px solid #b0c4de;
	border-left: 1px solid white;
	width: 50px;
}
table.calendar th.first {
	border-left: none;
}
table.calendar td {
	width: 50px; height: 2em;
	text-align: right;
	vertical-align: top;
	padding: 2px 5px 0 0;
	border-left: 1px solid #b0c4de;
	border-bottom: 1px solid #b0c4de;
}
table.calendar a {
	text-decoration: none;
	font-weight: bold;
}

p.calendar-navi {
	width: 350px;
	text-align: center;
}
p.calendar-navi a {
	text-decoration: none;
}

