

/* ============±κΜβΑΠ±ν============== */

ul.pagelist{
margin:0px;
padding:0px;
}

li.pagelist {
margin:0;
padding:0px 0px;
width:90px;
list-style-type: none;
color:#505050;
float:left;

}

a.pagelist:link,a.pagelist:visited,a.pagelist:active{
	display:block;
	text-align:center;
	color:#505050;
	text-decoration: none;
	font-size:16px;
	line-height:40px;
   	font-weight: bold;
}

a.pagelist:hover{
color:#fff;
background-color:#3c1e52;
}

