@import url(./base.css);

/* 以下デフォルト */
body,tr,td,th { font-size: 10pt; 
font-family: "ＭＳ Ｐゴシック" 
}
.form1 { font-size: 10pt; color: #414141; border-top: solid  1px; border-bottom: solid  1px; border-left: solid  1px; border-right: solid  1px; background-color: #fbfbff }
.form2 { font-size: 10pt; color: #414141; border-width : 0px ;}
.formb{
font-size: 10pt; color : #414141;
 border-top: solid  1px; border-bottom: solid  1px; border-left: solid  1px; border-right: solid  1px; border-color : ; background-color: #c3c3c3;
 }

HR{ color : $line_color; }
small { font-size: 8pt }

span { font-size: $t_size }
big  { font-size: 12pt }
INPUT{ background-color : #eeffff; }
textarea,input{
font-size: $b_size; color : $tx2;
border-width : 1px ; border-style : solid ; border-color : $form_bordercol; background-color: $button_bg_col;
}

