@charset "UTF-8";
.td1{
  background-color : #99cccc;
  font-size : 12px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : black;
}

.td2{
  font-size : 12px;
  background-color : silver;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : black;
}

.td3{
  font-size : 12px;
  background-color : #cc6666;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : black;
}

.td4{
  font-size : 12px;
  background-color : #FF9966;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : black;
}

.ywtd1{
  background-color : #99FF99;
}

.ywtd2{
  background-color : #9999FF;
}

.h2{
  font-size : 14px;
  text-align : center;
  vertical-align : middle;
}
.h3{
	font-size: 12px;
  color : black;
}

.mtd{
  height : 200px;
}