@charset "utf-8";
/* CSS Document */
#top_block{
	background:url(../image/topic_banner_news.jpg) center top no-repeat;
}
#article{
	text-align:center;
}
	#article h2{
		font-size:16px;
		font-family:Arial;
		color:#F30;
		line-height:36px;
	}
	#proj_detail{
		width:90%;
		margin:0 auto;
		text-align:left;
		line-height:160%;
	}
#project_list{
	margin:0 auto;
	width:500px;
	text-align:left;
}
#project_list li{
	padding:12px 12px 3px 12px;
	border-bottom:#999900 1px dotted;
}
#project_list a:link{
	color:#333333;
	text-decoration:none;
}
#project_list a:visited{
	color:#333333;
	text-decoration:none;
}
#project_list a:hover{
	color:#FF6600;
	font-weight:600;
	text-decoration:none;
}
