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

