<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>印刷されない印刷ボタン</title>
<style type="text/css" media="print">
<!--
.button-area { display:none ;}
body { text-align: center;}
-->
</style>
</head>
<body bgcolor="#FFFFFF">
<form class="button-area">
<input type="button" value="印刷します" onClick="window.print()">
</form>
<img src="2.jpg" width="400" height="300">
</body>
</html>