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


p.pdfDL {
	width: 200px;
	height: 350px;
	margin: 2em auto;
}
p.pdfDL a {
	display: block;
	width: 202px;
	text-decoration: none;
	text-align: center;
}
p.pdfDL a:link ,
p.pdfDL a:visited {
	border: 3px solid #eee;
}
p.pdfDL a:hover ,
p.pdfDL a:focus ,
p.pdfDL a:active {
	border: 3px solid #f66;
}
p.pdfDL a img {
	text-decoration: none;
	border: 1px solid #ccc;
}

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

