Index: /branches/dev/html/frontparts/bloc/cart.php
===================================================================
--- /branches/dev/html/frontparts/bloc/cart.php	(revision 17)
+++ /branches/dev/html/frontparts/bloc/cart.php	(revision 242)
@@ -51,9 +51,11 @@
 	
 	// Á÷ÎÁÌµÎÁ¤Þ¤Ç¤Î¶â³Û
-	$deliv_free = $arrInfo['free_rule'] - $ProductsTotal;
-	$arrCartList[0]['free_rule'] = $arrInfo['free_rule'];
-	$arrCartList[0]['ProductsTotal'] = $ProductsTotal;
-	$arrCartList[0]['TotalQuantity'] = $TotalQuantity;
-	$arrCartList[0]['deliv_free'] = $deliv_free;
+	if($arrInfo['free_rule'] > 0){
+		$deliv_free = $arrInfo['free_rule'] - $ProductsTotal;
+		$arrCartList[0]['free_rule'] = $arrInfo['free_rule'];
+		$arrCartList[0]['ProductsTotal'] = $ProductsTotal;
+		$arrCartList[0]['TotalQuantity'] = $TotalQuantity;
+		$arrCartList[0]['deliv_free'] = $deliv_free;
+	}
 	
 	$objSubPage->arrCartList = $arrCartList;
