@charset "utf-8";
#fla {
	text-align: center;
}
.clr {
	clear: both;
}
.infolist {
	float: left;
	width: 50%;
}
#information dt {
	background-color: #73C8D5;
}
#information   dt   strong {
	border: 2px solid #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 16px;
}
#information a {
	color: #336699;
	text-decoration: none;
	display: block;
	font-size: 15px;
	line-height: 1.5em;
	border: 2px solid #FFFFFF;
	padding-right: 1em;
	padding-left: 2em;
}
#information  li:hover a {
	background-color: #fdd9a3;
	font-weight: bolder;
	color: #ff9900;
	background-image: url(../images/wheel.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#information    li:hover  {

}
#information li {

}
#container {
	padding-right: 20%;
	padding-left: 20%;

}
#container2 {
	width: 700px;
	font-size: 21px;
}
.infolist dd {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D0D731;
}


#menuindex {
	position: relative;
}
#iconbike {
	position: absolute;
	bottom: -10px;
	left: 75%;
}
#menuindex li {
	float: left;
	width: 20%;
	text-align: center;
	background-color: rgb(208,215,56);
}
#menuindex li a {
	border: 2px solid #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
#menuindex li a:hover {
	color: #003300;
}
