@charset "UTF-8";

#pagingArea {
	width:	400spx;
}

/* 下部ページング部分 */
/* ボタン画像指定 */

/* ページ移動ボタン画像指定 */
/* トップページに戻るボタン */
#firstPageBtn {
	width:		26px;
	height:		15px;
	list-style-type:none;
	background:	#FFEEE3;
}

#firstPageBtn li {
	float		:left;
	width		:26px;
}

#firstPageBtn li a {
	display		:block;
	overflow	:hidden;
	width		:100%;
	height		: 0 !important;
	height /**/	:15px;
	padding-top	:15px;
	background-image:url(../../../img/firstpage_btn.gif);
	color		:#FFFFFF;
}
	
/*  NAVI背景画像の位置 ------------------------*/
	
	/* 通常 */
	#firstPageBtn01 a { background-position:   0px  0px; }

	/* オンマウス */
	#firstPageBtn01 a:hover { background-position:   0px  -15px; }


/* 前ページに戻るボタン */
#backPageBtn {
	width:		26px;
	height:		15px;
	list-style-type:none;
	background:	#FFEEE3;
}

#backPageBtn li {
	float		:left;
	width		:26px;
}

#backPageBtn li a {
	display		:block;
	overflow	:hidden;
	width		:100%;
	height		: 0 !important;
	height /**/	:15px;
	padding-top	:15px;
	color		:#FFFFFF;
	background-image:url(../../../img/backpage_btn.gif);
}
	
/*  NAVI背景画像の位置 ------------------------*/
	
	/* 通常 */
	#backPageBtn01 a { background-position:   0px  0px; }

	/* オンマウス */
	#backPageBtn01 a:hover { background-position:   0px  -15px; }


/* 次ページに進むボタン */
#nextPageBtn {
	width		:26px;
	height		:15px;
	list-style-type:none;
	background	:#FFEEE3;
	overflow	:visible;
	visibility	:inherit;
	z-index		:1000;
}

#nextPageBtn li {
	float		:left;
	width		:26px;
}

#nextPageBtn li a {
	display		:block;
	overflow	:hidden;
	width		:100%;
	height		: 0 !important;
	height /**/	:15px;
	padding-top	:15px;
	color		:#FFFFFF;
	background-image:url(../../../img/nextpage_btn.gif);
}
	
/*  NAVI背景画像の位置 ------------------------*/
	
	/* 通常 */
	#nextPageBtn01 a { background-position:   0px  0px; }

	/* オンマウス */
	#nextPageBtn01 a:hover { background-position:   0px  -15px; }
/* 次ページに進むボタン */


/* 最終ページに進むボタン */
#lastPageBtn {
	width		:26px;
	height		:15px;
	list-style-type:none;
	background	:#FFEEE3;
	overflow	:visible;
	visibility	:inherit;
	z-index		:1000;
}

#lastPageBtn li {
	float		:left;
	width		:26px;
}

#lastPageBtn li a {
	display		:block;
	overflow	:hidden;
	width		:100%;
	height		: 0 !important;
	height /**/	:15px;
	padding-top	:15px;
	color		:#FFFFFF;
	background-image:url(../../../img/lastpage_btn.gif);
}

#lastPageBtn01 {
	width:		26px;
	height:		15px;
	list-style-type:none;
	background:	#FFEEE3;
}

/*  NAVI背景画像の位置 ------------------------*/
	
	/* 通常 */
	#lastPageBtn01 a { background-position:   0px  0px; }

	/* オンマウス */
	#lastPageBtn01 a:hover { background-position:   0px  -15px; }


/* ページングボタン指定終わり */


/* ページングボタン非アクティブ画像 */

#firstPageNoBtn {
	width		:26px;
	height		:15px;
	background-image:url(../../../img/firstpage_nobtn.gif);
}

#backPageNoBtn {
	width		:26px;
	height		:15px;
	background-image:url(../../../img/backpage_nobtn.gif);
	background-repeat: no-repeat;
}

#nextPageNoBtn {
	width		:26px;
	height		:15px;
	background-image:url(../../../img/nextpage_nobtn.gif);
}

#lastPageNoBtn {
	width		:26px;
	height		:15px;
	background-image:url(../../../img/lastpage_nobtn.gif);
}


/* ページBOXの文字と枠線 */
.pageNumBox {
	width		:18px;
	height		:14px;
	float		:left;
	font-size	:12px;
	font-weight	:bold;
	text-align	:center;
	background-color:#FFFFFF;
	border		:solid 1px #A4A4A4;
	color		:#585555
}

.pageNumBoxActiv {
	width		:18px;
	height		:14px;
	background-color:#FFEFE4;
	float		:left;
	font-size	:12px;
	font-weight	:bold;
	text-align	:center;
	background-color:#FFEFE4;
	border		:solid 1px #FF6500;
	color		:#FF6500;
}



/* ページング指定終了 */

