Index: branches/version-2/data/class/SC_Fpdf.php
===================================================================
--- branches/version-2/data/class/SC_Fpdf.php	(revision 18012)
+++ branches/version-2/data/class/SC_Fpdf.php	(revision 18024)
@@ -96,8 +96,4 @@
         $this->setEtcData();
 
-        //ロゴ画像
-        $logo_file = PDF_TEMPLATE_DIR . 'logo.png';
-        $this->pdf->Image($logo_file, 124, 46, 40);
-
     }
 
@@ -127,4 +123,8 @@
             $this->lfText(125, 83, $text, 8);      //Email
         }
+
+        //ロゴ画像
+        $logo_file = PDF_TEMPLATE_DIR . 'logo.png';
+        $this->pdf->Image($logo_file, 124, 46, 40);
     }
 
