@charset   "UTF-8";

body {
	margin: 0 auto;
}

table {
	font-size: 10pt;
	line-height: 14pt;
}

table.dot {
	border: 1px dotted #666666;
}

.dotline {
	border-bottom: 1px dotted #666666;
}

.box_left {
	float: left;
}

.box_right {
	float: right;
}

.clear {
	clear: both;
}
