@charset "utf-8";
/* CSS Document */

dl#qa{
	padding : 30px 0 0 20px;
	width : 460px;
}

dl#qa dt{
	padding : 0 0 20px 60px;
	height : 32px;

	background:url(img/dt_q.gif) no-repeat;
}
dl#qa dd{
	padding :0 0 0 60px;

	word-break : break-all;

	background:url(img/dd_a.gif) no-repeat;
}