/* CSS Document */
body {
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
.top_link { color:#0000FF; }
.top_link:hover{ color:#FF0000; }


* {
	margin: 0;
	padding: 0;
	font-size : 10pt;
	letter-spacing:0.5pt;
	line-height : 150%;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, "qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", sans-serif;
	color : #333333;
} 


.footer{
	color:#FFFFFF;
	font-size:8pt;
	padding-top:7px;
}

.point{
	margin:0px 0px 0px 20pt;
	padding:0px 0px 0px 0px;
}

strong{
	font-weight:bold;
}


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#0000ff;
	text-decoration:underline;
	border:0px;
	padding:3px;
	margin: 0px 0px 0px 0px;
	width:540px;
	/* End layout CSS */

	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	margin: 0px 0px 20px 0px;
	padding:5px;
	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}