

/*
　全体設定
*/
*{font-size:12px;}
.char{ime-mode:disabled;}
em{color:#cc0000;font-style:normal;font-weight:bold;}
#content{width:990px;margin:auto;}
.btn{width:150px;}
input,select{padding:3px;margin:2px;}

#content h2{width:400px;background-color:#cc0000;color:white;padding:5px;}

/*
 　入力画面
*/

.input{width:100%;}
.input td{padding:5px;}
.input td#m{background-color:#eee;border-bottom:3px solid #ccc;border-left:8px solid #ccc;}

.preview{width:100%;}
.preview td{padding:5px;}
.preview td#m{background-color:#eee;border-bottom:3px solid #ccc;border-left:8px solid #ccc;}


