/******************************************************************	Ver 1.0		*
*	News List
********************************************************************************/
#news_section
{
	padding:15px;
}

#news_section .newshl_max
{
	text-align: right;
	padding: 5px;
}

#news_section #news_area
{
	background:rgb(255,255,255);		/*	ie6,ie7	*/
	background:rgba(255,255,255,.7);

	width:623px;
	height:125px;

	overflow:auto;
	border:1px solid #888888;
	text-transform:capitalize;
}

#news_section .news_list
{
	border-bottom:1px dotted #666666;
}

#news_section #news_area .ex1
{
	width:20px;
	height:20px;
	float:left;
	text-align:left;
	margin:5px 0 0 0;
}

#news_section #news_area .ex2
{
	width:100px;
	height:20px;
	float:left;
	text-align:left;
	margin:5px 0 0 0;
	padding-left:5px;
}

#news_section #news_area .ex3
{
	width:460px;
	height:20px;
	float:left;
	text-align:left;
	margin:5px 0 0 10px;
}

/******************************************************************	Ver 1.0		*
*	オーバーライド
********************************************************************************/
#news_section a:link	{	color:#808080;	}
#news_section a:visited	{	color:#808080;	}
#news_section a:hover	{	color:#c00000;	}
#news_section a:active	{	color:#c00000;	}
