<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* footer
-------------------------------------------------------------*/
	#footer   { clear: both; margin: 0 auto; padding-top: 25px; background: url(../images/bg_footer.gif); }
	#footerInner { margin: 0 auto 20px auto; width: 950px; }
	#footerInner .logo { float: left; width: 253px; }
	#footerInner .logo dt { margin-bottom: 10px; }
	#footerInner .nav1st  { float: left; width: 190px; /*padding-right: 30px; */}
	#footerInner .nav2nd  { float: left; width: 190px; border-right: 1px solid #f4b966; }
	#footerInner .nav1st li,
    #footerInner .nav2nd li { margin-bottom: 3px; line-height: 1.8; padding-left: 8px; background: url(../images/arrow_red.gif) left center no-repeat; }    
	#footerInner ul li a { color: #111111; text-decoration: none; }
	#footerInner ul li a:hover { color: #c13232; text-decoration: underline; }
	#footerInner .address { float: right; width: 290px; }
	#footerInner .address dt { margin-bottom: 20px; line-height: 1.8; font-weight: bold; }
	#footerInner .address dd { line-height: 1.5; }

	#copyright { clear: both; margin: 0 auto; padding: 5px 0; border-left: 1px solid #f4b966; background: #4d3e15; color: #fff; font-size: .858em; }
	#copyright ul { margin: 0 auto; width: 950px; }
	#copyright ul .first { float: left; font-size:10px; }
	#copyright ul .last  { float: right; font-size:10px; }</pre></body></html>