@charset "utf-8";

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

index.css

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

	01.news

last update 00/00/00

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


/*--------------------------------------------------------------------/
	01.news
/--------------------------------------------------------------------*/
#news {
	overflow:auto;
	height:150px;
	width:580px;
}
#news table{
	width: 560px;
}
#news table th,
#news table td{
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
	border-bottom: dotted 1px #e1e1e1;
	padding-top: 3px;
	padding-bottom: 3px;
}
#news table th{
	color: #ea8a00;
	width: 120px;
}

#news a:link,
#news a:visited,
#news a:hover,
#news a:active{color: #ee5300;}

#news a:link   {text-decoration: underline;}
#news a:visited{text-decoration: underline;}
#news a:hover  {text-decoration: none;}
#news a:active {text-decoration: none;}


/*--------------------------------------------------------------------/
	2009/12/09’Ç‹L
/--------------------------------------------------------------------*/
#news_box{
}

.box_d{
	width:584px;
	margin:10px 0 10px 10px;
}