@charset "utf-8";

.ir .profile_list {
	width: 772px;
	overflow: hidden;
	margin: 35px 0 40px 0;
}
.ir .profile_list li {
	float: left;
	margin: 0 10px 14px 0;
}
.ir .news_area {
	width: 758px;
	padding: 10px 0 35px 0;
	margin-top: 10px;
	border: 1px solid #0080cc;
}
.ir .news_area div {
	width: 718px;
	padding: 0 20px;
	margin-bottom: 5px;
}
.ir .news_area div.current {
	background: #f2f8fc;
}
.ir .news_area div dl {
	width: 718px;
	display: block;
	padding: 10px 0 14px 0;
	overflow: hidden;
	font-size: 117%;
	border-bottom: 1px dotted #c8ddf0;
	position: relative;
	top: 3px;
}
.ir .news_area div .last {
	border-bottom: none;
}
.ir .news_area div dl dt {
	width: 85px;
	float: left;
	padding-left: 35px;
	display: block;
	word-wrap: break-word; 
}
.ir .news_area div dl .new {
	background: url(/english/ir/img/ico-new.gif) no-repeat left center;
}
.ir .news_area div dl dd {
	width: 558px;
	padding: 0 20px;
	float: left;
	display: block;
}
.ir .news_area div dl dd a,
.ir .news_area div dl dd a:visited {
	color: #0080cc;
}
.ir .news_area div dl dd a:hover {
	text-decoration: underline;
}