@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------*/
.page {
	line-height: 170%;
	margin:5px 0 10px 5px;
	padding:0px 0 0 0;
	color: #333333;
	position: relative;
	z-index:95;
	clear:both;
}
.cp .page {
	line-height: 100%;
	margin:10px auto 15px;
	padding:5px 0 0 0;
	color: #333333;
	position: relative;
	z-index:95;
	clear:both;
	width:280px;
	
}
.page em {
	color: #e5004f;
	font-style: normal;
	margin:0 3px;
}
.page .prev {
	background-image: url(../images/page_prev.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
 *background-position: 0 5px;
	padding:7px 0 0 20px;
}
.page .next {
	background-image: url(../images/page_next.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
 *background-position: right 5px;
	padding:7px 20px 0 0 ;
}
.page .selectPage {
	display:inline;
}

.page ul {
	margin: 0px;
	padding: 0px;
}
.page li {
	display: inline;
	margin:0 3px 0 0;
}
.page li a {
	color: #333;
	text-decoration: none;
	text-align: center;
	background-color: #EBEBEB;
	padding:2px 4px;
	
}
.page li a:hover {
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFFFCC;
}
.page li.here {
	display: inline;
	margin: 0 5px 0 0;
	padding:2px 4px 2px 4px;
	background-color: #CC3300;
	text-align: center;
	color: #FFFFFF;
}
.page li.prevten {
}
.page li.prevten img {
	width: 49px;
	height: 20px;
	*height: 19px;
	vertical-align: middle;
}
.page li.prevten a {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 1px 0 3px 0;
	background-image: url(../images/prevnext.gif);
	background-repeat: no-repeat;
	
}
.page li.prevten a:hover {
	background-color: #FFFFFF;
}
.page li.first {
}
.page li.first img {
	width: 20px;
	height: 19px;
	vertical-align: middle;
}
.page li.first a {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 1px 0 3px 0;
	background-image: url(../images/first.gif);
	background-repeat: no-repeat;
}
.page li.first a:hover {
	background-color: #FFFFFF;
}
.page li.prev {
	background-image: none;
	padding: 0px;
}
.page li.prev img {
	width: 20px;
	height: 19px;
	
	vertical-align: middle;
}
.page li.prev a {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 1px 0 3px 0;
	background-image: url(../images/prev.gif);
	background-repeat: no-repeat;
}
.page li.prev a:hover {
	background-color: #FFFFFF;
}
.page li.next {
	background-image: none;
	padding: 0px;
}
.page li.next img {
	width: 20px;
	height: 19px;
	vertical-align: middle;
}
.page li.next a {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 1px 0 3px 0;
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
}
.page li.next a:hover {
	background-color: #FFFFFF;
}
.page li.nextten {
}
.page li.nextten img {
	width: 49px;
	height: 19px;
	vertical-align: middle;
}
.page li.nextten a {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 1px 0 3px 0;
	background-image: url(../images/nextten.gif);
	background-repeat: no-repeat;
}
.page li.nextten a:hover {
	background-color: #FFFFFF;
}
.page li.last {
}
.page li.last img {
	width: 20px;
	height: 19px;
	vertical-align: middle;
}
.page li.last a {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 1px 0 3px 0;
	background-image: url(../images/last.gif);
	background-repeat: no-repeat;
}
.page li.last a:hover {
	background-color: #FFFFFF;
}
.page .rss {
	position: absolute;
	top: 30px;
 *top: 37px;
	right:0px;
	_right:20px;
}
.page .btn {
	padding:3px 5px 3px;
	height:23px;
}
.condition {
	float:right;
	margin:-30px 20px 0 0;
	background-image: url(../images/icon03.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-position: 0px 0px\9;
	*background-position: 0px 4px;
	_background-position: 0px 0px;
	padding:0 0 0 20px;
	position: relative;
	z-index:96;
}
