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

caption {
	font-size: 16px;
	color:#630;
	text-align:left;
    padding-bottom: 0.2em;
}
table {
	border: 1px solid #630;
	border-collapse: collapse;
	background-color: #FFF;
	width: 840px;
	font-size: 1.15em;
    line-height: 1.25rem;
	text-align:right;
}
.tblclr {
	background-color:#FC9;
}
.tbl_exp {
	text-align:center;
}
.tbl_bihin {
	text-align: center;
}

table {
  width: 840px;
  margin-top: 1.5em;
}

table col.col1 {
  width: 30px;
}
table col.col2 {
  width: 30px;
}
table col.col3 {
  width: 140px;
}
table col.col4 {
  width: 128px;
}

table col.col5 {
  width: 128px;
}
table col.col6 {
  width: 128px;
}
table col.col7 {
  width: 128px;
}
table col.col8 {
  width: 128px;
}
table col.col9 {
  width: 170px;
}
table col.col10 {
  width: 130px;
}
table col.col11 {
  width: 200px;
}
table col.col12 {
  width: 512px;
}
table col.col13 {
  width: 128px;
}
table col.col14 {
  width: 128px;
}
th {
	border-right: 1px solid #630;
	border-bottom: 1px solid #630;
	color: #FFF;
	background-color:#630;
	background-image:url(../img/tbg.gif);
	background-position: left top;
	padding: 5px;
	text-align:center;
}
.tb_A th {
	background-color:#6D7B5E;
	border-right: 1px solid #87A082;
	border-bottom: 1px solid #063104;
}
.tb_B th {
	background-color:#966677;
	border-right: 1px solid #B188A8;
	border-bottom: 1px solid #692362;
}
.tb_C th {
	background-color:#638190;
	border-right: 1px solid #88ADC3;
	border-bottom: 1px solid #17406F;
}
.tb_D th {
	background-color:#7D294B
}
td {
	border-right: 1px solid #630;
	border-bottom: 1px solid #630;
	padding: 7px;
	background-image:url(../img/tdbg.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}
	
.hldy {
	color: #C00;
}
.tb_D td {
	text-align:center;
}
.txtSml {
	font-size:1em;
	font-family:"Helvetica Light";
	color: #FFC;
	line-height: 12px;
}
.txtBld {
	font-family: "Helvetica Bold";
}
.txt_L {
	text-align:right;
}