Index: /branches/version-2/data/class/SC_CheckError.php
===================================================================
--- /branches/version-2/data/class/SC_CheckError.php	(revision 17411)
+++ /branches/version-2/data/class/SC_CheckError.php	(revision 17727)
@@ -518,5 +518,5 @@
         }
         $this->createParam($value);
-        if(strlen($this->arrParam[$value[1]]) > 0 && !ereg("^[^@]+@[^.]+\..+", $this->arrParam[$value[1]])) {
+        if(strlen($this->arrParam[$value[1]]) > 0 && !ereg("^[^@]+@[^.^@]+\..+", $this->arrParam[$value[1]])) {
             $this->arrErr[$value[1]] = "※ " . $value[0] . "の形式が不正です。<br />";
         }
