.dhtmlgoodies_question{	/* 質問部分 */
	color : #3366CC;
	font-size:12px;
	width:190px;
	margin-bottom:2px;
	padding-left:10px;
	padding-bottom:10px;
	height:15px;
	overflow:hidden;
	cursor:pointer;
	border: 1px solid #3366CC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-left:;
	margin-bottom: 8px;
}
.dhtmlgoodies_answer{	/* 解答部分*/
	border:1px dotted #3366CC;
	width:auto;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom:5px
	margin-left: 20px;
	margin-bottom: 15px;
}
.red {
    color : #FF0000;
	padding : 0;
	text-align : justify;
}
.dhtmlgoodies_answer_content{	/* 解答部分のコンテンツ */
	padding:1px;
	font-size:12px;	
	position:relative;
}

