/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PageNavi 2.50									|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/

.wp-pagenavi {
	font: 1.5em Arial, Helvetica, sans-serif;
	padding: 31px 0px 0px 5px;
	margin: 15px 0px 0px;
	background: url(http://www.saisei-support.com/images/dt01.gif) repeat-x left top;
	clear: both;
}
.wp-pagenavi a {
	margin: 0px 10px 0px 0px;
}



.wp-pagenavi span.pages {
	margin: 0px 10px 0px 0px;
}
.wp-pagenavi span.current {
	font-weight: bold;
	margin: 0px 10px 0px 0px;
}