@charset "utf-8";
/* CSS Document */

dl.faq {
	width: 708px;
	margin-bottom: 20px;
	padding: 10px;
	background-image: url(../../img/plan/text_bg.png);
	border-left: 2px dotted #dfe0d4;
}
dl.faq dt{
	color: #900;
	background-image: url(../../img/faq/dt_q.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
	}

dl.faq dd{
	margin-bottom: 1em;
	background-image: url(../../img/faq/dd_a.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1.5em;
	}
	