table.calendar {
	border: solid 1px #979797;
	padding: 0;
	margin: 4px;
	border-collapse:collapse;  
	border-spacing:0;  
}
table.calendar tr.headline td{
	border-right: solid 1px #979797;
	border-bottom: solid 1px #979797;
	font-size: 13px;
	background-color: #F5F5DC;
	color: #333333;
}
table.calendar th {
	border-right: solid 1px #979797;
	border-bottom: solid 1px #979797;
	text-align: center;
	font-family: Verdana, Arial, sans-serif,"‚l‚r ‚oƒSƒVƒbƒN",osaka;
	font-size: 13px;
	color: #333333;
	width: 22px;
	height: 22px;
	background-color: #d7d7d7;
}
table.calendar th span {
	font-family: Verdana, Arial, sans-serif,"‚l‚r ‚oƒSƒVƒbƒN",osaka;
/*	cursor: pointer;
	float: center; */
}
table.calendar td {
	border-right: solid 1px #979797;
	border-bottom: solid 1px #979797;
	text-align: center;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	font-family: Verdana, Arial, sans-serif,"‚l‚r ‚oƒSƒVƒbƒN",osaka;
	line-height:15px;
	font-size: 13px;
	color: #333333;
}
table.calendar td.click {
/*	cursor: pointer; */
	background-color: #FFFFFF;
}
/*table.calendar td.Today {
	font-weight: bolder;
	color: #990000;
} */
table.calendar td.Sat {
	color: #000000;
	background-color: #ffd0cf;
}
table.calendar td.Sun {
	color: #000000;
	background-color: #ffd0cf;
}
table.calendar td.holiday {
	color: #000000;
	background-color: #ffd0cf;
}
table.calendar td.xday {
	font-weight: bolder;
	color: #009999;
}
table.calendar td.birthday {
	font-weight: bolder;
	color: #990000;
}
