@charset "utf-8";	
	
/* ========================================================	
	footer.css => フッターCSS
======================================================== */	


/* ------------ ナビエリア ------------ */	
/* footer */
#fNav{
	min-width:980px;
	padding: 15px 0 0 0;
	font-size: 12px;
}

.pageTopBtn {
	position: fixed;
	height:48px;
	width:56px;
	bottom: 50px;
	right: 50px;
}


#fNav > .fNavWrap{
	min-width:980px;
	padding: 10px 0;
	background-image: url(/images/common/footer_bg.gif);
	background-repeat: repeat;
}

#fNav > .footerNav{
	width: 890px;
	margin: 0 auto;
	clear: both;
}

#fNav > .footerNav li{
	float: left;
	white-space: nowrap;
	list-style:none;
	padding: 2px 0 0 15px;
	margin: 0 10px 0 0;
}

#fNav > .copyright{
	padding: 5px;
	text-align: center;
	line-height: 16px;
	color: #fff;
	background-image: url(/images/common/footer_bg2.gif);
}

#fNav > .copyright > img{ vertical-align: text-bottom; }

#fNav > .copyright > .camptag{
	display:none;
}

#fNav .copyrightR{
	width: 180px;
	float: left;
	margin-left:15px;
}

/*--#fNav img.humonyLogo{	margin: 0 20px -4px 0; }--*/
#fNav .SecurityPrivacy{ float: left; }
#fNav .SecuritySsl{ float: right; }

/* Gray link */
.grayLink a:link,
.grayLink a:visited{ color: #666; text-decoration: none; }
.grayLink a:hover{ color: #333; text-decoration: underline; }

/*----- フッタサイトマップ -----*/

#fNavSitemap {
	width:980px;
	margin: 0 auto;
}


#fNavSitemap > dl {
	display:block;
	width: 180px;
	padding: 10px 0 20px 0;
	float:left;
	margin-left:15px;
	line-height:20px;
}

#fNavSitemap > dl > dt {
	display: block;
	color: #48361c;
	font-weight: bold;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-image: url(/images/common/fnav_line1.png);
	background-position: left bottom;
	padding:2px 0 2px 5px;
}

#fNavSitemap > dl > dd {
	display: block;
	color: #48361c;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	background-image: url(/images/common/fnav_line2.png);
	background-position: left bottom;
	padding:2px 0 2px 15px;
}

#fNavSitemap dt a:link,
#fNavSitemap dt a:visited {
	color: #48361c;
	text-decoration: none;
}

#fNavSitemap dt a:hover,
#fNavSitemap dt a:active {
	color: #cc0000;
	text-decoration: none;
}

#fNavSitemap > dl > dd > a:link,
#fNavSitemap > dl > dd > a:visited {
	display:block;
	color: #2b2b2b;
	text-decoration: none;
}

#fNavSitemap > dl > dd > a:hover,
#fNavSitemap > dl > dd > a:active {
	display:block;
	color: #cc0000;
	text-decoration: none;
}
