@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------page*/
.page {
	margin: 0px;
	color: #3d3d3d;
	clear: both;
	width: 100%;
	text-align:right;
	padding:2px 0 5px 0;
	font-size: 12px;
}
.page em{
	font-style: normal;
	color: #1768B9;
	margin:0 2px;
	font-weight: bold;
}
.page a{
	color: #006699;
	text-decoration: none;
	font-size:12px;
}
.page a:hover{
	color: #CC0000;
	text-decoration: underline;
}

.page ul {
	margin: 5px 0;
	padding: 0px;
	display:inline;
	text-align:center;
	
}
.page ul li {
	display: inline;
	margin-right: 0px;
	line-height: 25px;
	padding:0px;
	margin-left: -1px;
	background-image:none;
}
.page li a {
	color: #006699;
	text-decoration: none;
	text-align: center;
	padding: 0px 2px;
	text-decoration: underline;
}
.page li a:hover {
	color: #CC0000;
	
}
.page a.prev {
	background-image: url(../images/prev.gif);
	background-repeat: no-repeat;
	padding:3px 10px 5px 15px;
	text-decoration:none;
}
.page a.next {
	padding:3px 17px 5px 10px;
	background: url(../images/next.gif) no-repeat right 0px;
	text-decoration:none;
}
.page li.here {
	display: inline;
	padding: 0px 3px;
	background-color: #FFF;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	background-image:none;
}
.page .selectPage input{
	border:1px solid #999;
	color:#999;
	background: #fff;
}
.page .selectPage .btn{
	background: url(../images/btnCombg.gif) repeat-x 0px 0px;
	border: 1px solid #F1AE54;;
	color:#000;
}
.page .condition{
	display:inline;
	/*background: url(../images/icon_condition.gif) no-repeat 0px 0px;*/
	padding-left: 15px;
}
.page .rss{
	padding:5px 0 0 0; 
}
/*--------------------------------------page 第二組*/
.page li.first img, .page li.prev img , .page li.next img, .page li.last img {
	vertical-align: middle;
}


.page li.prevten img, .page li.nextten img{
	width: 45px;
	height: 16px;
	vertical-align: middle;
}

.page li.prev{
	/*background: url(../images/prev.gif) no-repeat;*/
	margin: 0px;
	padding:5px;
	list-style-type: none;
	list-style-image: none;
}
.page li.next{ /*background: url(../images/next.gif) no-repeat;*/margin: 0px; padding:5px;}

.page li.first a:hover, .page li.prev a:hover, .page li.next a:hover, .page li.last a:hover, .page li.prevten a:hover, .page li.nextten a:hover{
	border:none;
	text-decoration: underline;
	list-style-image: url(none);
}

.page li.first a {	
	/*background-image: url(../images/first.gif);*/
	background-repeat: no-repeat;	
	text-decoration: none;
}

.page li.prev a {
	/*background-image: url(../images/prev.gif);
	background-repeat: no-repeat;*/
	text-decoration: none;
}

.page li.next a {
/*	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
*/	text-decoration: none;
}
.page li.prevten a {
	background-image: url(../images/prevnext.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.page li.nextten a {
	/*background-image: url(../images/nextten.gif);*/
	background-repeat: no-repeat;
	text-decoration: none;
}
.page li.last a {
	/*background-image: url(../images/last.gif);*/
	background-repeat: no-repeat;
}
