@charset "utf-8";
/* CSS Document */

/* ------------------------------------------- footer ------------------------------------------- */
#footer {
	width:900px;
	margin:0 auto 0 auto;
	padding:8px 0 24px 0;
	border-top:1px #999999 solid;
	clear:both;
}
#footer #footNavi {
	width:900px;
	border-bottom:1px #999999 solid;
	font-size:0.85em;
	*font-size:12px; /* IE 7 */
	_font-size:12px; /* IE 6 */
}
#footer #footNavi UL {
	padding:0 0 0 10px;
}
#footer #footNavi UL LI {
	padding:0 20px 8px 13px;
	background:url(../img/fnavi-arrow.gif) no-repeat 0px 2px;
	float:left;
}
*html #footer #footNavi UL LI {
	background:url(../img/fnavi-arrow.gif) no-repeat 0px 1px;
}
*:first-child+html #footer #footNavi UL LI {
	background:url(../img/fnavi-arrow.gif) no-repeat 0px 1px;
}
#footer #footNavi UL LI A {
	color:#333333;
	text-decoration:none;
}
#footer #footNavi UL LI A:hover {
	color:#43519a;
	text-decoration:underline;
}
#footer #footNavi P {
	text-align:right;
	padding:0 9px 0 0;
	font-weight:bold;
}
#footer #footNavi P A {
	color:#666666;
	text-decoration:none;
	background:url(../img/fnavi-arrow.gif) no-repeat 0px 1px;
	padding:0 0 1px 13px;
}
*html #footer #footNavi P A {
	background:url(../img/fnavi-arrow.gif) no-repeat 0px 1px;
	padding:0 0 1px 13px;
}
*:first-child+html #footer #footNavi P A {
	background:url(../img/fnavi-arrow.gif) no-repeat 0px 1px;
	padding:0 0 1px 13px;
}
#footer #footNavi P A:hover {
	color:#43519a;
	text-decoration:underline;
}
#footer #copyright {
	margin:6px 10px 0 0;
	clear:both;
	text-align:right;
	color:#666666;
	font-size:0.6em;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-style:italic;
}
*html #footer #copyright {
	margin:6px 6px 0 0;
}
*:first-child+html #footer #copyright {
	margin:6px 6px 0 0;
}

