/*
フッタメニュー
-------------------------------------------------------------------*/
#footer-base {
	width: 100%;
	clear: both;
	height: 170px;
	background: #FFFFFF url(img/footer-base.gif) repeat-x scroll; 
}

#footer {
	width: 840px;
	margin: 0px auto 0px auto;
	font: 11px bold;
	padding: 0px;
	height: 170px;
	background: url(img/footer-bg.gif) no-repeat scroll;
	position: relative;
}

#footer-logo {
	width: 100px;
	height: 90px;
	position: absolute;
	top: 50px;
	right: 70px
}

.footer-nav {
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	text-align: right;
	line-height: 24px;
	margin: 0px;
	float: left;
	color: #333333;
	position: absolute;
	top: 70px;
	right: 260px;
}

.footer-copyrights {
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	float: left;
	color: #666666;
	position: absolute;
	top: 105px;
	right: 260px
}

a.footerlink:link {
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	color: #202219;

}

a.footerlink:hover {
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
	color: #FF3366;

}

