document.write("<table><tr><td style=\"padding:1em 0;\"><table>");
document.write("<tr><td align=\"center\">max-height : 350px ;</td><td align=\"center\">min-height : 345px ;</td></tr>");
document.write("<tr>");
document.write("<td><img src=\"../../sample/css/max-height.gif\" width=\"360\" height=\"445\" alt=\"大きいバラ\" style=\"max-height : 350px;\" /></td>");
document.write("<td valign=\"bottom\"><img src=\"../../sample/css/min-height.gif\" width=\"285\" height=\"300\" alt=\"小さいバラ\" style=\"min-height : 345px;\" /></td>");
document.write("</tr>");
document.write("<tr><td colspan=\"2\" align=\"center\">元画像</td></tr>");
document.write("<tr>");
document.write("<td><img src=\"../../sample/css/max-height.gif\" width=\"360\" height=\"445\" alt=\"大きいバラ\" /></td>");
document.write("<td valign=\"bottom\"><img src=\"../../sample/css/min-height.gif\" width=\"285\" height=\"300\" alt=\"小さいバラ\" /></td>");
document.write("</tr>");
document.write("</table></tr></td></table>");
