@charset "utf-8";
/* 分頁 */

/*--------------------------------------------------------- Page 分頁 */
.page {
	clear: both;
	margin: 8px auto 8px;
	padding: 0;
	overflow: hidden;
	text-align:center;
	font-size:0.92em;
	line-height: 110%;
}
.page li a img {
	border: none;
	width: 19px;
	height: 19px;
	vertical-align: middle;
}
.page ul {
	display: inline;
	list-style: none;
	line-height: 150%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing:0;
}
.page li {
	margin: 0 2px;
	padding: 0;
	display: inline;
	vertical-align: middle;
	border:1px solid #fff;
}
.page li a {
	text-decoration: none;
}
.page li:hover {
	border:1px solid #1e89d8;
	
}
/*現在所在頁*/
.page li.here { 
	font-weight: bold;
	color: #000;
	border:1px solid #666;
}
.page li.here a { /*現在所在頁*/
	color: #000;
}

.page em {
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing:0;
	margin:0 3px;
	color: #000;
}


/*上一頁 ，下一頁 */
.page a.prev {
	background: url(../images/page_prev.gif) no-repeat left top;
	padding: 2px 0 3px 20px;
	margin:0 7px;
	color: #039;
	line-height: 1.8em;
}
.page a.next {
	background: url(../images/page_next.gif) no-repeat right top;
	padding: 2px 20px 3px 0;
	margin:0 7px;
	color: #039;
	line-height: 1.8em;
}
.page a.prev:hover ,
.page a.next:hover {
	color:#ff7022;
}


/*
.page li.previous a,
.page li.next a,
.page li.preFast a,
.page li.nextFast a {
	padding: 0;
}
.page a:hover {
	text-decoration: none;
	color:#CC3300;
}

.page .previous a img {
	background: url(../images/page_prev.gif) no-repeat 0 0;
}
.page .next a img {
	background: url(../images/page_next.gif) no-repeat 0 0;
}
.page .preFast a img {
	background: url(../images/page_prevFast.gif) no-repeat 0 0;
}
.page .nextFast a img {
	background: url(../images/page_nextFast.gif) no-repeat 0 0;
}

.page .previous a:hover img {
	background: url(../images/page_prev_hover.gif) no-repeat 0 0;
}
.page .next a:hover img {
	background: url(../images/page_next_hover.gif) no-repeat 0 0;
}
.page .preFast a:hover img {
	background: url(../images/page_prevFast_hover.gif) no-repeat 0 0;
}
.page .nextFast a:hover img {
	background: url(../images/page_nextFast_hover.gif) no-repeat 0 0;
}
*/




.page select {
	vertical-align: middle;
	font-size:1em;
	font-family: Verdana, Geneva, sans-serif;
}