body {
	padding: 0px;
	margin: 0px;
}
#news_list {
	width: 390px;
}
#news_list .list {
	width: 390px;
	height: 24px;
	border-bottom: 1px dotted #666666;
}

#news_list .new {
	width: 50px;
	height: 24px;
	float: left;
	background-image: url(../img/new.png);
	background-repeat: no-repeat;
}
#news_list .old {
	width: 50px;
	height: 24px;
	float: left;
}

#news_list .date  {
	width: 80px;
	float: left;
	height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 24px;
	text-indent: 10px;
}
#news_list .note {
	width: 250px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news_list .list2 {
	width: 390px;
	height: 48px;
	border-bottom: 1px dotted #666666;
}

#news_list .new2 {
	width: 50px;
	height: 48px;
	float: left;
	background-image: url(../img/new.png);
	background-repeat: no-repeat;
}
#news_list .old2 {
	width: 50px;
	height: 48px;
	float: left;
}

#news_list .date2  {
	width: 80px;
	float: left;
	height: 48px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 24px;
	text-indent: 10px;
}
#news_list .note2 {
	width: 250px;
	height: 48px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.list .note a {
	text-decoration: none;
	color: #0000FF;
}
.list .note a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.list2 .note2 a {
	text-decoration: none;
	color: #000000;
}
.list2 .note2 a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.red {
 color: #FF0000;
 
}

