/* トップページ新着情報用 */


#new{
	width: 500px;
	padding: 0px;
	text-align: left;
}

#new_list{
	width: 480px;
	margin: 0 auto;
	padding: 0px;
	border: none;
	line-height: 200%;
	text-align: left;
}

.new_title a{
	color: #0000CC;
	text-decoration: none;
}

.new_title a:visited{
	color: #0000CC
	text-decoration: none;
}

.new_title a:hover{
	color: #CCCC00;
	text-decoration:underline;
}


/* //カテゴリーテキスト色分け// */

/* カテゴリー：INDEX・CONTENTS等 */
#new_main{
	font-weight: bold;
	color: #666666;
}

/* カテゴリー：プロジェクトグループ「基盤情報」 */
#new_pj01,#new_pj05{
	font-weight: bold;
	color: #993333;
}

/* カテゴリー：プロジェクトグループ「アプリケーション」 */
#new_pj02 {
	font-weight: bold;
	color: #CCCC00;
}

/* カテゴリー：プロジェクトグループ「LSI実装技術等」 */
#new_pj03 {
	font-weight: bold;
	color: #336633;
}


/* カテゴリー：プロジェクトグループ 無し */
#new_pj_default {
	font-weight: bold;
	color: #663377;
}


#new_list .search_result .new_title,
#new_list .search_result #new_pj01,
#new_list .search_result #new_pj02,
#new_list .search_result #new_pj03,
#new_list .search_result #new_pj_default,
#new_list .search_result #new_title,
#new_list .search_result .nwp
{
border-bottom:1px solid #cccccc;
}

#new_list .search_result .nwp {
text-align:right;
}


