@charset "utf-8";
#PageBar {
	width: 345px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-top: 50px;
	padding-bottom: 30px;
}
#PageBar ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#PageBar ul li {
	height: 29px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#PageBar ul li a {
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/pages.png);
}

.PButi {
	width: 64px;
	height: 27px;
}
#PButF {
	background-position: 0px 0px;
	text-indent: -9999px;
}
#PButF:hover {
	background-position: 1px 1px;
}

#PButP {
	background-position: 0px -50px;
	text-indent: -9999px;
}
#PButP:hover {
	background-position: 1px -49px;
}
#PButN {
	background-position: 0px -100px;
	text-indent: -9999px;
}
#PButN:hover {
	background-position: 1px -99px;
}
#PButL {
	background-position: 0px -150px;
	text-indent: -9999px;
}
#PButL:hover {
	background-position: 1px -149px;
}
.PBi {
	width: 29px;
	line-height: 29px;
	text-align: center;
}
.PBi a {
	background-position: 0px -250px;
	text-decoration: none;
	color: #313131;
	background-image: url(../images/pages.png);
	font-size: 13px;
}
.PBi a:hover {
	text-decoration: underline;
}
.PButG {
	color: #FFF;
	text-decoration: none;
	line-height: 29px;
	text-align: center;
	background-position: 0px -200px;
	background-image: url(../images/pages.png);
	background-repeat: no-repeat;
	font-size: 13px;
}
