@charset "UTF-8";

.switch,
.execute {
 cursor:pointer;
/* cursor:expression(if(document.compatMode==="CSS1Compat"?"pointer":"hand")); IE6対策*/
 text-decoration:underline;
}
INPUT.switch,
INPUT.execute { text-decoration:none;}

.switchtarget { display:none;}
