/* イベントガイド */
* html .eventttl {
	behavior: expression(IEPNGFIX.fix(this));
}

.eventttl {
	background-image: url(../event/images/ttl.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 373px;
}

.eventlist td {
	padding: 5px;
	font-size: 13px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: top;
}
.eventlist th {
	padding: 5px;
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	background-image: url(../images/list_bg.gif);
}
.eventbox {
	width: 305px;
	float: left;
	padding: 5px;
	border: 1px solid #ABCCDC;
}
.eventbox2 {
	width: 305px;
	float: left;
	padding: 5px;
	margin-left: 10px;
	border: 1px solid #C2E0DD;
}

.eventbox h6 , .eventbox2 h6{
	font-size: 1em;
	cursor: hand;
	border: 1px 1px 5px 1px;
	border-style: solid;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-decoration: underline;
}
.eventbox .spring , .eventbox2 .spring {
	border-color: #CC9999;
	background-color: #F5EBEB;
	color: #CC9999;
}
.eventbox .summer , .eventbox2 .summer {
	border-color: #3366CC;
	background-color: #DAE2F5;
	color: #3366CC;
}
.eventbox .autumn , .eventbox2 .autumn {
	border-color: #CC9933;
	background-color: #F5ECD8;
	color: #CC9933;
}
.eventbox .winter , .eventbox2 .winter {
	border-color: #999999;
	background-color: #E6E6E6;
	color: #999999;
}

/* 詳細画面 */
.event h5 {
	font-size: 18px;
	font-weight: bold;
	color: #990033;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990033;
}

.eventinfo img{
	padding-right: 10px;
}
.date {
	color: #666666;
	margin-bottom: 10px;

}
