@charset "UTF-8";

/* *****************************************
/*+  common  +******************************
/***************************************** */



/* *****************************************
/*+  viewRelated  +*************************
/***************************************** */
.viewRelated {
	margin-top: 20px;
	padding-left: 7px;
	background: url(../../common/img/ico_arrow.gif) no-repeat 0 .5em;
	}



/* *****************************************
/*+  nextBackNavigation  +******************
/***************************************** */
.nextBackNavigation li a {
	width: 83px;
	}
.nextBackNavigation li.backButton a {
	background: url(../img/nxbc_btn_back.gif) no-repeat;
	}
.nextBackNavigation li.nextButton a {
	background: url(../img/nxbc_btn_next.gif) no-repeat;
	}
.nextBackNavigation li a:hover {
	background-position: 0 -18px;
	}
