@charset "utf-8";
/* CSS Document */

attachment {
	width: 700px;
	float: left;
	margin-left:192px;
	margin-right:auto;
	padding-left: 10px;
	padding-bottom: 20px;
}
.attachment_t td {
	width: 300px;
}
.attachment_t {
	width: 300px;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	line-height: 21px;
	background-image: url(download.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 30px;
	padding-top: 5px;
	border-bottom-width:300px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.attachment_t a {
	color: #666;
	text-decoration: none;
}
.attachment_t a:hover {
	color: #666;
	text-decoration: underline;
}
.blanktd {
	border-style:none
}