@charset "UTF-8";
/* CSS Document */

p {
	color: #999999;
}
table.charge {
	font-size: 12px;
	margin-left: 30px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-top: 0px;
}
table.charge td, table.charge th {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table.charge th {
	background: #efefef;
}
.margin_b5 {
	margin-bottom: 5px;
}

