@charset "UTF-8";

/* footer --------------------------------------------------*/
footer {
	background:url(../images/bar_footer.gif) 0 0 repeat-x;
	background-color:#fee;
}
footer h1 {
	width:1000px;
	font-size:1.4em;
	font-weight:bold;
	color:#600;
	margin:0 auto 10px auto;
	padding-top:20px;
}
footer h2 {
	width:1000px;
	font-size:1.1em;
	line-height:1.5;
	margin:0 auto 5px auto;
}
footer h2 img { margin-right:3px; }
footer div {
	width:1000px;
	margin:0 auto 10px auto;
}
footer div img { float:left; }
footer div table {
	float:right;
	border:none;
}
footer div table tr th {
	width:100px;
	font-size:1.0em;
	line-height:1.5;
}
footer div table tr td { white-space:nowrap; }
footer div table tr td strong {
	font-size:1.4em;
	font-weight:bold;
	color:#f00;
}
footer small {
	display:block;
	background-color:#f00;
	width:100%;
	font-size:0.9em;
	line-height:1.5;
	color:#fff;
	text-align:center;
	padding-top:2px;
}