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