
#calTable {
	border-collapse: collapse;
}

#calTable td,
#calTable th {
	width: 14px;
	height: 9px;
	text-align: center;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	color: #666666;
	border: 1px solid #eeeeee;
	margin: 0px;
	padding: 0px;
}

#calTable th {
	height: 8px;
	background-color: #eeeeee;
	text-align: center;
	font-weight: normal;
	border: 1px solid #e0e0e0;
}

#calTable td#mon {
	width: 195px;
	height: 14px;
	font-size: 9px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
}

#calTable td.sat {
	background-color: #f0f6ff;
	color: #4b86de;
}

#calTable td.sun {
	background-color: #fff0f0;
	color: #d63838;
}

#calTable td.today {
	background-color: #ffff00;
	font-weight: bold;
	color: #000000;
}

#calTable td#webJozu {
	width: 150px;
	height: 12px;
	text-align: right;
	padding-right:5px;
}
