@charset "utf-8";
/* CSS Document */
#background #question{
	margin-bottom: 30px;
}
#background #question dt{
	margin:25px 0 5px;
	}
#background #question dt:first-child{
	margin-top: 0;
}

#question dd{
	padding:0 5px;
	margin:0 0 5px;
	font-size:110%;
	}
	
#question dd a{
	color:#09F;
	text-decoration:underline;
	}
	
#question dd a:hover{
	color:#F30;
	text-decoration:none;
	}
	
#question_answer dd{
	margin:5px 0 30px 20px;
	}	