@charset "shift_jis";

/* ================================================

	Footer.css

================================================ */

/* フッター */
#footer{
	font-size: 11px;
	text-align: center;
}

#footer_wrap{
	border-top: 2px solid #aaaaaa;
	background-color: #eeeeee;
	height: 26px;
	position:relative;
	overflow:hidden;
}

#footer_wrap ul{
	position:relative;
	left:50%;
	float:left;
}

#footer_wrap ul li{
	position:relative;
	left:-50%;
	float:left;
	line-height: 2.5em;
}

#footer_wrap ul li a{
	text-decoration: none;
}



#footer #copy{
	border-top: 1px solid #aaaaaa;
	clear: both;
	padding-top: 10px;
}

/* フッター */
#pcb_footer {
	width: 100%;
	height: 75px;
	background-color:#000;
	overflow: auto;
	color:#FFF;
	font-size: 12px;
}
#pcb_footer .foot_wrap {
	width: 595px;
	margin: 0 auto;
	clear: both;
}

#pcb_footer .foot_wrap .logo{
	float: left;
	width:80px;	
}

#pcb_footer .foot_wrap .footer_detail{
	margin-left:80px;
	overflow:hidden;
	width:480px;
	
}

#pcb_footer .foot_wrap .copy{
	margin: 0 auto;
	overflow:hidden;	
}

#pcb_footer .foot_wrap ul {
	text-align:center;
	padding-top: 10px;

}
#pcb_footer .foot_wrap li {
 	display: inline-block;
	padding-right:10px;
	padding-left:8px;
	border-right: #ffffff solid 1px;
}

#pcb_footer .foot_wrap li:last-child {
	border-style:none;
}

#pcb_footer .foot_wrap li a{
	color:#FFF;
	text-decoration:none;

}