@import url("http://www.ibec.or.jp/best/css/common_design.css");
<style type="text/css">

/* The BEST Program【ザ・ベスト・プログラム】CSS Document */


/*-----------------------------------------------------------
	お知らせ一覧表示設定
-----------------------------------------------------------*/

dl.listNews {
	margin-bottom: 10px;
}
dl.listNews dt {
	padding-top: 5px;
	line-height: 1.5;
}
dl.listNews dt img{
	vertical-align: middle;
	margin-right:5px;
}

dl.listNews dd {
	margin: -1.5em 0 5px;
	padding: 0 0 10px 14.5em;
	line-height: 1.5;
	background: url(http://www.ibec.or.jp/best/images/other/dotline.gif) repeat-x left bottom;
}
	
html* dl.listNews dd {
	padding: 0 0 10px 15em;
}


/*-----------------------------------------------------------
	サイトマップ
-----------------------------------------------------------*/
#sitemap_tree {
	margin: 0 10px;
}

#sitemap_tree ul {
	list-style: none;
}

#sitemap_tree .top {
	background: url(http://www.ibec.or.jp/best/images/arrow/arrow_orange.gif) no-repeat 0px 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	font-weight: bold;
}

/*サイトマップ>トップページ*/
#sitemap_tree .top a {
	text-decoration: none;
	padding-left: 20px;
	color: #0A50A1;
}

#sitemap_tree .top a:hover {
	color:#CC6600;
}


/*サイトマップ>グローバルナビゲーション*/

#sitemap_tree .gl_cat {
	background: url(http://www.ibec.or.jp/best/images/arrow/arrow_orange.gif) no-repeat left 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
}

#sitemap_tree .gl_cat a {
	text-decoration: none;
	padding-left: 20px;
	color: #0A50A1;
}

#sitemap_tree .gl_cat a:hover {
	color:#CC6600;
}

/*サイトマップ>第２階層*/
	
#sitemap_tree ul {
	list-style: none;
	padding-left: 20px;
}

.sub_cat {
	background: url(http://www.ibec.or.jp/best/images/arrow/arrow_guide.gif) no-repeat 5px center;
	margin-bottom: 5px;
}

.sub_cat a {
	padding-left: 10px;
	text-decoration: none;
	color: #0A50A1;
}

.sub_cat a:hover {
	color:#CC6600;
}

</style>