@charset "Shift_JIS";

#footer {
	padding: 0 23px;
	width: 580px;
	background: url(../img/footer/container_bg.jpg) repeat-y;
}

#footer .attention {
	width: 580px;
	text-align: center;
	border-bottom: 2px solid #ffb5b5;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

#footer .attention img {
	vertical-align: middle;
	margin-bottom: 2px;
}

#footer .attention p {
	font-weight: bolder;
	margin-left: 5px;
	display: inline;
}

#footer .footerlink {
	width: 580px;
	margin-bottom: 20px;
	border-top: 2px solid #ffb5b5;
	padding-top: 15px;
}

#footer .footerlink ul {
	padding: 0 22px;
	margin: 0;
}

#footer .footerlink li {
	display: inline;
}

#footer .footerlink li span {
	margin-left: 1px;
}

#footer .footerlink2 {
	width: 580px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#footer .footerlink2 .left {
	width: 104px;
	float: left;
}

#footer .footerlink2 .right {
	width: 476px;
	float: right;
	margin-top: 1px;
	text-align: right;
}

#footer .footerlink2 ul {
	padding: 0;
	margin: 0;
}

#footer .footerlink2 ul li {
	display: inline;
	background: url(../img/footer/listmark_footer.gif) 0 50% no-repeat;
	padding-left: 15px;
	margin-left: 15px;
}

#footer .footerlink2 ul li a:link {
	color: #333;
}

#footer .copyright {
	padding-bottom: 15px;
	text-align: center;
	font-size: 0.8em;
	clear: both;
	width: 580px;
}

#footer hr {
	display: none;
}


