/* CSS Document */

div.newsbox{
	text-align:center;
	width:710px; 
	margin:0 auto;	
	}
table.news{
	width:680px;
	border:0;	
	}
table.news th{
	padding:3px 0 3px 15px;
	text-align:left;
	
	}	
table.news td{
	vertical-align:top;
	
	}
table.news{

	}
table.news th.day{
	background-image:url(../img/template/news_icon.gif);
	background-repeat:no-repeat;
	background-position:center left;
	border-bottom:2px solid #B8AE91;
	padding:3px 0 3px 15px;
	}					
table.news th.title{
	border-bottom:2px solid #B8AE91;
	padding:3px 0 3px 10px;	
	}	
table.news td.image{
	text-align:center;
	padding:10px 10px 30px 10px;	
	}
table.news td.comment{
	padding:10px;	
	}							

/* 2024-04-18 ADD */
table.news{
	width:100%;
}