/* ------------------------------------------
footerのデザイン用CSS
------------------------------------------ */

#footer {
	background-image: url(../images/footer_back.gif);
	background-repeat: repeat-x;
	color: #d9e2ee;
	font-size: 8pt;
	padding: 10px 0 10px 20px;
}
#footer img {
	float: left;
}
#footer span {
	line-height: 230%;
	font-size: 8pt;
}
