@CHARSET "UTF-8";
/**
 * /www/css/paginator.css
 *
 * @category   Car ITPack
 * @package    css
 * @author     $Author: d-watanabe $
 * @since      $Date: 2009-07-29 10:42:01 +0900 (水, 29  7月 2009) $
 * @version    $Rev: 297 $
 * @copyright  Copyright (c) 2002-2008 AIC Corporation All Rights Reserved.
 *             http://www.aic-co.jp
 *
 */

/*
 * ページ捲り
 */
div.paginator {
	border: 1px solid #e1e1e1;
	margin: 0.5em 0em;
	padding: 0.5em 1em;
}

div.paginator ul {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
div.paginator ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

div.paginator ul.paginate li.nombre {
	padding: 0 10px;
	border-left: 1px solid #000000;
}
div.paginator ul.paginate li.nombre:first-child {
	border-left: none;
}
div.paginator ul.paginate li.current {
	font-weight: bold;
}

/*
 * IE6 quotes 未サポート...
 */
/*
div.paginator ul.chapter {
	quotes: "［" "］";
}
div.paginator ul.chapter:before {
	content: open-quote;
}
div.paginator ul.chapter:after {
	content: close-quote;
}
div.paginator ul.chapter li {
	margin: 0px;
	padding: 0 1px;
}

div.paginator ul.chapter li.last:before {
	display: marker;
	content: "～"
}
div.paginator ul.chapter li.total:before {
	display: marker;
	content: "／"
}
*/
