@charset "utf-8";

/*********************************************************************
 *
 *  </common/css/footer.css>
 *
 * ===================================================================
 *
 *  ■フッターエリア (div#footer) 用CSS
 *
 *  div#footer
 *    ul.fnav
 *    p#copyright
 *    ul.utility
 *
 *********************************************************************/


/*  Default Style Reset
---------------------------------------------------------- */

div#footer p,
div#footer ul,
div#footer ul li {
	margin: 0;
	padding: 0;
}

div#footer ul li {
	list-style: none;
}

div#footer img {
	border: 0;
	vertical-align: text-bottom;
}


/*  Footer
---------------------------------------------------------- */

div#footer {
	overflow: hidden;
	width: 880px;

	*margin-left: 1px;
	line-height: 1.0;
	text-align: left;
	background-image: url(/image/footer.gif);
	background-repeat: repeat-x;
	height: 155px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#footer_ag {
	overflow: hidden;
	*margin-left: 1px;
	line-height: 1.0;
	text-align: left;
	background-image: url(../image/footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 155px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#footer p.banner {
	float: right;
	padding: 10px 13px;
}


/*  Footer: Footer Navigation
---------------------------------------------------------- */

div#footer ul.fnav {
	padding: 10px 13px;
	color: #999;
}

div#footer.view_banner ul.fnav {
	padding: 25px 0 0 13px;
}

div#footer ul.fnav li {
	display: inline;
}

div#footer ul.fnav li a {
	font-size: 100%;
}

div#footer ul.fnav li.self a {
	color: #999;
	text-decoration: none;
}


/*  Footer: Copyright
---------------------------------------------------------- */

div#footer p#copyright {
	clear: both;
	float: left;
	padding: 0 13px;
}


/*  Footer: Utility
---------------------------------------------------------- */

div#footer ul.utility {
	float: right;
	padding: 0 13px;
}

div#footer ul.utility li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}

div#footer ul.utility li img {
	vertical-align: top;
}

div#footer div.footer_corp,
div#footer_ag div.footer_corp {
	margin-top: 78px;
	margin-left: 1px;
}
