#tbl_l {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	margin-bottom: 4px;
	color: #151E89;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
}
#month_l {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	font-weight: normal;
}
#month_l td {
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	text-align: center;
	font-weight: normal;
	line-height: 14px;
}
.tbl_l_pad {
	padding: 5px 2px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#month_l td.week {
	background-color: #FAF8ED;
}

#month_l td.week_sun {
	background-color: #E1787A;
	color: #FFFFFF;
}
#month_l td.week_sat {
	background-color: #757BC1;
	color: #FFFFFF;
}
#month_l td.holiday {
	background-color: #F8EBEB;
	color: #CC0000;
}
