.news_list ul li a{
	text-decoration:none;
	color:#8c8c8c;
}
.news_list ul li span.selected{
	font-weight:bold;
}
.news_list ul{
	display:block;
	padding:0;
}
.news_list li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	height:80px;
	text-align:left;
	color:#8c8c8c;
}
.news_list li.dateYear{
	text-align:left;
	font-size:small;
	width:90px;
	height:600px;
	font-family: Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.news_list li.dateMonth{
	text-align:left;
	font-size:small;
	width:60px;
	height:600px;
	font-family: Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.news_list li.body{
	width:600px;
	height:124px;
	padding-left:30px;
}


li.newsDetailDate{
	font-size:small;
	width:80px;
	height:124px;
	padding:5px 0 0 0;
}
.newsDetailImg{
	width:100px;
	height:124px;
}
li.newsDetailBody{
	font-size:small;
	width:400px;
	height:124px;
	padding:5px 0 0 10px;
	position:relative;
	line-height:18px;
}
div.newsDetailBtm{
    bottom: 37px;
    width: 100%;
    height: 20px;
    position: absolute;
}