
/* ============================= */
/*                               */
/*  比較王 Footer CSS            */
/*  Last update 2008/05/09       */
/*                               */
/* ============================= */



/* フッター 
------------------------------------------- */

div#footerArea {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	clear: both;
}

div#footerContents{
	width: 480px;
	margin: 0px auto;
	padding: 20px 0 0 0; 
}


/* フッターナビ制御 */
p#gNav {
	text-align: center;
	margin: 0px auto 5px auto;
	font-size: 73%;
	clear: both; 
}

#fNav {
	width: 420px;
	height: 12px;
	margin: 0px auto 5px auto;
}


body#creditcard #fNav {
	width: 420px;
}

body#waterserver #fNav {
	width: 460px;
}

#fNav li {
	float: left;
	margin: 0 15px 0 0;
	font-size: 70%;

}

#fNav li, #fNav a {
	height: 12px;
	/* display: block; */
}

#fNav a {
	text-decoration: none;
}

div#copyright {
	padding: 0 0 0 0px;
	background: url(../images/bg_copyright.gif) no-repeat 0px 0px;
	width: 480px;
	height: 44px;
}

div#copyright p {
	text-indent: -5000px;
}