.linklist {
	padding-top: 0px;
	margin-top: 15px;
}
.linklist li {
	float: left;
	width: 360px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(../../img/common/list01.jpg);
	background-repeat: no-repeat;
	background-position: left 14px;
}
.linklist li a {
	color: #FFF;
}
.linklist li a strong {
	font-weight: bold;
	color: #F90;
}
