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