@charset "UTF-8";
/* CSS Document */
#contentstitle_news{
	background:url(images/contentstitle.jpg);
}
#sidebt_title_news{
	background:url(images/sidebt_title_news.gif) no-repeat 0px 0px;
}
#sidebt_title_news.current{
	background:url(images/sidebt_title_news.gif) no-repeat 0px -50px;
}
#sidebt_news_index a{
	background:url(images/sidebt_news_index.gif) no-repeat;
}
#sidebt_news_tv a{
	background:url(images/sidebt_news_tv.gif) no-repeat;
}
#sidebt_news_newspaper a{
	background:url(images/sidebt_news_newspaper.gif) no-repeat;
}
#sidebt_news_magazine a{
	background:url(images/sidebt_news_magazine.gif) no-repeat;
}
#sidebt_news_book a{
	background:url(images/sidebt_news_book.gif) no-repeat;
}
#sidebt_news_web a{
	background:url(images/sidebt_news_web.gif) no-repeat;
}
#sidebt_news_activity a{
	background:url(images/sidebt_news_activity.gif) no-repeat;
}

#news dl{
	padding-bottom:1em;
	border-bottom:1px dotted #ccc;
	margin-bottom:1em;
	margin-top:1em;
}
#news dt{
	float:left;
	width:120px;
}
#news dd{
	float:right;
	width:510px;
}
#news ul{
	margin-left: 0px;
	padding-left: 0px;
}
#news li{
	padding-bottom:1em;
	border-bottom:1px dotted #ccc;
	margin-bottom:1em;
	margin-top:1em;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

