#container_ne {
	text-align: left;
	margin-top: 0px;
	width: 970px;
	height: 1670px;  /*ページ高さの設定（高さが変わりページの体裁が崩れたら、こちらの数値を調整してください）*/
	margin-right: auto;
	margin-left: auto;
}

#main_ne {
	float: right;
	width: 685px;
	margin-top: 15px;
	border-top: 7px solid #305549;
}
#mainbox_ne {
	float: right;
	width: 683px;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
}
#mainbox_ne_in {
	width: 665px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/main_bg.gif) ;
}
#mainbox_ne .box{
	width: 600px;
	padding-top: 15px;
	margin-left:25px;
}

#mainbox_ne .txt01{
    color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:5px;
	margin-bottom:5px;
}
	
#contents_ne{
	width:600px;
	margin:0 auto;
	text-align:left;
}
#contents_ne #news_ne #feed{
	margin-top:30px;
}
#contents_ne #news_ne #feed div{
	width:540px;
	padding-left:60px;
	display:inline-block;
	margin-top:10px;
	padding-bottom:20px;
	position:relative;
}

#contents_ne #news_ne #feed div:last-child{
	border:none;
}

#contents_ne #news_ne #feed div .date{
	position:absolute;
	left:0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:#005445;
	font: 80%/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	font-weight:bold;
	line-height: -50px; 
	text-align:center;
	color:#ffffff;
	float:left;
	width:50px;
	height:40px;
	padding-top:10px;
	margin-right:10px;
}

#contents_ne #news_ne #feed div img{
	border:3px solid #fff;
	float:left;
}
#contents_ne #news_ne #feed div p.text{
	color:#7B4728;
	width:400px;
	float:right;
	margin-right:20px;
}
#contents_ne #news_ne #feed div h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
