@charset "utf-8";
/* CSS Document */

dl.adList {
	width: 320px;
	padding: 0px 8px 20px 8px;
	margin: 0px;
	float: left;
}
dl.adList dt {
	color: #666666;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 8px 4px 0px 4px;
	border-top: 1px solid #DED8D1;
	border-right: 1px solid #DED8D1;
	border-bottom: 0px;
	border-left: 1px solid #DED8D1;
	background-color: #F5F5F5;
	margin-left: 13px;
}

dl.adList dd.adThumb {
	padding: 0px 4px 0px 4px;
	border-top: 0px;
	border-right: 1px solid #DED8D1;
	border-bottom: 1px solid #DED8D1;
	border-left: 1px solid #DED8D1;
	background-color: #F5F5F5;
	height: 250px;
	position:relative;
	text-align: center;
}
dl.adList dd.adThumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -109px;
}
dl.adList dd.adThumb img.lengthThumb {
	margin-left :-75px;
}

dl.adList dd.adLimit {
	margin-left: 0px;
	margin-top: 10px;
	text-align: center;
}
dl.adList dd.adLimit a {
	background: url(img/icn_pdf.gif) no-repeat;
	padding: 10px 0px 10px 32px;
	height: 30px;
	}

