Index: branches/dev/html/admin/total/class/SC_GraphBase.php
===================================================================
--- branches/dev/html/admin/total/class/SC_GraphBase.php	(revision 177)
+++ branches/dev/html/admin/total/class/SC_GraphBase.php	(revision 181)
@@ -74,6 +74,6 @@
 	// ¥ê¥µ¥ó¥×¥ë
 	function resampled() {
-		$new_width = $this->bgw * 0.9;
-		$new_height = $this->bgh * 0.9;		
+		$new_width = $this->bgw * 0.8;
+		$new_height = $this->bgh * 0.8;		
 		$tmp_image = imagecreatetruecolor($new_width, $new_height);
 		if(imagecopyresampled($tmp_image, $this->image, 0, 0, 0, 0, $new_width, $new_height, $this->bgw, $this->bgh)) {
