@charset "euc-jp";
/* o¤ªÃÎ¤é¤»CSS */

.news{
	width:560px;
	text-align:left;
	margin:0 auto 10px auto;
	padding:0 0 10px 0;
	border-bottom:1px dotted #eeeeee;
}
.n_title{
	width:530px;
	height:30px;
	margin:0 auto 10px auto;
	background-image:url(../img/title_bg/bg_birds.gif);
	background-repeat:no-repeat;
	padding:0 0 0 30px;
	font-size:14px;
	font-weight:bold;
}
.n_pic{
	width:500px;
	margin:10px auto;
}
.n_msg{
	width:500px;
	margin:0 auto;
}
.n_pic img{
	margin:3px;
	border:1px solid white;
}
