.arc_list ul {
	margin-top: 10px;
}
.arc_list ul li {
	width: 100%;
	padding-left: 15px;
	height: 30px;
	border-bottom: dotted 2px #ccc;
	line-height: 30px;
	background: url(../image/arc_list_point.jpg) no-repeat left center;
}

.arc_list ul li a:hover{
	color: blue;
	text-decoration: underline;
}

.arc_list ul li span {
	float: right;
}
.list_link {
	margin: 0 auto;
	width: 300px;
	height: 50px;
}
.list_link ul {
	line-height: 50px;
	height:50px;
	margin: 0 auto;
}

.list_link ul li{
	height:50px;
	line-height: 50px;
}

.list_link ul li a{
	display:block;
	margin-left:5px;
	float:left;
	color: blue;
	text-decoration: underline;
}

.list_link ul li span{
		color: blue;
		text-decoration: underline;
}

.arc_list h3 {
	margin: 10px 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: dotted 2px #ccc;
}
.arc_list .arc_body {
	font-size: 13px;
	padding-top: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	text-indent: 2em;
}