/* 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;
	border-top:1px solid #ccc;
	cursor:pointer;
}
.down a{
text-decoration:none;
color:#333333;
}
.down span{
float:right;
font-size:80%;
font-style:italic;
}
