@charset "utf-8";
/* CSS Document */
#orthTable {
	width: 580px;
	margin-right: auto;
	margin-left: auto;

}
#orthTable th , #orthTable td{
	text-align: left;
padding:10px;
	min-height:30px;
	border: 1px solid #927A54;
		vertical-align:middle;
}
#orthTable th {
	background-color: #FCE28C;
	width: 65%;
	text-align: left;
}
#orthTable td {
text-align:right;
	line-height: 1.4em;
}


#listFee{
		width:580px;
	margin-bottom:30px;
	border: 1px solid #927A54;
	border-top: none;
		margin-left:auto;
		margin-right:auto;
			background-color: #FCE28C;
			overflow: hidden;
}
#listFee dt{
	float:left;
	width:340px;
	min-height:30px;
	line-height:30px;
	border-top: 1px solid #927A54;
padding-left: 10px;
font-weight: bold;
	
}

#listFee dd, x:-moz-any-link, x:default {
	min-height:30px;
	margin-left:350px;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:0px;
		border-left: 1px solid #927A54;
	border-top: 1px solid #927A54;
	background-color:#FFF;

}

#listFee dd{
	min-height:30px;
	margin-left:350px;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:-5px;
		border-left: 1px solid #927A54;
	border-top: 1px solid #927A54;
	background-color:#FFF;
}

#listFee dd p{
	margin-top:5px;
	text-align:right;
	line-height:1.6em;
}
.indT{
	text-indent:50px;}
