@charset "utf-8";

/*====================================================================

index.css

======================================================================

	01.news

last update 00/00/00

====================================================================*/
#contents h3{margin-top: 20px;}


/*--------------------------------------------------------------------/
	01.news
/--------------------------------------------------------------------*/

#news {
	margin: 4px auto;
	width: 505px;
	height: 100px;
	overflow: scroll;
	overflow-x: hidden;
}

#news table{
	width: 480px;
}
#news table th,
#news table td{
	padding-top: 8px;
	padding-bottom: 7px;
	border-bottom: dashed 1px #bebebe;
	text-align: left;
	line-height: 1.2;
	vertical-align: top;
}
#news table th{
	width: 100px;
	color: #8b3b38;
	font-size: 10px;
}


