/* 頁次連結設定 */
a.page-on:link { color: #999; text-decoration: none; }
a.page-on:visited { color: #999; text-decoration: none; }
a.page-on:hover { color: #999; text-decoration: none; }

/* 頁次設定 */
.pager {
	margin: 0.7em 0px;
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-align: center;
	padding: 3px;
	letter-spacing: 2px;}
/* 該頁所在 */
.page-on {
	font-size: 18px;
	font-weight: bold;
	color: #999;}

