@charset "utf-8";

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

index.css

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

	01.news

last update 00/00/00

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



/*====================================================================
	news
====================================================================*/
#news div{
	width:600px;
	height:260px;
	overflow:auto;
}
#news table{
	width:550px
}
#news th,
#news td{
	margin:0;
	padding:8px 15px;
	border-bottom:1px solid #e1e1e1;
	text-align:left;
	vertical-align:top;
}

/*	news_more
====================================================================*/
#news_more{
	float:right;
	margin-top:10px;
}
#news_more:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}

