@charset "utf-8";
/* CSS Document */

.jToday {
	position:relative;
	width:40px;
	height:38px;
	background-image:url(../images/jTodayRed.png);
	overflow:hidden;
	text-align:center;
}
.jToday .year {
	display:none;
}
.jToday .month {
	font-weight:bold;
	color:#eeeeee;
	font-size:14px;
	line-height:14px;
}
.jToday .day {
	font-weight:bold;
	color:#444444;
	line-height:22px;
	font-size:22px;
}

