@charset "UTF-8"; 

body {
	margin: 0;
	padding: 0;
	font-family: "\ff2d\ff33\20\ff30\30b4\30b7\30c3\30af",sans-serif;
	background-image: url(../images/bg_calendar.gif);
	font-size: 12px;
	/*\*/
	_font-size: 75%;
	/**/
	color: #000000;
}

a:link{ color : #999999; text-decoration : none;}
a:visited{ color : #999999; text-decoration : none;}
a:hover{color : #999999; text-decoration : none;}
a:active{color : #999999; text-decoration : none;}


/* カレンダー */
#calendar {
	margin: 0;
	padding: 0;
}
#calendar caption {
	padding-bottom: 5px;
	text-align: center;
	color: #000000;
	font-size: 84%;
	background: none;
	letter-spacing: 0.2em;
}
#calendar table {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 180px;
	border-collapse: collapse;
}
#calendar th {
	width: 26px;
	text-align: center;
	padding: 0 0 3px 0;
	font-size: 75%;
	font-weight: normal;
}
#calendar td {
	text-align: center;
	vertical-align: middle;
	font-size: 84%;
	line-height:180%;
}
.today {
	width: 26px;
	display: block;
	text-align: center;
	border: 1px solid #444444;
	padding: 0;
}
.sunday,
.holiday,
.saturday,
.sun,
.mon,
.tue,
.wed,
.thu,
.fri,
.sat {
	color: #000000;
}

.bd a:link { color : #ffffff; text-decoration : none; display: block; text-align: center; background-color: #292730; border: 1px solid #EDEBE7;}
.bd a:visited { color : #ffffff; text-decoration : none; display: block; text-align: center; background-color: #292730; border: 1px solid #EDEBE7;}
.bd a:hover { color : #ffffff; text-decoration : none; display: block; text-align: center; background-color: #292730; border: 1px solid #EDEBE7;}
.bd a:active { color : #ffffff; text-decoration : none; display: block; text-align: center; background-color: #292730; border: 1px solid #EDEBE7;}