@charset "utf-8";
#footer {
	float: left;
	width: 1009px;
	clear: both;
	height: 100px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	margin-top: 20px;
}
.footer_left_text {
	float: left;
	color: #666666;
	margin-left: 40px;
	margin-top: 20px;
}

.footer_right_text {
	float: right;
	color: #666666;
	margin-right: 40px;
	margin-top: 20px;
}
.footer_right_text a {
	color: #666666;
	text-decoration: none;
}
.footer_right_text a:hover {
	color: #000000;
	text-decoration: underline;
}

