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

.item {
	padding-bottom: 30px;
}

.description {
	padding-bottom: 20px;
	text-align:center;
}

.item li {
	padding-bottom: 8px;
}

.item #time {
	padding-top: 7px;
}

table.time,
.time th,
.time td {
	border: 1px solid #E9E9E9;
}

table.time {
	width: 400px;
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 120%;
}

.time tr {
	height: 33px;
}

.time tr#tableTop {
	background-color: #FFA0B0;
	color: #FFFFFF;
}

.time th {
	width: 120px;
}

.time td {
	width: 40px;
	text-align: center;
}

#map .left {
	width: 450px;
}

#map dl {
	padding-bottom: 5px;
}

#map dt {
	padding-bottom: 5px;
}

#map dd {
	padding-bottom: 10px;
	line-height: 1.5em;
}

#map #banner {
	width: 190px;
}

#map #banner #mapfan {
	color: #FF2B50;
	text-decoration: underline;
	line-height: 1.5em;
}

#map #banner #mapfan a {
	color: #FF2B50;
}



