@charset "utf-8";
/* CSS Document */

em {
	text-decoration: underline;
}
.boxTable .noBorderBottom {
	border-bottom: none;
}
.boxTable .borderTop {
	border-top: 1px solid #CCC;
}
.boxTable .noRightborder{
	border-right-style:none;
}
.boxTable .noLeftborder{
	border-left-style:none;
}
.boxTable .onLeftborder{
	border-left: 1px solid #CCC;
}

.mid{
vertical-align: middle;
}

td.value br {
    display: none;
  }
  .subArea1 {
	width:37%;
}
  .subArea2 {
	width:20%;
}
