@charset "utf-8";

body {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
}

/* リンク文字設定 */
#links {
	float: center;
	background: #ffffff;
}

#links a {
	color: #FFCC66;
	text-decoration: underline;
}

#links a:hover {
	color: #FF33CC;
	background: none;
}
#links a:link {
	color: #0000F0;
	text-decoration: underline;
}
#links a:visited {
	color: #990099;
	text-decoration: underline;
}
#links a:active {
	color: #FF0000;
	background: none;
}

/* カレンダー年月 */
	.calendarhead{
		text-align: center;
		color:#000;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		background: none;
		letter-spacing: .3em;
	}

/* カレンダー曜日数字 */
	.calendar {
		text-align: center;
		color:#111;
		font-family: Verdana, Arial, sans-serif;
		font-weight:normal;
/*		background: #E8F3FF; */
	}
	.calendar a:link {
		font-size:9px;
		color: #0000F0;
		text-decoration: underline;
	}
	.calendar a:visited{
		font-size:9px;
		color: #990099;
		text-decoration: underline;
	}
	.calendar a:active{
		font-size:9px;
		color: #FF0000;
		text-decoration: underline;
	}
	.calendar a:hover {
		font-size:9px;
		color: #FF33CC;
		text-decoration: underline;
	}

/* カレンダー日付のリンク以外の文字サイズ 2004.08.29追加 */
	.calendar td {
		font-size:9px;
	}

	.calendar th {
		font-size:8px;
		width : 23px ;
	}
	.calendar table {
		padding: 0px;
		border-collapse: collapse;
	}
