Index: /temp/trunk/html/admin/total/index.php
===================================================================
--- /temp/trunk/html/admin/total/index.php	(revision 2897)
+++ /temp/trunk/html/admin/total/index.php	(revision 2912)
@@ -380,5 +380,4 @@
 			$startKey = $sy . "Ç¯" . $sm . "·î" . $sd . "Æü";
 			$endKey = $ey . "Ç¯" . $em . "·î" . $ed . "Æü";
-			
 			$objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $startKey . " - " . $endKey);
 			
@@ -422,5 +421,13 @@
 			// ËÞÎã¤ò¥»¥Ã¥È¤¹¤ë
 			$objGraphPie->setLegend(array_keys($arrList));
-		
+
+			// ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ®
+			$arrKey = array_keys($arrList);
+			list($sy, $sm, $sd) = split("/" , $arrKey[0]);
+			list($ey, $em, $ed) = split("/" , $arrKey[count($arrKey) - 1]);
+			$startKey = $sy . "Ç¯" . $sm . "·î" . $sd . "Æü";
+			$endKey = $ey . "Ç¯" . $em . "·î" . $ed . "Æü";
+			$objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $startKey . " - " . $endKey);
+					
 			// ±ß¥°¥é¥ÕÉÁ²è
 			$objGraphPie->drawGraph();
