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


#calenar_box {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#calendar_content {
	float: right;
	width: 480px;
	position: relative;
}
.cl_title  h4 {
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F0024;
	font-size: 12px;
	line-height: 120%;
}
.cl_container {
	float: left;
	position: relative;
	width: 480px;
}

.cl_date {
	float: left;
	width: 480px;
	font-style: italic;
	clear: left;
}
.cl_content {
	float: left;
	clear: left;
	width: 480px;
}
