@charset "utf-8";


<!--
table.calendar {
	table-layout: fixed;
	width:100%;
	height: 100%;
	padding: 0;
	margin: 0px;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	}
table.calendar tr.headline td{
	font-size: 10px;
	width: 15%;
	height: 28px;
}
table.calendar th {
	width: 26px;
	height: 28px;
	text-align: left;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #777777;
}
table.calendar th span {
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	cursor: pointer;
	float: right;
}
table.calendar td {
	width: 15%;
	height: 28px;
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	line-height: normal;
	font-size: 10px;
	color: #333333;
}

table.calendar td.click {
	cursor: pointer;
	background-color: #FFFFFF;
}
table.calendar td.Today {
	font-weight: bolder;
	color: #009900;
	font-size: 12px;
}
table.calendar td.Sat {
	color: #ff0000;
	background-color: #f1e8e0;
}
table.calendar td.Sun {
	color: #FF0000;
	background-color: #f1e8e0;
}
table.calendar td.holyday {
	color: #FF0000;
	background-color: #f1e8e0;
}
table.calendar td.xday {
	font-weight: bolder;
	color: #00aeef;
	font-size: 14px;
}
table.calendar td.birthday {
	font-weight: bolder;
	color: #d40043;
	font-size: 14px;
}

//-->

