Index: branches/dev/html/entry/index.php
===================================================================
--- branches/dev/html/entry/index.php	(revision 291)
+++ branches/dev/html/entry/index.php	(revision 11521)
@@ -20,4 +20,5 @@
 $objPage = new LC_Page();
 $objView = new SC_SiteView();
+$objCustomer = new SC_Customer();
 $objCampaignSess = new SC_CampaignSession();
 $objDate = new SC_Date(START_BIRTH_YEAR, date("Y",strtotime("now")));
@@ -141,4 +142,6 @@
 				$subject = sfMakesubject('²ñ°÷ÅÐÏ¿¤Î¤´´°Î»');
 				$toCustomerMail = $objMailText->fetch("mail_templates/customer_regist_mail.tpl");
+				// ¥í¥°¥¤¥ó¾õÂÖ¤Ë¤¹¤ë
+				$objCustomer->setLogin($_POST["email"]);
 			}
 			
