@charset "utf-8";
/* 分頁 */

/*--------------------------------------------------------- Page 分頁 */
.page {
	clear: both;
	margin: 8px auto 8px;
	padding: 3px 0;
	overflow: hidden;
	font-size:0.92em;
	line-height: 180%;
	white-space:normal;
}
.page li a img {
	border: none;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	*padding-bottom: 10px;
	*vertical-align:top;
}
.page ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing:0;
	white-space:nowrap;
}
.page span {
	white-space:nowrap;
}
.page li {
	margin: 0 1px;
	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;
}

/*條件查詢*/
.condition {
	display:inline;
	float:right;
	*display:inline-block;
	*width: 5em;
	margin-left: 1em;
	padding-left: 15px;
	background:url(../images/condition_bg.gif) no-repeat 0 3px;
}
.condition a {
	color:#24619b;
}

.page li.prev,
.page li.next,
.page li.first,
.page li.last,
.page li.prevten,
.page li.nextten {
	border:none;
	margin:0;
}
.page a:hover {
	text-decoration: none;
	color:#CC3300;
}

.page .prev 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 .prevten a img {
	background: url(../images/page_prev2.gif) no-repeat 0 0;
}
.page .nextten a img {
	background: url(../images/page_next2.gif) no-repeat 0 0;
}
.page .first a img {
	background: url(../images/page_first.gif) no-repeat 0 0;
}
.page .last a img {
	background: url(../images/page_last.gif) no-repeat 0 0;
}



.page select {
	vertical-align: middle;
	font-size:1em;
	font-family: Verdana, Geneva, sans-serif;
}