Index: branches/dev/html/js/site.js
===================================================================
--- branches/dev/html/js/site.js	(revision 301)
+++ branches/dev/html/js/site.js	(revision 302)
@@ -55,5 +55,4 @@
 }
 
-// ¥Õ¥©¡¼¥«¥¹¤òÅö¤Æ¤ë.
 function fnSetFocus(name) {
 	if(document.form1[name]) {
@@ -271,9 +270,9 @@
 		if(document.form1[list[i]]) {
 			if(color == "") {
-				// Í­¸ú¤Ë¤¹¤ë.
+				// Í­¸ú¤Ë¤¹¤ë¡£
 				document.form1[list[i]].disabled = false;
 				document.form1[list[i]].style.backgroundColor = g_savecolor[list[i]];
 			} else {
-				// Ìµ¸ú¤Ë¤¹¤ë.
+				// Ìµ¸ú¤Ë¤¹¤ë¡£
 				document.form1[list[i]].disabled = true;
 				g_savecolor[list[i]] = document.form1[list[i]].style.backgroundColor;
