div.news_header_list{
	width:100%;
	height: 40px;
	background: #ffe898 url(bk_list1.jpg) repeat-x;
	margin-top: 10px;
}

table.news_header_list_content{
	width:100%;
	height: 100%;
}

table.news_header_list_content td{
	padding:5px;
}

table.news_header_list_content tr td.id{
	width:5%;
}

table.news_header_list_content tr td.title{
	width:70%;
}

table.news_header_list_content tr td.date{
	width:10%;
}

table.news_header_list_content tr td.del{
	width:20%;
}


div.news_list1{
	width:100%;
	background: #fdf5da;
}
div.news_list2{
	width:100%;
	background: #ffecac;
}

table.news_list_content{
	width:100%;
	height: 100%;
}

table.news_list_content td{
	padding:5px;
}

table.news_list_content tr td.id{
	width:5%;
}

table.news_list_content tr td.title{
	width:70%;
}

table.news_list_content tr td.date{
	width:10%;
}

table.news_list_content tr td.del{
	width:20%;
}


