#calendar {
	margin-bottom: 20px;
}
#calendar a {
	color: #3E6417;
	text-decoration: none;
}
#calendar a:hover {
	color: #EE5126;
}
#calendar .type_word{ margin-bottom:10px; display:block}


#calendar .type_word a {
border: 1px solid #178059;
border-radius: 5px;
	background:#178059;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding:0px 5px;
}


#calendar .type_word a:hover,#calendar .type_word a:focus {
	background:#fff;
	color: #178059;
}


#calendar_title {
	font-weight: bold;	
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
#calendar_bg {
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 800px;
}

#calendar_bg li  {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-right: 44px;
}
#calendar_bg li a  {
	color: #3E6417;
	background: url(../images/icon04.jpg) no-repeat 10px 3px;
	padding-left:25px;

}
#calendar_bg li a:hover {
	color: #EE5126;
	text-decoration: none;
	font-weight: bold;
}
#calendar_wk {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#calendar_wk a {
	color: #000;
}
#calendar_wk a:hover {
	color: #3E6417;
	text-decoration: none;
	font-weight: bold;
}
.week {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 180%;
	font-weight: bold;
	color: #000;
	float: left;
	width: 98px;
	text-align: center;
	margin: 2px;
	border: 1px solid #EDF4E2;
	padding: 2px;
	background-color: #EDF4E2;
	letter-spacing: 1px;
}
.week2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 180%;
	font-weight: bold;
	color: #000;
	float: left;
	width: 98px;
	text-align: center;
	margin: 2px;
	border: 1px solid #FDE9E3;
	padding: 2px;
	background-color: #FDE9E3;
	letter-spacing: 1px;
}
.week3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 180%;
	font-weight: bold;
	color: #000;
	float: left;
	width: 98px;
	text-align: center;
	margin: 2px;
	border: 1px solid #D5F7E8;
	padding: 2px;
	background-color: #D5F7E8;
	letter-spacing: 1px;
}
.week4   {
	width: 100px;
	float: left;
	background-color: #EDF4E2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 150%;
	padding: 5px;
}

.week5 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #000;
	background-color: #EDF4E2;
	letter-spacing: 1px;
	line-height: 150%;
	width: 629px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.c_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	line-height: 150%;
	color: #666;
	float: left;
	width: 94px;
	border: 1px solid #F2F2F2;
	margin: 2px;
	padding: 4px;
	letter-spacing: 1px;
	height: 110px;
	background-color: #FFF;
}
.c_date2 {
	width: 100px;
	float: left;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 95%;
	line-height: 180%;
}

.c_date3 {
	width: 629px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: 1px;
	text-align: left;
	font-size: 95%;
	line-height: 180%;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.color_orange{
	color: #db2619;
}

.color_pink{
    color: #da1082;
}

