ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.pointList {
	line-height: 1.5em;
	list-style-type: disc;
	color: #333333;
	padding-left: 20px;
	padding-bottom: 10px;
}
.carList li {
	display: block;
	width: 150px;
}
.carList a {
	display: block;
	width: 147px;
	border: 1px solid #999999;
}
.carList a:hover {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#sideMenu {
	float: left;
	width: 180px;
}
#sideMenu li {
	display: inline;
}
#sideMenu a {
	width: 180px;
	display: block;
}
#main {
	width: 910px;
	padding-left: 20px;
	padding-top: 20px;
}
#mainImg {
	padding-bottom: 25px;
}
#mainContents {
	float: left;
	width: 450px;
	padding-left: 20px;
}
#mainContents h2 {
	padding-bottom: 10px;
}
#wheelchairSeries {
	padding-bottom: 20px;
}
#wheelchairSeriesList li {
	display: inline;
}
#wheelchairSeriesList a {
	display: block;
	width: 147px;
	float: left;
	margin-right: 1px;
}
#movieList {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 15px;
	padding-top: 10px;
}

#movieList h3 {
	float: left;
	display: block;
	width: 112px;
	margin-top: 3px;
}
#movieList ul {
	float: right;
	width: 310px;
}
#movieList li {
	display: inline;
}
#movieList a {
	display: block;
	width: 150px;
	margin-left: 5px;
	float: left;
}
#liftSeries {
	width: 450px;
	padding-bottom: 20px;
}
#liftPoint {
	float: right;
	width: 290px;
}
#turnSeries {
	width: 450px;
	padding-bottom: 20px;
}
#turnPoint {
	float: right;
	width: 290px;
}
#subContents {
	float: right;
	width: 240px;
}
#news h2 {
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#newsArea {
	height: 180px;
	overflow: auto;
}
#newsArea dl {
	margin-top: 10px;
}
#newsArea dt {
	display: block;
}
#newsArea dd {
	display: block;
	margin-top: 2px;
}
#bannerArea {
	margin-top: 10px;
}
#bannerArea li {
	display: inline;
}
#bannerArea a {
	margin-bottom: 10px;
	display: block;
}

