@charset "UTF-8";
/*outline*/
#outline {
	margin-bottom: 30px;
}

#outline dt {
	float: left;
	width: 100px;
	margin-bottom: 10px;
	line-height: 140%;
	font-size: 92%;
}

#outline dd {
	margin-left: 100px;
	margin-bottom: 10px;
	line-height: 140%;
	font-size: 92%;
}


/*found*/
#found {
	margin-bottom: 30px;
}

#found dt {
	float: left;
	width: 100px;
	margin-bottom: 10px;
	line-height: 140%;
	font-size: 92%;
}

#found dd {
	margin-left: 100px;
	margin-bottom: 10px;
	line-height: 140%;
	font-size: 92%;
}

