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

#cal_table {
	border: 1px solid #666;
}
#cal_table tr  th{
	font-size: 12px;
	color: #333;
	text-align: center;
	background-color: #CCF;
	border: 1px solid #666;
	height: 15px;
	width: 88px;
}
#cal_table tr td {
	font-size: 12px;
	text-align: center;
	color: #333;
	border: 1px solid #666;
	height: 60px;
	width: 88px;
}
