/* CSS Document */ fieldset{ padding:0px; border: 1px solid #ffffff; font-size:x-small; /* IE5.x */ voice-family:"\"}\""; voice-family:inherent; font-size:small; /* for Modern Browsers */ } * html fieldset{ font-size:x-small; /* for IE6 */ } form{ padding:0; margin:0; } form fieldset dl dt, form fieldset dl.wide dt{ width: 12em; float: left; padding:0 1em 0 0; text-align: left; font-weight: bold; } * html form fieldset dl dt, * html form fieldset dl.wide dt{ padding: 5px 1em 5px 0; /* for IE6 */ } form fieldset dl dd, form fieldset dl.wide dd { padding: 0px;  } * html form fieldset dl dd, * html form fieldset dl.wide dd { padding: 5px; /* for IE6 */  } /* フォーム内にあるdt幅が小さめのもの */ form fieldset dl dt{ width: 12em; } form fieldset dl dd { margin-left: 13em;  } /* フォーム内にあるdt幅が大きめのもの */ form fieldset dl.wide dt{ width: 14em; } form fieldset dl.wide dd { margin-left: 15em;  } select.4{ width:6em; } select.15{ width:15em; } input.text{ width:15em; color: #333; background: #fff; }