Index: branches/comu-ver2/data/class/SC_Fpdf.php
===================================================================
--- branches/comu-ver2/data/class/SC_Fpdf.php	(revision 17909)
+++ branches/comu-ver2/data/class/SC_Fpdf.php	(revision 18016)
@@ -94,9 +94,4 @@
         $this->setOrderData();
         $this->setEtcData();
-
-        //ロゴ画像
-        $logo_file = PDF_TEMPLATE_DIR . 'logo.png';
-        $this->pdf->Image($logo_file, 124, 46, 40);
-
     }
 
@@ -125,4 +120,8 @@
             $this->lfText(125, 83, $text, 8);      //Email
         }
+
+        //ロゴ画像
+        $logo_file = PDF_TEMPLATE_DIR . 'logo.png';
+        $this->pdf->Image($logo_file, 124, 46, 40);
     }
 
