>>336
さんくす
それだと<style type="text/css"> … </style>をまるごと消してるみたいだね
例)
a,p{size:15px; color:yellow !important;}
.top,#center1{size:16px; background-color:red;}

こういうので例えば size:xx; だけスクリプトで削除できればと・・・
 ↓
a,p{color:yellow;}
.top,#center1{background-color:red;}