@charset "utf-8";

/*
フッタ
----------------------------------------------------------- */
#footer {
	background:url(../img/bg_footer.gif) top repeat-x;
	padding-top:3px;
	position:relative;
	width:100%;
}

#footerFlame {
	width:950px;
	height:110px;
	text-align:left;
	margin:0px auto;
	background:#F3F3F3;
	display: inline-block;
	position:relative;
}

#footerFlame:after {
	clear: both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}
address {
	margin-top:30px;
	float:right;
	font-size:75%;
	clear:both;
	text-align:right;
	width:560px;
}

#footerCopy {
	position:absolute;
	left:0px;
	top:40px;
}