@charset "UTF-8";
.index {
	height: 486px;
	width: 657px;
	position: absolute;
	right: 200px;
	bottom: 0px;
	background-image: url(images/bg_index.png);
	background-repeat: no-repeat;
}
.index_content {
	height: 195px;
	width: 283px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.margin_right {
	margin-right: 50px;
	width: 69px;
	float: left;
}
.copyright {
	position: absolute;
	left: 20px;
	bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.copyright a:link {
	color: #999999;
	text-decoration: none;
}
.copyright a:visited {
	color: #333333;
	text-decoration: none;
}
.copyright a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.copyright a:active {
	color: #999999;
	text-decoration: none;
}


