@charset "UTF-8";

* {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

#topics {
	background-color: #CED9EB;
	height: 173px;
	width: 614px;
	overflow: auto;
	scrollbar-face-color: #CED9EB; /*XN[o[{??F*/
	scrollbar-highlight-color: #CED9EB; /*XN[o[ij?e*/
	scrollbar-shadow-color: #CED9EB; /*XN[o[Eij?e*/
	scrollbar-3dlight-color: #CED9EB; /*XN[o[?ij?e*/
	scrollbar-arrow-color: #0C449B; /*?F*/
	scrollbar-track-color: #FFFFFF; /*w??F*/
	scrollbar-darkshadow-color: #CED9EB;/*XN[o[Eij?e*/
}
#topics ul {
	width: 595px;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-left: 2px;
}

#topics li {
	font-size: 95%;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	line-height: 1.2em;
	color: #333333;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #94AED6;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
	font-weight: normal;
}
#topics dl {
	width: 595px;
	background-color: #FFFFFF;
	padding-top: 8px;
	margin-left: 2px;
	padding-bottom: 0px;
	margin-bottom: -10px;
	margin-top: -1px;
}
* html #topics dl {
	margin-bottom: 0px;
}
*:first-child+html #topics dl {
	margin-bottom: 0px;
}
#topics dt {
	font-size: 90%;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	line-height: 1.2em;
	color: #990033;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#topics dd {
	font-size: 95%;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	line-height: 1.2em;
	color: #333333;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #94AED6;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
	font-weight: normal;
	background-color: #FFFFFF;
}
