@charset "UTF-8";
/* CSS Document */

@import "/lib/cmn_css/component.css";

#contents ul.newsList {
	background: url(/lib/img_cmn/bg_ccc_dotted.gif) left top repeat-x;
	margin: 0 0 25px 10px;
	width: 705px;
}

#contents ul.newsList li {
	background: url(/lib/img_cmn/bg_ccc_dotted.gif) left bottom repeat-x;
	line-height: 140%;
	padding: 10px 0 10px 0;
	width: 705px;
}

#contents ul.newsList li span.day {
	margin-right: 10px;
	padding-left: 10px;
	float: left;
	width: 90px;
}

#contents ul.newsList li span.news {
	float: left;
	width: 600px;
}

