@charset "utf-8";

ul.question { margin:0 0 20px 0; width:560px; }
ul.question li { width:560px; border-bottom:1px dashed #CCCCCC; }
ul.question li .q { width:20px; float:left; }
ul.question li a { width:550px; display:block; padding:5px; text-decoration:none; }
ul.question li a:hover { background:#ffe8e8; }

dl.answer { width:560px; margin:0 0 20px 0; }
dl.answer dt { color:#c40303; font-weight:bold; margin:0 0 8px 0; }
dl.answer dd { background:#ececec; padding:10px; }


