@charset "Shift_JIS";
/*------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------*/

/* 全体 --------------------------------- */
	div#footer {
		height: 100%;
		margin-top: 40px;
		background: url(/common/images/footer/footerBg.gif) repeat-x;
		}
	div#footerInner {
		position: relative;
		width: 950px;
		height: 100%;
		margin: 0 auto;
		padding: 20px 0;
		background: url(/common/images/footer/footerBg.gif) repeat-x;
		}
		
/* retPageTop | ページトップに戻る --------------------------------- */
	div#footer div.retPageTop {
		position: absolute;
		top: -28px;
		right: 0;
		}

/* link --------------------------------- */
	div#footer a {
		color: #29314e;
		}

/* copyright | 著作権表記 --------------------------------- */
	div#footer div#copyright {
		float: left;
		width: 300px;
		font-size: 0;
		line-height: 0;
		}

/* fNav | ナビゲーション --------------------------------- */
	div#footer div#fNav {
		float: right;
		width: 640px;
		text-align: right;
		}
	div#footer div#fNav li {
		display: inline;
		padding: 0 11px 0 9px;
		_padding: 0 7px 0 11px;
		border-right: solid 1px #cfd7e4;
		}
	div#footer div#fNav li.last {
		padding-right: 0;
		border-right: none;
		}

/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/