@charset "utf-8";
/* CSS Document */


dl {
	margin: 0 15px 10px 15px;
	}
	
	dl dt {
		background: url(../images/faq/question.jpg) no-repeat 0 5px;
		font-size: 14px;
		padding: 0 0 0 20px;
		margin: 15px 0 10px 0;
		border-bottom: solid 1px #bbb;
		font-weight: bold;
		color: #dd5d5c;
	}

	dl dd {
		margin: 0 0 35px 0;
}
	
	dl dt.name {
		background: url(../images/faq/man.jpg) no-repeat 0 0;
		font-size: 12px;
		padding: 0 0 0 20px;
		margin: 15px 0 -10px 0;
		border-bottom: none;
		font-weight: bold;
		color: #666;
	}