@charset "UTF-8";
/* CSS Document */

/*
==========================================================
トピックスナンバー
==========================================================
*/

body {
	margin: 0px;
	padding: 0px;
}

#topics {
	margin: 0px;
	padding: 0px;
	width: 590px;
	overflow: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#topics .info {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #CCC;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: block;	
}
#topics .info a:link,#topics .info a:active,#topics .info a:visited {
	background-color: #eeeeee;
	display: block;
	color: #000;
	text-decoration: none;
}
#topics .info a:hover {
	background-color: #FFE5DF;
	color: #000;
	text-decoration: none;
}
#topics dl {
	width: 560px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#topics dt {
	float: left;
	width: 50px;
	margin: 0px;
	padding: 0px;
}

#topics dd {
font-size: 12px;
line-height: 20px;
font-weight: normal;
color: #333333;
text-align: left;
}

#topics dd.title{
	background-image: url(../topics/image/topic_point.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-align: left;
	float: left;
	margin: 0px;
	width: 480px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#topics dd.title_no{
	text-align: left;
	float: left;
	margin: 0px;
	width: 480px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#topics dd.comment a{
text-decoration: underline;
float: left;
}

#topics dd.comment {
	float: left;
	width: 460px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#topics p {
	border: 5px solid #eeeeee;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: center;
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#topics span.info {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

