.nw_clm {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-top: 5px;
}
.nw_clm .in_menu {
	width: 260px;
	min-height: 170px;
	padding: 50px 10px 0;
	background:
		url('../img/general/sd_news.gif') no-repeat left top,
		url('../img/general/sidebg.gif') no-repeat left 30px;
}
.nw_clm .in_menu > * {
	display: list-item;
	margin-left: 1.0em;
	padding-bottom: 5px;
	list-style-type: disc;
}
.nw_clm .in_menu > * > a {
	color: #5E1A11;
	text-decoration: underline;
}
.nw_clm .in_menu > * > a:hover,
.nw_clm .in_menu > * > a:active { color: #FF4500; }

.nw_clm .in_entry {
	width: 530px;
	padding-bottom: 50px;
}
#siraseru .s_date {
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
}
#siraseru .s_ttl {
	min-height: 26px;
	padding: 0 0px 0px 30px;
	border-top: 1px #29401D solid;
	background: url('../img/general/pt_news.gif') no-repeat left top;
	font-size: 1.1em;
	font-weight: bold;
}
#siraseru .s_ttl a:link,
#siraseru .s_ttl a:visited { color: #5E1A11; }
#siraseru .s_ttl a:hover,
#siraseru .s_ttl a:active { color: #FF4500; }
#siraseru .s_txt { padding: 10px; }
#siraseru .s_list {
	display: flex;
	flex-flow: row nowrap;
	padding: 10px;
	border-bottom: 1px #29401D dotted;
}
#siraseru .s_list .s_list_date {
	flex: 0 0 auto;
	padding-right: 10px;
}
#siraseru .s_list  .s_list_ttl {
	flex: 1 1 auto;
}
#siraseru .s_list a {
	color: #5E1A11;
	text-decoration: underline;
}
.nw_clm .in_entry .s_list a:hover,
.nw_clm .in_entry .s_list a:active { color: #FF4500; }
