#topArea {
	width: 550px;
	position: relative;
	height: 250px;
}

#topContents {
	width: 340px;
	position: relative;
	float: right;
}
#topImage {
	float: left;
	width: 210px;
	position: relative;
}
#topContents h1 {
	padding: 0px;
	margin: 0px;
}

#getPdfArea {
	position: relative;
	width: 330px;
	margin-top: 47px;
}
#getPdf {
	position: absolute;
	left: 20px;
	top: 50px;
}


#downloadList {
	clear: both;
	margin-top: 50px;
	padding-bottom: 25px;
}
#downloadList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#downloadList li {
	background-image: url(../catalog/image/cl_pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	display: block;
	width: 520px;
	list-style-type: none;
}
.pdfFileName {
	display: block;
	width: 380px;
	float: left;
	background-repeat: no-repeat;
}
.pdfFileCapacity {
	display: block;
	float: left;
	width: 50px;
	text-align: right;
	font-size: 80%;
}
.pdfFileDownload {
	display: block;
	float: left;
	width: 85px;
	text-align: right;
	padding-right: 5px;
}
#main sup {
	font-size: 0.5em;
	vertical-align: top;
}
#trademark {
	text-align: right;
	margin-top: 30px;
}

