/* Ž–—á
------------------------------------------------ */
.box{
	width:600px;
	margin:0 auto;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px #666 dashed;
}
.box .photo{
	width:300px;
	float:left;
}
.box .comment{
	width:290px;
	text-align:left;
	float:right;
}
.box .comment dt{
	font-weight:bold;
	margin-bottom:10px;
	color:#000;
}

.example{
	width:600px;
	text-align:left;
}

.example dt{
	background:url(../achievements/image/icon.gif)no-repeat;	
	float:left;
	padding-left:24px;
	margin-right:15px;

}

