@charset "utf-8";
/**
 * 09-footer.css
 * Ricoh Co., Ltd.
 */
/* endArea */
	#endArea {
		clear: both;
		margin-top: 20px;
		border-top: 1px solid #dedede;
		padding-top: 14px;
		padding-bottom: 16px;
		background-color: #fafafa;
		zoom: 1;
	}
	* html #endArea { margin-top: 0; }
	*+html #endArea { margin-top: 0; }
	#endArea #endBox {
		margin-right: auto;
		margin-left: auto;
		width: 900px;
	}
	#endBox .endNavBox {
		float: left;
		margin-left: 15px;
		width: 210px!important;
		width: 206px;
	}
	#endBox .endNav li {
		margin-bottom: 4px;
	}
	#endBox h3 {
		margin-bottom: 2px;
		background-image: none;
	}

/* gFooterArea */
	#gFooterArea 
	{
		font-size:11px;
		font-weight:bold;
		clear: both;
		margin-top: 20px;
		padding: 15px 10px 14px;
		min-height: 18px;
		height: auto!important;
		height: 18px;
		border-top: 1px solid #cccccc;
		background-color: #e9e9e9;
		background-image: url(/common/img/footer/bg-gfooter.gif);
		background-repeat: repeat-x ;
		background-position: left top;
	}

/* gFooterArea */
	#gFooter {}

/* gFtrNav */
	#gFtrNav {
		float: left;
		
	}
	#gFtrNav li,
	#gFtrNav li a {
		float: left;
		display: inline;
		margin-right: 5px;
	}

/* copyright */
	#copyright {
		float: right;
		font-size: 85%;
		color: #666666;
	}
