@charset "utf-8";

#top_content_left{
	width: 700px;
	float: left;
	border-top: 5px solid #e67e22;
}

	.top_left_headline{
		font-weight: bold;
		font-size:16px;
		padding: 3px 0 0 15px;
		margin: 0 0 30px;
	}

	#top_news_list{
		margin: 0 15px;
	}

		#top_news_list li{
			padding: 0 0 10px;
			border-bottom: 2px dotted #666;
			margin: 0 0 10px;
		}

			#top_news_list .news_date{
				float: left;
				width: 100px;
				font-weight: bold;
			}

			#top_news_list .news_text{
				float: left;
				width: 500px;
			}

#top_content_right{
	width: 230px;
	float: right;
	border-top: 5px solid #e67e22;
}

	#top_content_right p{
		margin: 0 0 10px;
	}

	.top_right_headline{
		font-weight: bold;
		font-size:16px;
		padding: 3px 0 0 7px;
		margin: 0 0 10px;
	}
