#rec_bot {
	clear: both;
	text-align: center;
	font-size: 0.9em;
}

#rec_bot ul {
	list-style: none;
	display: inline;
	float: left;
}

#rec_bot li {
	display: block;
	float: left;
	width: 280px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
}

#right {
	margin-right: 8px;
	font-size: 15px;
}

#rec {
	margin-left: 3px;
	margin-right: 3px;
	background: #eef6fb;
	border: 1px solid #7d8b96;
}

#menu {
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#menu_it {
	font-size: 20px;
	color: #465052;
}

#menu_it a:hover {
	color: #465052;
	text-decoration: underline;
}

span {
	margin-left: 8px;
	color: #465052;
	font-size: 20px;
}

#anc ul {
	font-size: 16px;
	list-style: square;
	color: #005869;
}

ul {
	padding: 0 0 15px 10px;
	color: #000;
	list-style: none;
	font-size: 13px;
	line-height: 13px;
}

ul li {
	margin-bottom: 8px;
}

a{
	text-decoration: none;
	color: #005869;
}

a:hover{
	text-decoration: underline;
	color: #005869;
}


