◆特定のIDのCSSを無効にする
document.getElementById("ID指定").disabled = true;--------------------参考サイト--------------------
http://www.openspc2.org/reibun/JavaScript_technique/sample/07_css/011/index.html
document.getElementById("ID指定").disabled = true;<script type="text/javascript" >
<!--
★★★
// -->
</script><script type="text/javascript" >
<!--
document.write("テキスト");
// -->
</script>