@charset "utf-8";


/*
-----------------------------------------------------------------
    b_tyre
-----------------------------------------------------------------
*/
h3 {
	margin-bottom: 15px;
}
#topics {
	margin-bottom: 25px;
	margin-top:10px;
}
#topics dl {
	padding: 10px 0 10px 15px;
}
#topics dt {
	position: absolute;
}
#topics dd {
	margin-bottom: 3px;
	padding-left: 8em;
}
#line_up {
	margin-bottom: 20px;
}
#line_up li {
	float: left;
	margin: 10px 5px;
}

#truck_bus ul {
	height: 100%;
	padding: 10px 15px;
}
#truck_bus ul li {
	margin-left: 15px;
	margin-bottom: 20px;
}
#truck_bus ul li a {
	background: url(../img/icon_arrow_off.gif) no-repeat left 4px;
	padding-left: 10px;
	text-indent: -15px;
}
#truck_bus ul li a:hover {
	background: url(../img/icon_arrow_on.gif) no-repeat left 4px;
	padding-left: 10px;
	text-indent: -15px;
}


