


<!--
#layer1 { color: #0000ff; font-size: 14pt; font-weight: normal; text-align: left; visibility: visible; position: absolute; top: 355px; left: 190px; width: 420px; height: 134px; .cposition: absolute }
-->

A:LINK  { COLOR: white; }                          
A:VISITED { COLOR: black; }
A:HOVER { COLOR: red; }
H2 { FONT-SIZE: 2.5EM; COLOR:GREEN; }  
EM { FONT-STYLE: NORMAL; FONT-WEIGHT: BOLD; COLOR: RED; }  

H1 {FONT-SIZE: 1.0EM; }
H5 {FONT-SIZE: 0.8EM; }


PADDING: 0PX;
MARGIN: -5PX;FONT-WEIGHT: normal;
FONT-SIZE: 10pt;
TEXT-DECORATION: none;
LINE-HIGHT: 100px ;
}

/* A:▼テーブル全体の装飾▼ */
table.abc {
   border-collapse: collapse; /* 枠線を重ねる */
   border: 1px solid #aaaacc; /* 外枠の装飾 */
}
/* B:▼テーブル内側(セル)の装飾▼ */
table.abc th,
table.abc td {
   padding: 0.3em;            /* セル内側の余白量 */
   border: 1px solid #aaaacc; /* 内枠の装飾 */
}
/* C:▼テーブルの見出し部分の装飾▼ */
table.abc thead th {
   background-image: url("./jpg/trback4.jpg"); /* 背景画像 */
   background-position: bottom left; /* 背景画像の配置 */
   color: darkblue;           /* 文字色 */
   background-color: #eeeeff; /* (念のための背景色) */
}
/* D:▼各行の見出し部分の装飾▼ */
table.abc tbody th {
   background-color: #eeeeff;　/* 背景色 */
   color: darkblue;            /* 文字色 */
}





table.red {
   border-collapse: collapse; /* 枠線を重ねる */
   border: 1px solid #e0aaaa; /* 外枠の装飾 */
}
/* ▼テーブル内側(セル)の装飾▼ */
table.red th,
table.red td {
   padding: 0.3em;            /* セル内側の余白量 */
   border: 1px solid #e0aaaa; /* 内枠の装飾 */
}
/* ▼テーブルの見出し部分の装飾▼ */
table.red thead th {
   background-image: url("./jpg/pink.jpg"); /* 背景画像 */
   background-position: bottom left; /* 背景画像の配置 */
   color: #cc0000;            /* 文字色 */
   background-color: #ffeeee; /* (念のための背景色) */
}
/* ▼各行の見出し部分の装飾▼ */
table.red tbody th {
   background-color: #ffeeee; /* 背景色 */
   color: maroon;             /* 文字色 */
}

}


table.blue {
   border-collapse: collapse; /* 枠線を重ねる */
   border: 1px solid green; /* 外枠の装飾 */
}
/* ▼テーブル内側(セル)の装飾▼ */
table.blue th,
table.blue td {
   padding: 0.3em;            /* セル内側の余白量 */
   border: 1px solid #e0aaaa; /* 内枠の装飾 */
}
/* ▼テーブルの見出し部分の装飾▼ */
table.blue thead th {
   background-image: url("./jpg/3dgreen.jpg"); /* 背景画像 */
   background-position: bottom left; /* 背景画像の配置 */
   color: black;            /* 文字色 */
   background-color: #ffeeee; /* (念のための背景色) */
}
/* ▼各行の見出し部分の装飾▼ */
table.blue tbody th {
   background-color: lightgreen; /* 背景色 */
   color: black;             /* 文字色 */
}

}
