@charset "UTF-8";

/* ==========================================================================
   ../css/footer.css
   ========================================================================== */
/* footer */
#footer {
	margin-top: 70px;
}

/* footNav */
#footNav {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

#footNav li {
	display: inline-block;
    *display: inline;  
    *zoom: 1;  
	margin-right: 11px;
	padding-right: 11px;
	line-height: 1;
	border-right: 1px solid #333;
}

#footNav li.last {
	border-right: none;
}

#footNav a,
#footNav a:hover,
#footNav a:link,
#footNav a:visited {
	color: #333;
}

/* footerArea */
#footerArea {
	margin-top: 23px;
	padding-bottom: 18px;
	background: url("../img/footer_bg_01.gif") repeat 0 0;
}

#footerArea .inner {
	margin: 0 auto;
	width: 1000px;
}

#footerArea .contact {
	margin-top: 22px;
}

#footerArea .contact li {
	margin-bottom: 4px;
	padding-left: 8px;
	background: url("../img/footer_contact_ico_01.gif") no-repeat left center;
}

#footerArea .cpy {
	margin-top: 48px;
}