@charset "utf-8";
/* CSS Document */

.sp_FY {
	float: right;
}
.sp_FY a.page {
	text-align:center;
	margin-right: 3px;
	padding: 4px 9px;
	color: #999;
	height: 23px;
	line-height: 23px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	border:1px solid #ddd;
	color:#4c4c4c;
}
.sp_FY a.page_none{
	color:#CCC;
	}
.sp_FY a.page-cur {
	text-align:center;
	padding: 4px 8px;
	border: 1px solid #488fcd;
	background-color: #488fcd;
	color: #fff;
	margin-right: 3px;
	height: 23px;
	line-height: 23px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
