@charset "utf-8";
p.txt {
	line-height: 180%;
	float: left;
	margin-left: 10px;
}
#price p {
	font-size: x-large;
	text-align: center;
	width: 798px;
	line-height: 180%;
}
.red {
	color: #FF0000;
	font-weight: bold;
	display: block;
	font-size: 112%;
	line-height: 124%;
}
.fsb {
	color: #FF0000;
	font-weight: bold;
}
.dotline {
	line-height: 160%;
	float: left;
	margin-left: 10px;
	font-size: 114%;
	width: 760px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: dotted;
	padding-top: 5px;
	padding-bottom: 5px;
}
