
@import url("../common.css");

#t1 {
	text-indent: -999em;
	background:  url("images/t01.gif") no-repeat left top;
	height: 174px;
}
#t2 {
	text-indent: -999em;
	margin-top: 40px;
	margin-bottom: 5px;
}

#t2 {
	background:  url("images/t02.gif") no-repeat left top;
	height: 28px;
}
@media print {
#t2 {
	text-indent: 0;
	background: none;
	height: auto;
	color: #006600;
	text-decoration: underline;
}
}

