/* CSS Document */
.down{
	width:90%;
	background-image: url(../hg/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:10px;
	padding-left:40px;
	margin-bottom:5px;
	margin-left:20px;
	border-bottom:1px solid #ccc;
	cursor:pointer;
}
.down a{
text-decoration:none;
color:#000;
display:block;
}
.down a:hover{
text-decoration:none;
color:#fff;
}
.down span{
float:right;
font-size:80%;
font-style:italic;
}
