@charset "utf-8";
td {  font-size: 10pt}
.footer {  font-size: 9pt}

.btn_close {
	margin-top: 20px;
}
.btn_close a {
	display: block;
	width: 184px;
	height: 46px;
	background: url(../images/btn_close.gif) no-repeat left top;
	margin-left: 208px;
}
.btn_close a:hover {
	background-image: url(../images/btn_close_o.gif);
}
.btn_close a span {
	display: none;
}

@media print {
.btn_close {
	display: none;
}
}




