@import url(../contents.css);

#contents p.question {
display: block;
width: 450px;
padding: 10px;
padding-left: 40px;
margin-bottom: 10px;
background: url(images/back_question.gif) no-repeat 5px 5px #B8DDE9;
border: 1px solid #6CF;
}

#contents p.answer {
display: block;
width: 450px;
padding: 10px;
padding-left: 40px;
margin-bottom: 30px;
background: url(images/back_answer.gif) no-repeat 5px 5px #FAF1D3;
border: 1px solid #FC0;
}