body.shinchaku{
	background-color: #fff;
	height:auto;
}

div.news_list_contents{
	text-align: left;
	width: 470px;
	margin-left: 10px;
}

dt{
	float:left;
	width: 110px;
}
dt.common{
	background: url(../images/btn_common.gif) 60px no-repeat;
}

dt.business{
	background: url(../images/btn_business.gif) 60px no-repeat;
}

dt.art{
	background: url(../images/btn_art.gif) 60px no-repeat;
}

dt.child{
	background: url(../images/btn_child.gif) 60px no-repeat;
}

dt.information{
	background: url(../images/btn_info.gif) 60px no-repeat;
}

dd{
	float: left;
/*	width: 350px;*/
	width: 360px;
	margin-left: 0px;
}


/*過去のNEWS*/

.news_past_main_contents_right{
	float: left;
	margin-top: 10px;
	margin-left:5px;
}

.bar_news_past{
	background: url(../../images/bar_news_past.gif) left no-repeat;
	width:503px;
	height:35px;
}

.bar_news_past span{
	color:#fff;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 0 0 10px;
	display: block;
}

ul.past_year li{
	background: url(../../images/icon_year.gif) left no-repeat;
	margin-left:10px;
	margin-bottom:10px;
	width:160px;
	height:32px;
}

ul.past_year li a{
	text-decoration:none;
}


ul.past_year li span{
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 0 0;
	text-align:center;
	display: block;
}


/*WP用に追記*/

	.news_list_contents dl{
		margin: 12px 0;
	}
	.newsbox{
		width: 503px;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		margin-bottom: 20px!important;
	}
