<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#maincontents_area {
	width: 910px;
	margin-bottom: 25px;
}
#left_box {
	width: 400px;
	float: left;
	height: 250px;
}
#left_box h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 24px;
	text-align: center;
}
#right_box {
	width: 440px;
	float: right;
	height: 250px;
}
.news dl {
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
.news dt {
	font-weight: bold;
	clear: both;
	float: left;
	width: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news dd {
	padding-left: 120px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#category_area {
}
#category_area .hoge {
	margin-top: 40px;
}
#right_box .news dl dd a {
	color: #02B600;
	text-decoration: underline;
}
</pre></body></html>