@charset "utf-8";
/* CSS Document */
body { background:#fff url(/common/images/contents/background/bg_news.jpg) top center no-repeat; }

/******************************************************************************
* main
*******************************************************************************/
#container {
	float:left;
	width:785px;
}
/*news
****************************************/
#news dt {
	clear:both;
	float:left;
	width:80px;
}
#news dd {
	margin:0 0 10px 80px;
	padding-bottom:10px;
	border-bottom:#ccc 1px dashed
}
#news dd:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #news dd { zoom: 1; } /* IE6 */
*:first-child+html #news dd { zoom: 1; } /* IE7 */
#news dd.bottom {
	margin:0 0 10px 80px;
	border:0;
}
#news dd p {
	float:left;
	width:390px;
	margin:0;
}
#news dd span {
	float:right;
	width:120px;
	font-size:0.833em;
}
/*aboutRss
****************************************/
#aboutRss {
	margin-bottom:10px;
	padding-bottom:3px;
	background:url(/common/images/contents/background/bg_center01_bottom.gif) center bottom no-repeat;
}
#aboutRss .inner {
	padding:10px;
	background:url(/common/images/contents/background/bg_center01_body.gif) center repeat-y;
}
#aboutRss .inner p { margin-bottom:10px; }
