@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: this_dirctory_css.css
 * author		: takaaki koyama
 * style info	: このディレクトリ内用ページCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降ページ用共通CSS
----------------------------------------------------------- */
@import url("../../common/css/subpage.css");

/*	#contents
----------------------------------------------------*/
#contents {
	background: none;
}

/*	#header
----------------------------------------------------*/
#backNumber {
	text-align: center;
	margin: 0 auto;
}

#backNumber li {
	display: inline-block;
	background: url(../img/bg_bnavi_separate.gif) no-repeat right top;
	padding-right: 20px;
	margin-right: 10px;
	height: 46px;
}
*:first-child+html #backNumber li {
	display: inline;
    }
* html #backNumber li {
	display: inline;
    }

#backNumber li.last {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

/*	#contents
----------------------------------------------------*/
#contents {
	position: relative;
}

#contents .pageUp {
	position: relative;
	margin: 0;
	padding: 0 0 0 974px;
	top: 14px;
	display: inline-block;
}

