@charset "utf-8";
/* CSS Document */
#content {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.blue_flame {
	background-color: #0096DC;
	width: 100%;
	height:5px;
}
#content h1 {
	color: #05A0E8;
	text-decoration: underline;
	font-size: 160%;
	text-align: center;
}

#content dt {
	float: left;
	width: 70px;
	font-size: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content dd {
	font-size: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.anserflame{
	width: 1080px;
	border: 1px solid #05A0E8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.anserflame dt{
	height: 80px;
}

.anserdd{
	font-size: 130%;
	color: #000;
	line-height: 1.6;
}
.qcolor{
	color: #05A0E8;	
}