@charset "UTF-8";

.an_page {
	padding: 30px 0 0 0;
	text-align: left;
}
.an_page p {
	margin-left: 30px;
}
table.dl_list {
	margin: 30px 0 30px 30px;
	border-collapse: collapse;
}
table.dl_list td {
	padding: 5px 10px 5px 20px;
	border-collapse: collapse;
	border: 1px solid #DDD;
}
table.dl_list td.bgw {
	background: url('../image/dl_li.gif') no-repeat #FFF;
	background-position: left center;
}
table.dl_list td.bge {
	background: url('../image/dl_li.gif') no-repeat #EEE;
	background-position: left center;
}

.pdfico {
	margin: 0 0 0 10px;
	border: none;
	vertical-align: middle;
}

.dl_bg {
	width: 100%;
	height: 300px;
	position: relative;
}
.dl_bg img {
	position: absolute;
	right: 25px;
	bottom: 0;
}
