@charset "Shift_JIS";

/*	スタイルシート　[ 南さつま市役所（観光ガイド）：イベントカレンダー ]
=================================================================== */
/* 再定義 */
/* カレンダー */
table.calender {
	margin: 10px 0;
	padding: 0;
	background-color: #CCCCCC;
	width: 100%;
}
table.calender tr th {
	background-color: #FFFFD0;
	text-align: center;
	font-weight: bold;
	width: 14%;
}
table.calender tr th.sun {
	background-color: #FFD9D9;
	text-align: center;
	font-weight: bold;
}
table.calender tr th.sat {
	background-color: #D0DCFF;
	text-align: center;
	font-weight: bold;
}
table.calender tr td {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 90%;
	height: 85px;
}
table.calender tr td p {
	font-weight: bold;
}

