@charset "UTF-8";


.topic {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 80px;
	margin-left: 185px;
	line-height: 1.8em;
	font-size: 105%;
}
.topic  p {
	padding-bottom: 5px;
}

#topic_title {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
	text-align: left;
	width: 600px;
	height: 50px;
}

#name {
	text-align: right;
	margin-top: 30px;
	margin-right: 50px;
}
#address {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#address table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
}
#address td {
	padding: 5px;
	text-align: left;
	line-height: 1.5em;
	vertical-align: top;
}
#address dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 3px;
	margin-right: 30px;
}
#address dd {
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
