.dhtmlgoodies_question{	/* 質問部分 */
	color:#555555;
	font-size:12px;
	width:550px;
	background-color:#F1F0EB;
	/*	background-image:url(../../link/link-images/link-back.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
*/	overflow:hidden;
	cursor:pointer;
	border: 1px solid #C6C6C6;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	margin-top: -1px;
	line-height: 1.4em;
}
.dhtmlgoodies_answer{	/* 解答部分*/
	background-color:#FFFEF4;
	width:560px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}
.dhtmlgoodies_answer_content{	/* 解答部分のコンテンツ */
	color:#5F5147;
	padding:10px;
	font-size:12px;
	position:relative;
	letter-spacing:0.1em;
	line-height: 1.5em;
}
