body {
	background:url(img/back.gif);
}

table {
	background:#FFFFFF;
}

table.tstyle1 {
	border : solid #000080 1px;
}

td {font-size : 80%}

table.tstyle2 {
	border : solid #FF9A00 1px;
}

table.tstyle3 {
	border : solid #FFCF00 1px;
}

table.tstyle4 {
	border : solid #00CFFF 1px;
	border-collapse: collapse;
}

h4.titlestyle01 {
  background-image: url("img/point01.gif"); /* 画像の指定 */
  background-repeat: no-repeat; /* 画像の並び */
  padding-left: 20px; /* 余白 */
  letter-spacing: 0px;
  margin: 10px;
}
td.tstyle4 {
    background-color: #ffffff;
    border-style: solid;
    border-color: #00CFFF;
    color: #FF6347;
    vertical-align: top;
    border-width: 1px;
    text-align: center;
    width:25%;
}
