Index: /temp/trunk/html/admin/total/class/SC_GraphBase.php
===================================================================
--- /temp/trunk/html/admin/total/class/SC_GraphBase.php	(revision 2871)
+++ /temp/trunk/html/admin/total/class/SC_GraphBase.php	(revision 2872)
@@ -137,5 +137,5 @@
 		$left = ($this->bgw - $text_width) / 2;
 		$top = TITLE_TOP;
-		$this->setText(30, $left, $top, $text, $this->title_color);		
+		$this->setText($font_size, $left, $top, $text, $this->title_color);		
 	}
 	
Index: /temp/trunk/html/admin/total/class/config.php
===================================================================
--- /temp/trunk/html/admin/total/class/config.php	(revision 2871)
+++ /temp/trunk/html/admin/total/class/config.php	(revision 2872)
@@ -7,5 +7,5 @@
 define("FONT_PATH", ROOT_DIR . "/data/fonts/ipag.ttf");
 define("FONT_SIZE", 8);			// ¥Õ¥©¥ó¥È¥µ¥¤¥º
-define("TITLE_FONT_SIZE", 10);	// ¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È¥µ¥¤¥º
+define("TITLE_FONT_SIZE", 14);	// ¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È¥µ¥¤¥º
 define("BG_WIDTH", 720);		// ÇØ·ÊÉý
 define("BG_HEIGHT", 400);		// ÇØ·Ê¹â¤µ
