Index: temp/trunk/html/admin/total/class/SC_GraphBase.php
===================================================================
--- temp/trunk/html/admin/total/class/SC_GraphBase.php	(revision 5107)
+++ temp/trunk/html/admin/total/class/SC_GraphBase.php	(revision 5401)
@@ -123,5 +123,6 @@
 			imagefilledrectangle($this->image, $left - 2, $top - 2, $left + $text_width + 2, $top + $font_size + 2, $this->labelbg_color);
 		}
-		$text = mb_convert_encoding($text, "UTF-8", "EUC-JP");
+		//$text = mb_convert_encoding($text, "UTF-8", "EUC-JP");
+		$text = mb_convert_encoding($text, "SHIFT-JIS");
 		if($color != NULL) {
 			ImageTTFText($this->image, $font_size, $angle, $left, $top + $font_size, $color, FONT_PATH, $text);
Index: temp/trunk/html/admin/total/class/config.php
===================================================================
--- temp/trunk/html/admin/total/class/config.php	(revision 5334)
+++ temp/trunk/html/admin/total/class/config.php	(revision 5401)
@@ -5,5 +5,5 @@
 */
 // TTF¥Õ¥©¥ó¥È¥Õ¥¡¥¤¥ë
-define("FONT_PATH", ROOT_DIR . "/data/fonts/sazanami-gothic.ttf");
+define("FONT_PATH", ROOT_DIR . "/data/fonts/wlmaru20044.ttf");
 define("FONT_SIZE", 8);			// ¥Õ¥©¥ó¥È¥µ¥¤¥º
 define("TITLE_FONT_SIZE", 11);	// ¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È¥µ¥¤¥º
