@charset "utf-8";
/* CSS Document */
 
/*=======================
	#footer_navi
=======================*/
#footer {
	width:1000px;
	height:130px;
	float:left;
}
#footer p{
	margin-left:50px;
	margin-top:20px;
}
#copyright{
	color:#828282;
	font-size:11px;
}
#footer ul.nl {
	width:1000px;
	height:20px;
	list-style-type: none;
	margin-top:12px;
	margin-left:40px;
	font-size:12px;
}
#footer ul.nl li {
	padding: 0 11px 0 11px;
	display: inline;
	border-right:1px solid #828282;
}
#footer ul.nl li a{
	color:#828282;
}
#footer ul.nl li a:hover{
	color:#F00;
}

#footer ul.nl li.first {
	background-image: none;
}