
#news{
	margin			: 10px 0 0 0;
}

#news .news_box{
	margin			: 0 0 10px 0;
	padding			: 10px 10px 0 10px;
	border-top		: 1px dotted #cccccc;
}

#news .news_box:first-child{
	margin			: 0 0 10px 0;
	padding			: 0 10px 0 10px;
	border-top		: none;
}

#news .news_box .news_h3{
	font-size		: 13px;
	font-weight		: bold;
	line-height		: 16px;
	color			: #663300;
	padding			: 0 0 0 0;
}

#news .news_box .news_date{
	font-size		: 11px;
	line-height		: 14px;
	color			: #990066;
	padding			: 0 0 0 0;
	margin			: 0 0 5px 0;
}

#news .news_box .news_text{
	border-top		: 1px dotted #cccccc;
	font-size		: 13px;
	line-height		: 16px;
	padding			: 10px 0 0 0;
	margin			: 0 0 5px 0;
}

#news .news_box:last-child{
	margin			: 0 0 10px 0;
}


#icon{
	width		: 100%;
	height		: 25px;
	text-align	: right;
	position	: relative;
	margin		: 5px 0 0 0;
	border-bottom	: 2px dotted #cccccc;
}

#i_t{
	width		: 136px;
	position	: absolute;
	top			: 0;
	left		: 6px;
}

#i_g{
	width		: 32px;
	position	: absolute;
	top			: 0;
	left		: 110px;
}

#i_f{
	width		: 120px;
	position	: absolute;
	top			: 0;
	right		: 40px;
}

#i_h{
	width		: 20px;
	position	: absolute;
	top			: 0;
	right		: 8px;
}