A:link{
	color: #AB9D00;
	text-decoration: underline;
}
A:visited{
	color: #AB9D00;
	text-decoration: underline;
}
A:active{
	color: #AB9D00;
	text-decoration: none;
}
A:hover{
	color: #AB9D00;
	text-decoration: none;
}

body{
	color: #000;
	background: #fff;
}

#page{
	background: url(../images/bg_03.jpg) top center repeat-y;
}

#sub{
	margin: 0 auto;
	padding: 16px 0 32px 0;
	width: 950px;
}
#sub .backtop{
	margin: 0 16px;
	width: 137px;
	height: 16px;
}
#sub .backtop a{
	width: 137px;
	height: 16px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	/*\*/
	overflow: hidden;
	/**/
	background: url(../images/top2_90.png) no-repeat;
	text-indent: -9999px;
}

#foot .rights{
	background: #000;
	padding: 16px;

	font-size: 1.2em;
	text-align: center;
	color: #fff;
}
#foot .rights a{
	color: #AB9D00;
}