@charset "UTF-8";
/* CSS Document */


/***************************************
　link　リンクページ
***************************************/

#news
{
}

#news h3 {
	font-size: 18px;
	margin: 15px auto;
	font-weight: 600;
}

#news p {
	font-size: 12px;
	margin: 15px auto;
	line-height: 25px;
}
#news p span {
	font-size: 14px;
	font-weight: 600;
}

#news hr {
	width: auto;
	margin: 20px auto;
}
#news a:hover {
	opacity: 0.6; 
    filter: alpha(opacity=60); 
    -moz-opacity: 0.6;
}

#news img {
	float: right;
}