@charset "utf-8";
/* CSS Document */
#past_news {
	height: auto;
	margin-top: 10px;
}
#past_news dl {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	line-height: 15pt;
	font-weight: normal;
	color: #666666;
}
#past_news .inline_msg {
	display: inline;
}
.inline_msg a {
	color: #999999;
	text-decoration: underline;
}
.summary a {
	color: #999999;
	text-decoration: underline;
}
.photo1 {
	float: left;
	text-align: right;
	width: 292px;
	height: auto;
	margin-top: 10px;
}
.photo2 {
	float: right;
	text-align: left;
	height: auto;
	width: 293px;
	padding-top: 10px;
}
#past_news hr {
	clear: both;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 20px;
} 