@charset "utf-8";
/* CSS Document */

/* カレンダーのためのCSS */

.calendar600{
	width:600px;
	overflow:hidden;
	margin-left:10px;
}



#container #main div#content table.cal{
	float:left;
	margin:10px 5px 5px 4px;
	border-collapse:collapse;
	border:1px solid #666;
}

#container #main div#content table.cal caption{
	font-size:80%;
	font-weight:bold;
}
	
#container #main div#content table.cal th,
#container #main div#content table.cal td{
	font-size:9pt;
	border:1px solid #666;
	padding:2px 2px 2px 3px;
}

#container #main div#content table.cal th{
	background-color:#DCDCDC;
}

#container #main div#content table.cal td{
	text-align:center;
}

#container #main div#content table.cal th.sun,
#container #main div#content table.cal th.hol,
#container #main div#content table.cal td.sun,
#container #main div#content table.cal td.hol{color:#F00;}

#container #main div#content table.cal th.sat{color:#00F;}

#container #main div#content table.cal td.bk-yel{background-color:#FF0;}


