#content {
	float:left;
	width:610px;
	padding-top:30px;
}
#content h2 { margin:0 0 30px 0; }
#content p {
	line-height:20px;
	margin:10px 0 20px;
}
#content .yellow_box {
	background-color:#EDE80D;
	width:570px;
	padding:20px;
}
#content .image { float:left; }
#content .detail {
	width:390px;
	float:right;
}
#content .detail p {
	margin:0;
	line-height:20px;
}
#content .source {
	margin:15px 0 0 0;
	padding:20px;
	background-color:#FFFFFF;
	width:350px;
	font-size:11px;
	line-height:17px;
	color:#003461;
	overflow-x:auto;
}
#content .caution {
	font-size:10px;
	color:#006AB7;
	line-height:17px;
	margin:16px 0 60px;
}

/* -- side bar -- */
#sidebar { width:200px; }
