
/*カレンダー*/

.month {
	width:180;
	text-align:center;
	color:#001123;
	margin: 0px 0px 3px 0px;
	font-weight: bold;
	font-size: 90%;
}

td.day {
	font-size: 70%;
	color:#0F85D1;
	background-color:#ffffff;
	width:23px;
	margin:0px;
	padding:4px 0px 0px 0px;
	border-bottom:solid 3px #0F85D1;
	text-align:center;
	font-weight: 600;
}

td.open {
	font-size: 80%;
	color:#111133;
	background-color:#eeeeee;
	width:26px;
	margin:0px;
	padding:3px 0px;
	text-align:center;
	font-weight: 600;
}

td.close {
	font-size: 80%;
	color:#bb0000;
	background-color:#ffdddd;
	width:26px;
	margin:0px;
	padding:3px 0px;
	text-align:center;
	font-weight: 600;
}
td.hanrei {
	font-size: 80%;
	color:#000000;
	background-color:#ffffff;
	margin:0px;
	padding-left:6px;
	text-align:left;
	font-weight:600;
}





td#blue {
	font-size: 80%;
	color:#eeeeee;
	background-color:#2277bb;
	padding:3px;
	text-align:center;
	font-weight: 600;
}

td#white {
	font-size: 80%;
	color:#222244;
	background-color:#faffff;
	padding:3px 3px 0px 3px;
	border-bottom:solid 1px #226699;
	text-align:center;
	font-weight: 600;
}



body {
	background-color:#ffffff;
	font-size:16px;
}

table {
	font-size:16px;
	border-collapse: collapse;
	border-spacing: 0;
}
html {
    overflow-y:scroll;
    }