@charset "utf-8";
/* CSS Document */
#content .dummy {
	height: auto;
	width: 650px;
	margin-top: 20px;
}
.dummy tr {
}
.dummy td {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ";
	font-size: 12px;
	line-height: 16pt;
	color: #505050;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 11px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
#content .to-top {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #54218E;
	border-bottom-color: #54218E;
	text-align: right;
	padding-right: 10px;
	margin-top: 25px;
	margin-bottom: 35px;
	width: 630px;
}
