/*リンク部分の色指定*/
A:LINK { color: #0000ff; }
A:VISITED { color: #000080; }
A:HOVER { color: #ff3300; }
A:ACTIVE { color: #ffff00; }

BODY{
  background-image : url(img/back01.jpg);
  background-repeat : repeat-y;background-position : center center;
  background-color : #86c2ff;
  text-align : center;
}

/*テーブル部分の指定*/
TABLE{
  margin: auto;
}

.table_base{
  width : 100%;
  height : 100%;
  text-align : center;
}

.table_index{
  width : 800px;
}

/*セル部分の指定*/
.copyright{
  font-size : x-small;
  text-align : right;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : #6699cc #6699cc #6699cc #6699cc;
}

.txt_s_att_left{
  font-size : x-small;
  font-weight : bold;
  color : red;
  text-align : left;
}

.txt_s_att{
  font-size : x-small;
  color : red;
  text-align : center;
}

.txt_s{
  font-size : x-small;
  text-align : center;
}

.txt_s_left{
  font-size : x-small;
  text-align : left;
}

.txt_s_right{
  font-size : x-small;
  text-align : right;
}

.TD_index{
  vertical-align : bottom;
  text-align : right;
  background-image : url(img/index_main.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  height : 500px;
  font-size : x-small;
}

.TD_menu{
  text-align : left;
  font-size : x-small;
  color : #ff8000;
}