/* CSS Document */
.Listfaq {}
.Listfaq dl{}
.Listfaq dt{
	background-image: url(image/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-left: 20px;
	line-height: 50px;
}
.Listfaq dd{
	background-image: url(image/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	margin-left: 20px;
	line-height: 22px;
	margin-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
