@charset "utf-8";
#container {

	margin:0 auto;
	text-align:left;
	width: 700px;
	background-color: #FFFFFF;
	overflow:hidden;
	clear: left;
}

.path{
	padding:5px 0 5px 10px;
	width:700px;
}



#contentsA {
	position:relative;
	width:520px;
	float:left;
	background-color: #FFFFFF;
}

#Question{
	width:490px;
}

#Question dl{
	margin-left:10px;
}

#Question dt{
	font-size:120%;
	color:#3366FF;
	background:url(images/q.gif) no-repeat 0 0.8em;
	padding:12px 0 12px 27px;
}

#Question dd{
	margin:0 0 20px 27px;
	line-height:1.2;
	
}