@charset "utf-8";
/*=====================*/
/*	フッター
/*=====================*/

#footer {
	text-align: left;
	width:800px;
	margin: 0px auto 40px auto;
	padding-bottom:15px;
}

#footer .title {
	width:100%;
	padding-bottom:3px;
	border-bottom:1px solid #EE6600;
	font-size: 140%;
	font-weight: bold;
}

/*--- 左 ---*/
#footer #fLeft {
	width:21%;
	float:left;
	font-size: 88%;
}

#footer #fLeft img {

}
#*html #footer #fLeft img {margin-left:20px; margin-bottom:21px;}
#*:first-child+html #footer #fLeft img {margin-left:20px; margin-bottom:21px;}



#footer #fLeft ul {
	margin-top:10px;
	color:#333;
}
* html #footer #fLeft ul {	line-height:140%;}
*:first-child+html #footer #fLeft ul {	line-height:140%;}
#footer #fLeft ul {	line-height:140%;}


#footer #fLeft ul li a {
	color:#003399;
}

/*--- センター ---*/
#footer #fCenter {
	width:54%;
	float:left;
}

/*#footer #fCenter ul {font-size:80%;}*/

#footer #fCenter ul li#fcLeft {
	width:55%;
	float:left;
	font-size: 110%;
}

#footer #fCenter ul li#fcRight {
	width:44%;
	float:right;
	font-size: 110%;
}

#footer #fCenter ul li dl {
	margin-top:8px;
}
* html #footer #fCenter ul li dl {	line-height:130%;}
*:first-child+html #footer #fCenter ul li dl {	line-height:130%;}
#footer #fCenter ul li dl {	line-height:130%;}

#footer #fCenter ul li dt {
	color:#EE6600;
}

#footer #fCenter ul li dl dd {
	margin-left:5%;
}
#footer #fCenter ul li dl dd a {
	color:#003399;
}



/*--- 右 ---*/
#footer #fRight {
	width:23%;
	float:right;
}

#footer #fRight dl {
	margin-top:12px;
}
* html #footer #fRight dl {line-height:130%;}
*:first-child+html #footer #fRight dl {line-height:130%;}
#footer #fRight dl {line-height:130%;}

#footer #fRight dl dt {
	color:#2e74de;
}

#footer #fRight dl dd {
	margin-left:5%;
	font-size: 110%;
}
#footer #fRight dl dd a {
	color:#003399;
}


#privacy {
	width:60px;
	margin:5px auto 5px;
}
#privacy {margin-top:5px;}


#copyright {
	font-size:60%;
	text-align:center;
}
* html #copyright {margin-top:5px;}
*:first-child+html #copyright {margin-top:5px;}
#copyright {margin-top:5px;}

