http://d.hatena.ne.jp/dentaq/20120424/1335262699
http://stackoverflow.com/questions/4049342/how-can-i-zoom-a-div-in-firefox-and-opera
を参考に

------------------------------------------------------------------------------------------------------------------------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
<meta name="robots" content="noindex,nofollow"/>

<style type="text/css">
<!--
#re{
    position:absolute;
    top:-182px;
    left:-20px;
    zoom:85%;
    -ms-zoom:90%;
    -moz-transform: scale(0.8)translate(-90px,-500px);
    -webkit-zoom: scale(0.8)translate(-30px,-182px);
}
-->
</style>
</head>
<body>
<div id="re">
<iframe src="ここに表示させたいページのURL" frameborder="0" width="750" height="4500" scrolling="no" marginheight="0" marginwidth="0"></iframe></div>

</body></html>
------------------------------------------------------------------------------------------------------------------------------

と改定してfirefoxにも対応。数値はお好みで

※ヤフーでレビュー出しをしたかったがiframe化に制限かかってるみたいです。