@charset "utf-8";
body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-color: #000000;
	background-image: url(image/bg_calendar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
table {
	width: 160px;
}

td {
	font-size: 100%;
	color: #FFFFFF;
	text-align: center;
}
th {
	color:#FFF4AD;
}
a:link,
a:visited {
	color:#F9D241;
	text-decoration: underline;
}
a:hover {
	color:#F9D241;
	text-decoration: none;
}

