@charset "utf-8";
/*recommend*/
div#top_recommend{
	width:355px;
	float:left;
	margin:0 17px 0 0;
	background:url(http://foresight.main.jp/webimg/top/recommend_bg_b.png) bottom left no-repeat;
}
div#top_recommend ul.firstChild{
	width:355px;
	background:url(http://foresight.main.jp/webimg/top/recommend_bg_t.png) top left no-repeat;
	padding:1px;
}
div#top_recommend ul{
	width:355px;
	background:url(http://foresight.main.jp/webimg/top/recommend_bg_m.png) top left repeat-y;
	padding:1px;
}

div#top_recommend ul li{
	padding:7px 10px;
	height:127px;
	width:98px;
	float:left;
	overflow:hidden;
}
div#top_recommend ul li dl dd{
	font-size:12px;
	text-align:center;
	word-break:break-all;
	word-wrap:break-word;
}
div#top_recommend ul li dl dt{
	margin:0 0 8px 0;
}
div#top_recommend ul li dl dd{
	line-height:120%;
}


/*news*/
div#top_news{
	width:302px;
	float:left;
	background:url(http://foresight.main.jp/webimg/top/news_bg_b.png) bottom left no-repeat;
}
div#top_news dl{
        height:702px;
        overflow-y:scroll;
	width:302px;
	background:url(http://foresight.main.jp/webimg/top/news_bg_t.png) top left no-repeat;
	padding:0 7px 7px 7px;
}
div#top_news dl dt{
	font-weight:bold;
	font-size:12px;
	color:#AC0808;
	padding:7px 0 0 0;
	line-height:188%;
}
div#top_news dl dd{
	font-size:12px;
	line-height:120%;
}
div#top_news p.more{
	text-align:right;
	font-weight:bold;
	font-size:12px;
	margin:0 7px 7px 0;
}


