body {
	background-color: transparent;
}
#box_left {
	float: left;
	width: 100%;
	font-size: 10px;
	line-height: 16px;
}
#box_left ul {
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#box_left ul li {
	color: #149EB9;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9A9A9;
	margin-bottom: 7px;
	padding-bottom: 8px;
}
#box_left ul li a {
	color: #149EB9;
}
#box_left ul li a:hover {
	color: #FC6103;
}
