P {                              /* 段落の枠 */
  border-style: solid;           /* 枠の形 */
  border-top-width: 1px;         /* 上の枠 */
  border-bottom-width: 1px;      /* 下の枠 */
  border-left-width: 1px;        /* 左の枠 */
  border-right-width: 1px;       /* 右の枠 */
  border-top-color: #ffcccc;     /* 上の色 */
  border-bottom-color: #ffcccc;  /* 下の色 */
  border-left-color: #ffcccc;    /* 左の色 */
  border-right-color: #ffcccc;   /* 右の色 */
  background-color: #ffffcc
}
.f1{ border-style: solid;
  width: 300px;         /* 段落の幅 */
  height: 46px;         /* 段落の高さ */
  border-width: 1px;    /* 段落の枠の太さ */
  border-color: #990066 /* 段落の枠の色 */
}
.table1{
	border-style: solid;
	width: 800px;         /* 段落の幅 */
	border-top-width: 1px;         /* 上の枠 */
	border-bottom-width: 0px;      /* 下の枠 */
	border-left-width: 0px;        /* 左の枠 */
	border-right-width: 0px;       /* 右の枠 */
  border-color: #a9a9a9 /* 段落の枠の色 */
; 	background-color: #ffffff}
.table2{ border-style: solid;
  width: 192px;         /* 段落の幅 */
  border-width: 1px;      /* 下の枠 */
  border-color: #c0c0c0; /* 段落の枠の色 */
  font-size: 2; /* 段落の枠の色 */
  background-color: #ffffe0
}
.table3{ border-style: solid;
  width: 192px;         /* 段落の幅 */
  border-top-width: 1px;         /* 上の枠 */
  border-bottom-width: 1px;      /* 下の枠 */
  border-left-width: 0px;        /* 左の枠 */
  border-right-width: 0px;       /* 右の枠 */
  border-color: #cc9900; /* 段落の枠の色 */
  background-color: #ffffcc
}
.table4{ border-style: solid;
  width: 800px;         /* 段落の幅 */
  border-top-width: 0px;         /* 上の枠 */
  border-bottom-width: 1px;      /* 下の枠 */
  border-left-width: 0px;        /* 左の枠 */
  border-right-width: 0px;       /* 右の枠 */
  border-color: #990066 /* 段落の枠の色 */
}
.t1{ border-style: solid;
  width: 800px;         /* 段落の幅 */
  border-top-width: 1px;         /* 上の枠 */
  border-bottom-width: 1px;      /* 下の枠 */
  border-left-width: 0px;        /* 左の枠 */
  border-right-width: 0px;       /* 右の枠 */
  border-color: #990066; /* 段落の枠の色 */
  background-color: #000000
}
.td1 {
  color: #990066; /* 文字の色 */
  background-color: #ffffff; /* 背景の色 */
  border-style: dashed; /* 枠の種類 */
  border-color: #990066; /* 枠の色 */
  border-width: 1px; /* 枠の幅 */
  background-color: #fed0e0
}
.td2 {
  background-color: #ffffcc; /* 背景の色 */
  border-style: dashed; /* 枠の種類 */
  border-color: #990066; /* 枠の色 */
  border-width: 1px; /* 枠の幅 */
}

