div#content h2{
	text-align: center;
	font-size: large;
	color: #333333;
}
div#content  h3{
	text-align: left;
	font-size: medium;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	border-bottom: solid 2px #009900;
	clear: both;
}
div#content p{
	font-size: medium;
	text-indent: 1em;
	margin-left: 1em;
}
div#content table{
	margin-left: 1em;
	border: solid 1px #333333;
}
div#content table th{
	border: solid 1px #666666;
}
div#content table td{
	border: solid 1px #666666;
}
div#content p em{
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
div#content ol{
	margin: 0 0 0 1em;
	padding: 0;
}
div#content ol li{
	margin: 0 0 0 2em;
	padding: 0;
}


table.charge{
	width: 95%;
	margin-top: 20px;
}
table.charge colgroup#charge-place{
	width: 20%;
}
table.charge colgroup#charge-div{
	width: 20%;
}
table.charge colgroup#charge-charge{
	width: 20%;
	text-align: right;
}
table.charge colgroup#charge-note{
	width: 20%;
}
colgroup#other-place{
	width: 20%;
}
colgroup#other-use{
	width: 30%;
}
colgroup#other-unit{
	width: 15%;
}
colgroup#other-charge{
	width: 20%;
	text-align: right;
}

table#rate{
	width: 95%;
}
table#rate colgroup#rate-rate{
	width: 100px;
	text-align: center;
}
table#rate colgroup#rate-area{
	text-align: left;
}
table#other{
	margin-top: 20px;
}

img.right{
	float: right;
	margin-left: 10px;
}

span.color-red{
	color: #ff0000;
}