@charset "utf-8";
/* CSS Document */

#footer P {
	margin:0;
	padding:0;
}
#footer P {
	margin:0;
	padding:0;
}
#footer UL,#footer LI {
	margin:0;
	padding:0;
	list-style:none;
}

.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
*html .clearfix {
	height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}



/* ------------------------------------------- footer ------------------------------------------- */
#footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	width:640px;
	margin:0;
	padding:8px 0 24px 0;
	clear:both;
}
#footer #footNavi {
	width:640px;
	border-bottom:1px #999999 solid;
	font-size:0.6em;
}


#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 2px;
	padding:0 0 8px 13px;
}
*html #footer #footNavi P A {
	background:url(../img/fnavi-arrow.gif) no-repeat 0px 1px;
}
*:first-child+html #footer #footNavi P A {
	background:url(../img/fnavi-arrow.gif) no-repeat 0px 1px;
}
#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;
}
