table.calendar {
	padding: 0;
	margin: 0px;
}
table.calendar tr.headline td{
	font-size: 12px;
}
table.calendar th {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CB0344;
}
table.calendar th span {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","Hiragino Kaku Gothic Pro W3","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Osaka";
	cursor: pointer;
	float: right;
}
table.calendar td {
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
	font-size: 12px;
	color: #333333;
}
table.calendar td.click {
	cursor: pointer;
	background-color: #FFFFFF;
	font-weight: bolder;
	color: #FF0066;
	font-size: 14px;
	text-decoration: underline;
}
table.calendar td.Today {
	font-weight: bolder;
	color: #0066FF;
	font-size: 12px;
}
table.calendar td.Sat {
	color: #000099;
	background-color: #FEFEFF;
}
table.calendar td.Sun {
	color: #FF0000;
	background-color: #FFFEFE;
}
table.calendar td.holyday {
	color: #FF0000;
}
table.calendar td.log {
	font-weight: bolder;
	color: #FF0066;
	font-size: 14px;
	text-decoration: underline;
}
table.calendar td.birthday {
	font-weight: bolder;
	color: #990000;
	font-size: 14px;
}
.click a:link {color: #FF0066; text-decoration: underline;}
.click a:visited {color: #FF0066; text-decoration: underline;}
.click a:hover {color: #FF0066; text-decoration: underline;font-weight: bolder;font-size: 15px;}
.click a:active {color: #FF0066; text-decoration: underline;}

.bf a:link {color: #FFFFFF; text-decoration: none;}
.bf a:visited {color: #FFFFFF; text-decoration: none;}
.bf a:hover {color: #FFFFFF; text-decoration: none;}
.bf a:active {color: #FFFFFF; text-decoration: none;}

#tbl {
	font-size: 11px;
}
#tbl span {
	margin:0px;
	display:block;
	font-size:1.1em;
	line-height: 15px;
}
