@charset "utf-8";
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.new {
	background-color: #FF0000;
	color: #FFFFFF;
}

#footer tr td {
	font-size: 10px;
	color: #999999;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer .black {
	color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
}
