@charset "shift_jis";

/*======================================
         フッター
======================================*/
#footer {
	margin:0 auto;
	background:#FFF url(../image/navi/footer_bg.png) top repeat-x;
	padding: 20px 0 0 0;
}

.footer-banner {
	width:145px;
	margin:10px 10px 20px 10px;
	float:left;
}

.footer-banner a:hover img {
  opacity:0.7;
}


.footer-menu {
	width:145px;
	margin:10px 10px 20px 10px;
	border-right: 1px #CCC solid;
	float:left;
}

.footer-menu li { 
	display: inline;
	color: #666;
	line-height:22px;
 }

.footer-menu li a {
	padding: 0 0 0 20px;
	display: block;
	text-decoration: none; color:#555;
	font-size:13px;
	background:url(../image/navi/footer_icon.png) no-repeat;
}

.footer-menu li a:hover {
	text-decoration: underline; color:#555;
}

.footer-copy {
	text-align:center;
	margin: 0px auto;
	padding:0px 0 5px 0;
	font-size:12px;
	color: #ccc;
	background: #444;
}