#footer {
	width: 1280px;
	height: 160px;
	margin: 50px auto;
	overflow: hidden;
}
#footer .part {
	width: 20%;
	float: left;
}
#footer .part_ttl {
	font-size: 14px;
	color: #333;
	text-align: center;
}
#footer .part1 .part_list {
	border-left: 1px solid #aaa;
}
#footer .part_list {
	height: 96px;
	margin-top: 10px;
	border-right: 1px solid #aaa;
}
#footer .part_list ul {
	padding-top: 10px;
}
#footer .part_list li {
	cursor: pointer;
}
#footer .part_list li:not(.more) {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	background: url(/image/footer_list_arrow.png) no-repeat 22px center;
}
#footer .part_list li.more {
	background: url(/image/footer_more.png) no-repeat center;
}
#footer .part_list a {
	text-decoration: none;
	color: #747474;
	padding-left: 42px;
	margin-top: 3px;
}
#footer p {
	clear: both;
	text-align: center;
	color: #999;
	font-size: 12px;
	margin-top: 145px;
}