@charset "UTF-8";
body {
	font-size: 12px;
	color: #646464;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 18px;
}
ul {
	margin: 0px;
	padding: 0px;
}
.link {
	color: #646464;
	text-decoration: underline;
}
.link:hover {
	color: #CC3333;
	text-decoration: none;
}
.txt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #969696;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #969696;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #969696;
}
