@charset "utf-8";
/* favorable.htm CSS Document */
#main #container #news ol,#main #container #news ul {
	margin-top:5px;
}
#main #container #news ol li,#main #container #news ul li {
	line-height:22px;
	list-style:none;
	background:transparent url(../images/arrow.gif) left no-repeat;
	margin-left:20px;
	padding-left:10px;
	border-bottom:1px dotted #99978f;
}
#main #container #news ol li strong,#main #container #news ul li strong {
	float:right;
	margin-right:10px;
}
#main #container #news ol li a,#main #container #news ul li a {
	padding-left:20px;
	*padding-left:0;
}
