@charset "utf-8";

/*-------------------------------------------------
  基本設定
  作成者：Hidemi Iwazaki
  作成日：2009/12/09
  最終更新日：2009/12/09
--------------------------------------------------*/

/*Q&A
--------------------------------------------------*/
dl.faq{
	margin:0;
}

dl.faq dt{
	background-image:url(../imgs/ic_q.gif);
	background-repeat: no-repeat;
	background-position:0 5px;
	padding: 5px 0 10px 40px;
	font-weight: bold;
	color:#000099;

}

dl.faq dd{
	background-image:url(../imgs/ic_a.gif);
	background-repeat: no-repeat;
	background-position:0 5px;
	padding: 5px 0 0 40px;
	margin-top:5px;
	min-height:26px;
}

* html dl.faq dd{
	height:26px;
}

.line{


}