
@import url("../../common.css");

#t1 {
	text-indent: -999em;
	background:  url("images/t01.gif") no-repeat center top;
	height: 145px;
}
#t2, #t3 {
	text-indent: -999em;
	margin-top: 100px;
}
#t2 {
	background:  url(images/t02.gif) no-repeat left top;
	height: 26px;
}
#t3 {
	background:  url(images/t03.gif) no-repeat left top;
	height: 26px;
}
@media print {
#t2, #t3 {
	text-indent: 0;
	background: none;
	height: auto;
	color: #006600;
	text-decoration: underline;
}
}

