@charset "utf-8";

/*-------------------------------------------------
  レイアウト指定
  作成者：Satomi Nagashima
  作成日：2009/8/11
  最終更新日：2009/8/11
--------------------------------------------------*/


/*回答一覧
--------------------------------------------------*/
dl.faq{
	background-color:#FFFFFF;
	padding:0 20px 10px 20px;
	margin:10px 0;
}

dl.faq dt{
	background-image:url(../imgs/img_q.gif);
	background-repeat: no-repeat;
	background-position:0 15px;
	padding: 20px 0 15px 40px;
	font-weight: bold;
	border-bottom:solid 1px #C8BE9D;
}

dl.faq dd{
	background-image:url(../imgs/img_a.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	padding: 0 0 0 40px;
	margin-top:10px;
	min-height:30px;
}
* html dl.faq dd{
	height:30px;
}