
/* Календарь */
.cal_div {
	width: 175px;
}
.cal_today {
	background-color: #FFFFFF;
	font-weight: bold;
	width:25px;
	text-align: center;
	padding: 3px 0px 3px 0px;
}
.cal_weekend {
	 color: #B80100;
	 width:25px;
	 text-align: center;
	 padding: 3px 0px 3px 0px;
}
.cal_normal {
	 background-color: transparent;
	 width:25px;
	 text-align: center;
	 padding: 3px 0px 3px 0px;
}
.cal_empty {
	 background-color: transparent;
	 width:25px;
	 text-align: center;
}
.cal_monthname {
	 font-size: 12px;
	 font-weight : bold;
	 background-color: #ededed;
	 width:125px;
	 text-align:center;
 padding: 5px 0px 5px 0px;
}
.cal_navi {
	 font-weight : bold;
	 background-color: #ededed;
	 width:25px;
	 text-align: center;
}
.cal_dof {
	 font-size: 8px;
	 background-color:transparent;
	 width:25px;
	 text-align: center;
	 padding: 5px 0px 5px 0px;
}
a.cal_navi {
	text-decoration:none;
}
a.cal_navi:hover {
	text-decoration:none;
	color: #000000;
}