Index: temp/trunk/html/products/detail.php
===================================================================
--- temp/trunk/html/products/detail.php	(revision 9177)
+++ temp/trunk/html/products/detail.php	(revision 9178)
@@ -178,6 +178,6 @@
 // ³ÈÂç²èÁü¤Î¥¦¥£¥ó¥É¥¦¥µ¥¤¥º¤ò¥»¥Ã¥È
 list($image_width, $image_height) = getimagesize(IMAGE_SAVE_DIR . basename($objPage->arrFile["main_image"]["filepath"]));
-$objPage->tpl_image_width = $image_width;
-$objPage->tpl_image_height = $image_height;
+$objPage->tpl_image_width = $image_width + 60;
+$objPage->tpl_image_height = $image_height + 80;
 
 $objView->assignobj($objPage);
