@charset "UTF-8";

/* ************************************** _

タイトル：faq.css

概要：faq用CSSファイル

制作日：2009.09.18
変更日：2009.09.18


1.question（質問）

2.answer(答）

3. 行間

_ ************************************** */



/*---------1.例示-------*/

ul.FaqList li.faq_q {
	background:transparent url(../images/question.gif) no-repeat scroll 0 4px;
	margin-bottom:5px;
}

ul.FaqList li.faq_a {
	background:transparent url(../images/answer.gif) no-repeat scroll 0 4px;
	margin-bottom:15px;
}



