Index: temp/trunk/html/js/navi.js
===================================================================
--- temp/trunk/html/js/navi.js	(revision 3206)
+++ temp/trunk/html/js/navi.js	(revision 3207)
@@ -28,6 +28,9 @@
 	
 	// ¥µ¥Ö¥Ê¥Ó¤ÎÉ½¼¨ÀÚÂØ
-	function naviStyleChange(ids, color){
-		document.getElementById(ids).style.backgroundColor = color;
+	function naviStyleChange(ids, bcColor, color){
+		document.getElementById(ids).style.backgroundColor = bcColor;
+		if(color != '') {
+			document.getElementById(ids).style.color = color;
+		}
 	}	
 
