@charset "utf-8";

#wrapper {
	background-image: url(../images/header_pic01.jpg);
	background-repeat: no-repeat;
}#lead {
	clear: both;
	background-image: url(../event/images/index_lead_bkg.png);
	background-repeat: no-repeat;
	padding-top: 30px;
}
.event_wrap {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#main .event_wrap01 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
}

#main .event_wrap01 .data {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #DEF1FA;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 20px;
}
.day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	float: left;
	width: 50px;
	height: 20px;
}
.distance {
	width: 20px;
	float: left;
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.mon {
	background-image: url(../event/images/mon.png);
	background-repeat: no-repeat;
	background-position: 20px 3px;
}

.tue {
	background-image: url(../event/images/tue.png);
	background-repeat: no-repeat;
	background-position: 20px 3px;
}

.thu {
	background-image: url(../event/images/thu.png);
	background-repeat: no-repeat;
	background-position: 20px 3px;
}
.fry {
	background-image: url(../event/images/fry.png);
	background-repeat: no-repeat;
	background-position: 20px 3px;
}
.sat {
	background-image: url(../event/images/sat.png);
	background-repeat: no-repeat;
	background-position: 20px 3px;
}
.sun {
	background-image: url(../event/images/sun.png);
	background-repeat: no-repeat;
	background-position: 20px 3px;
}
.event_summary h4 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 7px;
}
#main .event_summary p {
	font-size: 11px;
	line-height: 16px;
}
#main .event_wrap01 .event_summary {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F2FAFD;
}
#main h3 {
	margin-left: 5px;
}

