@charset "utf-8";

/*********************************************************************
 *
 * </english/common/css/footer.css>
 *
 * 更新日: 2009/03/02
 *
 * ===================================================================
 * 
 *  ■概要
 *
 *  フッター (div#footer) 用CSS
 *
 *********************************************************************/


/*  Footer
---------------------------------------------------------- */

div#footer {
	padding: 30px 0;
	background: #808485;
	color: #fff;
}

div#footer a {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer div.inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#footer div.footer_right {
	float: left;
	width: 836px;
}

div#footer p.logo {
	position: relative;
	float: left;
	width: 100px;
	height: 53px;
	margin-right: 20px;
}


div#footer p#copyright {
	position: relative;
	float: right;
	margin-right: -3px;
	font-size: 84.6%;
	text-align: right;
}


/*  Footer: Navigation
---------------------------------------------------------- */

div#footer ul.fnav {
	padding-bottom: 18px;
}

div#footer ul.fnav li {
	float: left;
	margin-right: 20px;
	padding-top: 8px;
	line-height: 1.2;
}

div#footer ul.utility {
	float: left;
	font-size: 84.6%;
}

div#footer ul.utility li {
	float: left;
	margin-right: 15px;
}

div#footer ul.link {
	position: absolute;
	top: 7px;
	right: 0;
}

div#footer ul.link li {
	float: right;
	margin-left: 15px;
	padding: 0 0 0 10px;
	background: url(/english/common/image/arrow_white.gif) no-repeat 0 50%;
}


/*  Clearfix
---------------------------------------------------------- */

div#footer,
div#footer ul {
	clear: both;
}

div#footer:after,
div#footer ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

div#footer,
div#footer ul {
	display: inline-block;
}

/*\*/
* html div#footer,
* html div#footer ul {
	height: 1%;
}

div#footer,
div#footer ul {
	display: block;
}
/**/
