/* ---------------------------------------------------
airport.html
--------------------------------------------------- */
#airport{
	margin: 0;
	padding: 0 10px;
}

#airport a:link {
	color: #0000ff;
	text-decoration: underline;
}

#airport a:visited {
	color: #0000ff;
	text-decoration: underline;
}

#airport a:hover {
	color: #bb0000;
	text-decoration: none;
}

/* ---------------------------------------------------
class
--------------------------------------------------- */
.bottom{
	vertical-align: top;
}

.bgc-area{
	background-color: #f0ffff;
}

.course{
	text-align: center;
	line-height: 150%;
}

.fs110{
	font-size: 110%;
}

.fs70{
	font-size: 70%;
}

.notes{
	margin-top: 15px;
	font-size: 80%;
}

.return{
	text-align: right;
	padding: 5px 25px 0 0;
}

/* ---------------------------------------------------
contents
--------------------------------------------------- */
#detail_top{
	width: 735px;
	height: 40px;
	padding-top: 20px;
}

#detail_middle{
	width: 735px;
	padding: 20px 0 10px 0;
	background-image: url(/customer/static/img/airport/middle.gif);
	background-repeat: repeat-y;
}

#detail_middle p{
	padding: 0 0 15px 15px;
	line-height: 140%;
}

#list{
	width: 730px;
	margin: 0 0 5px 17px;
}

#list table{
	width: 700px;
	margin: 5px 0 10px 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	border-spacing: 0px;
}

#list table th{
	border: 1px solid #cccccc;
	color: #191970;
	background-color: #fdf5e6;
	text-align: center;
	padding: 2px;
}

#list table td{
	border: 1px solid #cccccc;
	padding: 5px;
	line-height: 150%;
}

