@charset "UTF-8";
@import "reset.css";
@import "common.css";


ul.pdfDL {
	overflow: hidden;
	width: 208px;
	list-style-type: none;
	margin: 2em auto;
}
ul.pdfDL li {
	width: 208px;
	padding: 0;
}
ul.pdfDL a {
	display: block;
	text-decoration: none;
	text-align: center;
}
ul.pdfDL a:link ,
ul.pdfDL a:visited {
	border: 3px solid #eee;
}
ul.pdfDL a:hover ,
ul.pdfDL a:focus ,
ul.pdfDL a:active {
	border: 3px solid #f66;
}
ul.pdfDL a img {
	text-decoration: none;
	border: 1px solid #ccc;
}

p.text {
	width: 40em;
	margin-left: auto;
	margin-right: auto;
}