@charset "utf-8";

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

index.css

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

	01.news

last update 00/00/00

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


/*--------------------------------------------------------------------/
	01.news
/--------------------------------------------------------------------*/
#news{
	height:90px;
	overflow:auto;
}
#news table{
	border-top: solid 1px #e1e1e1;
	width: 493px;
}
#news table th,
#news table td{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #e1e1e1;
	text-align: left;
	line-height: 1.2;
	vertical-align: top;
}
#news table th{
	width: 150px;
	color: #000;
}


