Index: branches/dev/html/js/site.js
===================================================================
--- branches/dev/html/js/site.js	(revision 11466)
+++ branches/dev/html/js/site.js	(revision 11470)
@@ -361,4 +361,7 @@
 // ¥é¥¸¥ª¥Ü¥¿¥ó¤Ë¤è¤ëÉ½¼¨¡¦ÈóÉ½¼¨
 function fnChangeVisible(check_id, mod_id){
+
+	document.getElementById(mod_id).disabled = true;
+		
     if (document.getElementById(check_id).checked){
 		document.getElementById(mod_id).disabled = false;
