.qustion {
	margin: 0px;
	font-size: 80%;
	padding: 2px 0px 10px 22px;
	background-image: url(../data/img/faq/question.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.answer {
	margin-left: 25px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 150%;
	font-size: 80%;
	background-image: url(../data/img/faq/answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
	padding-left: 22px;
}
.QA {
	padding: 0px 0px 10px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 100%;
}
.schedule-box {
	margin: 0px 80px;
	padding: 0px;
	border: 1px solid #aaaaaa;
}
.schedule-box p {
	font-size: 90%;
	background-color: #E2F9FF;
	padding: 5px 10px;
	margin: 1px;
	display: block;
	background-image: url(../data/img/schedule/schedule_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.schedule-box p.pickup {
	background-color: #FFBF00;
	background-image: url(../data/img/schedule/schedule_bg_pickup.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.large-arrow {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.schedule-box p .date {
	font-weight: bold;
	color: #009EDD;
}
#schedule {
	width: 100%;
}
h4.data {
	color: #008EDA;
	margin: 0px 0px 10px;
	font-size: 100%;
}

