@charset "UTF-8";

/*-----------------------------
	FILE:	bfooter.css
	SITE:	silkmaster.co.jp ver3.0
	DATE:	2009.6.16
	Auther: silkmaster.co.ltd

	modify:
----------------------------*/


#footer {
	width: 100%;
	background-color: #728690;
	height: 100px;
	background-image: url(../common/img/footer/footer_bg.png);
}
	
#footer_area {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	position: relative;
}
#footer_copyright {
	text-align:right;
}
#footer_link {
	float: left;
}
#footer_backtop {
	position: absolute;
	right: 0px;
	width: 85px;
	top: 0px;
	height: 20px;
	text-align: right;
}

/* Footer Ancor */
#footer a {
	font-size: 11px;
	color: #FFF;
}
#footer a:link {
	text-decoration: none;
	color: #FFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #2F3D44;
}
#footer a:active {
	text-decoration: none;
	color: #FFF;
}
