/* CSS DOCUMENT */


@charset "UTF-8";


.links {
	margin: 0 0 25px 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #767676;
}

.links p {
	margin: 0 0 4px 0;
	border-bottom: #DEDEDE solid 4px;
}

.links p b.ad{
	margin: 0 0 5px 0;
	font-size: 10px;
	font-weight:normal;
	color: #B68D2D;
}

.links p a{
	margin: 0 10px 0 5px;
	padding: 10px 0 3px 25px;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	color: #F458B1;
	text-decoration:none;
	background:url(../link/images/icon.gif) no-repeat center left;
}

.links p a:hover{
	color: #F495B1;
}
