body {
	background-color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	color:#000;
	padding:0;
	margin:0;
}
#news_navi {
	text-align:left; width:565px; height:128px;
}
#news_navi a {
	text-decoration:none;
	color:#63B8DE;
	padding-left:5px;
	line-height:20px;
}
.newsbox .newscst {
	margin-top: 10px;
	margin-bottom: 0px;
}
.newsbox .day {
	background:url(../images/top/top_04.gif) left top no-repeat;
	padding-left:5px;
	float: left;
	width: 70px;
}
.newsbox dl {
	margin-left: 85px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.newsbox dt {
	margin-left: 0px;
	padding-left: 0px;
	text-indent: -3px;
	font-weight: bold;
}
.newsbox dd {
	margin-left: 0px;
	line-height: 150%;

}


/* ----------------------------------------------
 * 新着情報
---------------------------------------------- */
#newsBox .newscst {
}
	#newsBox .newscst dt {
		width: 40px;
		background: url("../images/top/news_icon.gif") no-repeat left center;
		padding: 0 0 0 8px;
		float: left;
	}
	#newsBox .newscst dd {
		float: left;
	}
		#newsBox .newscst dd h3 {
			margin: 0 0 2px;
			color: #2C3A3F;
			font-size: 110%;
		}
		#newsBox .newscst dd h4 {
			margin: 0 0 2px;
			color: #666666;
			font-size: 100%;
		}
		#newsBox .newscst dd p {
			margin: 0 0 9px;
		}
			#newsBox .newscst dd p a {
				color: #63b8de;
				padding: 0 3px;
				text-decoration: none;
			}

