@charset "utf-8";

.footer {
	width: 800px;
	
	overflow: hidden;
	margin: 0px auto;
}
.copyright {	
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	
	text-align: left;
}
.des_hos {
	width: 300px;
	float: right;
	margin-top: 10px;
	margin-right: 25px;
	
	text-align: right;
}
.des_hos a {
	color: #1F6187;
	text-decoration: none;
}
.des_hos a:hover {
	color: #144059;
}
