@charset "utf-8";
/* CSS Document */
.catalogBorder {
	border-bottom: 1px dotted #B2C9D9;
	padding-bottom: 20px;
}
.catalogDownload {
	clear: both;
}
.catalogDownload h3 {
	background-image: url(../../images/3rd_h3.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	margin-left:5px;
	margin-top: 15px;
	display: block;
}
.catalogDownload table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	width: 540px;
	margin-top: 15px;
	margin-left:10px;
}
.catalogDownload th {
	background-color: #F0F0F0;
	padding: 5px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: left;
}
.catalogDownload td {
	padding: 5px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
}
.catalogDownload td img {
	padding-right:3px;
}
.catalogDownload .area1 {
	width: 50%;
	text-align: center;
	background-color: #d5eefd;
}
.catalogDownload .area2 {
	text-align: center;
	background-color: #d5eefd;
}
.catalogDownload .area3 {
	text-align: center;
}
.headBorder2 {
	margin-left:5px;
}
.bottomBorder {
	margin-left: 5px;
}

