@charset "utf-8";
#attentionbox{
	width:960px;
	margin-bottom:20px;
	background:#f5f5f5;
	overflow:hidden;
}

#attentionbox dt{
	width:160px;
	padding:10px 0 0 10px;
	font-weight:bold;
	color:#666;
	float:left;
}
#attentionbox dd{
	padding:10px 10px 10px 180px;
	border-bottom:1px dotted #ccc;
}
#attentionbox dd.last{
	border:0;
}

#btn_ent{
	padding:0px 0px 20px 0px;
	text-align:center;
}
#btn_ent a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}