/*-----top content------*/
.clinfo {
	display: block;
	margin: 25px auto 15px;
	padding: 0px;
	height: 334px;
	width: 620px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1em;
	line-height: 1.4em;
}
.clinfo li {
	display: block;
	list-style: none;
	width: 190px;
	float: left;
	margin-right: 15px;
}
.info {
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: block;
	padding-bottom: 10px;
	text-align: justify;
}
.borderline {
	width: 584px;
	background-repeat: no-repeat;
	display: block;
	visibility: visible;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
	text-indent: -99999px;
}
.link {
	display: block;
	width: 177px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.link a {
	color: #036;
	text-decoration: none;
}
.link a:hover {
	color: #900;
	text-decoration: underline;
}
