@charset "utf-8";
/* CSS Document */
.footerd-back{
	width:100%;
	height:auto;
	text-align:center;
	margin-top:20px;
	padding:10px 0;
	float:left;
	color: #0f0f0f;
}
.footerd{
	width:1000px;
	height:100px;
	line-height:200%;
	text-align:center;
	font-size:14px;
	border-top:1px solid #cccccc;
	margin:0 auto;
}
.footerd dl{
	width:100%;
	margin-top:10px;
}
.footerd dt{
	width:100%;
	height:30px;
	text-align:center;
}
.footerd dt a{
	margin:0 16px;
	*margin:0 16px;
	_margin:0 8px;
	color:#333333;
}
.footerd dt a:hover{
	color:#ba1b17;
}
.footerd dd{
	width:100%;
	height:30px;
	text-align:center;
}
.footerd dd a{
	color:#333333;
}
.footerd dd a:hover{
	color:#ba1b17;
}
.white-footerd-back{
	width:100%;
	height:auto;
	text-align:center;
	margin-top:20px;
	padding:10px 0;
	background-color: #0f0f0f;
	color: #ffffff;
	float:left;
}
.white-footerd{
	clear:both;
	width: 1000px;
	height:100px;
	line-height:200%;
	text-align:center;
	margin:0px auto;
	font-size:14px;
}
.white-footerd dl{
	width:100%;
	margin-top:10px;
}

.white-footerd dt{
	width:100%;
	height:30px;
	text-align:center;
}
.white-footerd dt a{
	margin:0 16px;
	*margin:0 16px;
	_margin:0 8px;
	color: #ffffff;
}
.white-footerd dt a:hover{
	color:#ba1b17;
}
.white-footerd dd{
	width:100%;
	height:30px;
	text-align:center;
}
.white-footerd dd a{
	color: #ffffff;
}
.white-footerd dd a:hover{
	color:#ba1b17;
}