@CHARSET "UTF-8";

.area_category li {
	display: block;
	list-style-type: none;
	margin-bottom: 16px;
}
.area_category li a {
	font-size: 11px;
	font-weight: bold;
	color: #F5974D;
	text-decoration: none;
    background-repeat: no-repeat;
    background-position: left;
   /* display: block;*/
    margin-bottom: 4px;
}
.area_category li a:hover {
	color: #005689;
}
