Index: branches/version-1/html/shopping/deliv.php
===================================================================
--- branches/version-1/html/shopping/deliv.php	(revision 11785)
+++ branches/version-1/html/shopping/deliv.php	(revision 17686)
@@ -113,4 +113,8 @@
 	} elseif($_POST['deliv_check'] >= 1) {
 		if (sfIsInt($_POST['deliv_check'])) {
+			$deliv_count = $objQuery->count("dtb_other_deliv","customer_id=? and other_deliv_id = ?" ,array($objCustomer->getValue('customer_id'), $_POST['deliv_check']));
+			if ($deliv_count != 1) {
+            	sfDispSiteError(CUSTOMER_ERROR);
+            }
 			// ÅÐÏ¿ºÑ¤ß¤ÎÊÌ¤Î¤ªÆÏ¤±Àè¤ò¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë½ñ¤­¹þ¤à
 			lfRegistOtherDelivData($uniqid, $objCustomer, $_POST['deliv_check']);
@@ -120,4 +124,5 @@
 			header("Location: " . URL_SHOP_PAYMENT);
 			exit;
+
 		}
 	}else{
