@charset "utf-8";

div.qa-box {
border: 5px solid #ddd;
margin: 0 0 10px 0;
padding: 5px;
}

div.qa-box div.qa-imgbox {
float: left;
width: 190px;
}

div.qa-box div.qa-txtbox {
float: right;
width: 290px;
}

div.qa-box dl dt {
padding: 0 0 5px 20px;
line-height: 160%;
background:url(../img/q.jpg) no-repeat;
}

div.qa-box dl dd {
padding: 0 0 0 20px;
line-height: 160%;
background:url(../img/a.jpg) no-repeat;
}
