@import "/css/common.css";
@import "/css/2nd.css";

#main #left .frame h2     { margin: 0px; }
#main #left .frame .basic { padding: 10px 0px; }
#main #left .frame p      { margin: 0px; padding: 0px 0px 0px 20px; line-height: 1.5em; }
#main #left .frame p.name { margin: 0px; padding: 0px; color: #009552; font-weight: bold; text-align: right; }
#main #left .frame p.note { color: #cc0000; }
div#question h3 { padding: 0px; margin: 0px; font-size: 12px; color: #ae0001; font-weight: bold; }
div#answer   h3 { padding: 0px; margin: 0px; font-size: 12px; color: #0055a5; font-weight: bold; }
div#comment { padding: 10px 0px; }
div#comment p.notice      { padding: 0px; line-height: 1.3em; color: #888; }

#frmQuestion { margin: 10px 0px; padding-left: 20px; }
#frmQuestion th { padding: 5px; font-weight: normal; text-align: right; background-color: #cccccc; }
#frmQuestion td { padding: 5px; font-weight: normal; }

#txt_title    { width: 400px; }
#txt_contents { width: 400px; height: 100px; }
#txt_name     { width: 200px; }
#txt_mail     { width: 300px; ime-mode: disabled; }

/******************************************************************************
 * QUESTIONS LIST
 *****************************************************************************/
div#qlist { }
	#qlist ul { list-style: none; margin: 0px; padding: 0px; }
	#qlist li { list-style: none; padding: 5px 0px; }
