/* CSS Document */


/* イベントTOP用 */





#event_calender_main .module-header {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #6E7E38;
	position: relative;
	margin-bottom: 0;
	line-height: 1.2;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#event_calender_main .module-header a {
	font-size: 12px;
	position: absolute;
}

#event_calender_main .module-header a#past_month {
	top: 12px;
	left: 0px;
}

#event_calender_main .module-header a#next_month {
	top: 12px;
	right: 0px;
}


#calendar table {
	height: 300px;
	margin-top: 5px;
}

#calendar th {
	background: #C3C1BF;
	font-weight: bold;
	font-style: normal;
	text-indent: 5px;
	color: #FFFFFF;
}

#calendar th.sunday {
	background: #D4746A;
}

#calendar th.saturday {
	background: #7DB8A4;
}


#calendar td {
	border: solid 1px #CCCCCC;
	vertical-align: top;
	line-height: 1.5;
	width: 89px;
	height: 160px;
	overflow: hidden;
}


#calendar td span {
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	height: 155px;
	width: 84px;
	letter-spacing: -0.1px;
	text-align: justify;
	position: relative;
}



#calendar td span.cal_entrytitle {
	line-height: 1.2;
	background: #ecf5e4 url(../images/pages/event/event_mark_big.gif) 30px 30px no-repeat;
	background: #FFFBE3;
}

#calendar td span.cal_entrytitle strong.event_cat_date {
	line-height: 1.9;
}

#calendar td span.cal_entrytitle strong.event_cat_titletext {
	font-weight: normal;
}


#calendar td span.cal_entrytitle a {
	display: block;
	height: 36px;
	padding-right: 5px;
	padding-left: 24px;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: 10px;
	padding-top: 3px;
}

#calendar td span.cal_entrytitle a.kengaku {
	background: url(../images/pages/event/icon_kengaku.gif) 1px 0px no-repeat;
}

#calendar td span.cal_entrytitle a.event {
	background: url(../images/pages/event/icon_event.gif) 1px 0px no-repeat;
}




