
	   /*  枠の設定　隅に□を＾＾*/
TD{
  font-size : 13px;
}
.corner{
  font-size : 6px;
  color : #99CCFF;
}
.linet{
  width : 100px;
  border-top : 1px solid #BCBCFF;
  margin : 1px;
}
.linel{
  height : 100px;
  width : 2px;
  border-left : 1px solid #BCBCFF;
  margin : 1px;
}
.liner{
  height : 100px;
  width : 2px;
  border-right : 1px solid #BCBCFF;
  margin : 1px;
}
.lineb{
  width : 100px;
  border-bottom : 1px solid #BCBCFF;
  margin : 1px;
}



