@charset "utf8";

/* -----------------------------------------------------------
CSS Information

 File name:      footer.css
 Author:         Yoneda Ryo
 Style Info:     フッター
 date:           2008/02/05

----------------------------------------------------------- */

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#link_bana {
	height: 65px;
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	clear: both;
	text-align: center;
	background-image: url(../image/basic/page_bg.gif);
	background-repeat: repeat-y;
}
#link_bana ul {
	width: 650px;
	margin: 0 auto;
}
#link_bana li {
	float: left;
	margin: 0 5px;
}

#footer {
	background-image: url(../image/basic/footer.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer ul {
	position: absolute;
	font-size: 86%;
	color: #2E2216;
	left: 9px;
	top: 10px;
	line-height: 1.5;
	text-align: left;

}
#footer li {

}
#footer li a {
	color: #2E2216;
}
#footer li.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer_up {
	background-image: url(../image/basic/footer_up.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 65px;
	width: 856px;
	margin: 0 auto;
}
