@charset "Shift_JIS";

/* footer
--------------------------------------------------------------------*/
#footer_box{
	background:url("../images/footer_bg.jpg") no-repeat;
	text-align:left;
	position:relative;
	width:912px;
	height:50px;
}
#footer_box #footer_copy{
	color:#ffffff;
	text-align:left;
	position:absolute;
	top:16px;
	left:25px;
	width:800px;
}
#footer_box #footer_link{
	font-weight:bold;
	text-align:right;
	position:absolute;
	top:16px;
	left:0px;
	width:887px;
}
#footer_box #footer_link a {color:#ffffff;}
#footer_box #footer_link a:link {text-decoration:underline;}
#footer_box #footer_link a:active {text-decoration:underline;}
#footer_box #footer_link a:visited {text-decoration:underline;}
#footer_box #footer_link a:hover {text-decoration:underline;}
