/* CSS Document */
a{
	color: #D93235;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.link1, .link3{
	font-weight: bold;
	background: url(../img/home/marker_01.gif) no-repeat left center;
	margin-left: 267px;
	display: block;
	height: 17px;
	padding: 3px 0px 0px 25px;
	color: #D41818;
}
.link2{
	background: url(../img/home/marker_02.gif) no-repeat left center;
	display: block;
	padding-left: 18px;
	margin-bottom: 6px;
}
.link3{
	margin-left: 243px;
}
