@charset "utf-8";
/**
 * style.css
 */

/* layout
--------------------------------------------------*/
	.pdfList {
		width: 30em;
	}
	.pdfList li {
		float: left;
		width: 12em;
		padding: 1px 0 1px 20px;
		background: url(../../common/imgs/icon-pdf.gif) no-repeat left top;
	}
	.pdfList li.odd {
		clear: both;
		margin-right: 20px;
	}
	.pdfList li a {
		text-decoration: none;
	}
	.pdfList li a:hover {
		text-decoration: underline;
	}
