@charset "utf-8";

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

index.css

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

	01.news

last update 00/00/00

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


/*--------------------------------------------------------------------/
	01.news
/--------------------------------------------------------------------*/
#news{
	background:url(../../img/news_bg.gif) repeat-y;
	width:513px;
}

#news table{
	width: 500px;
	margin:0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#news table th,
#news table td{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: dotted 1px #e1e1e1;
	text-align: left;
	line-height: 1.2;
	vertical-align: top;
}
#news table th{
	width: 120px;
	color: #7e0101;
	padding-left:10px;
}


