@charset "UTF-8";


/* 下部ページング部分 */

#pagingBox {
	text-align	:center;
}

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

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

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


/*  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;
	overflow	:visible;
	visibility	:inherit;
	z-index		:1000;
}

#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);
}
	
/*  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);
}

#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;
	margin-right:1px;
	float		:left;;
	font-size	:12px;
	font-weight	:bold;
	vertical-align:text-bottom;
}

.pageNumBoxActiv {
	width		:18px;
	height		:14px;
	margin-right:1px;
	background-color:#FFEFE4;
	float		:left;
	font-size	:12px;
	font-weight	:bold;
}

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





/* ページBOXの文字と枠線 */
.pageNumBox {
	width		:18px;
	height		:14px;
	margin-right:1px;
	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;
	margin-right:1px;
	background-color:#FFEFE4;
	float		:left;
	font-size	:12px;
	font-weight	:bold;
	text-align	:center;
	background-color:#ffffff;
	border		:solid 1px #FF6500;
	color		:#FF6500
}









