BODY {
 /* 背景色・文字の大きさ・背景画像 */
  background-color : #FFFFFF;
  font-size : 12px;
  background-image : url(image/back01.gif);
 /* スクロールバーの設定 */
  scrollbar-face-color:#FFFFFF;  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;  scrollbar-darkshadow-color:#000000;
  scrollbar-arrow-color:#000000;  scrollbar-track-color:#FFFFFF;
  text-align : center;
}
/* リンク関係 上から文字の大きさ・文字色 */
A {
  font-size : 12px;
  color : #cccccc;
  text-decoration : none;
}
/* リンクにマウスが乗ったときの色 */
A:HOVER{
  color : #887061;
}
/* テーブル部分の設定 上から文字の大きさ・文字色 */
TABLE{
  font-size : 12px;
  color : #000000;
}



/* メニューリンク */
.menu{
  font-size : 20px;
  color : #cebbaf;
  font-weight : bold;
  font-family : Verdana,serif;
  text-decoration : none;
}
/* メニューリンク（現在のページ） */
.menuact{
  font-size : 20px;
  color : #666666;
  font-weight : bold;
  font-family : Verdana,serif;
}



/* indexのテーブル設定 */
#inta{
margin : auto; /* 中央揃え */
}
#intd{
background-color : #FFFFFF;
width : 300px;height : 200px; /* indexの角丸テーブルの大きさ */
text-align:  center; /* indexの角丸テーブル内の文字位置 */
}
#intd2{
vertical-align : bottom; /* エンター文字位置 */
}



/* index2のテーブル設定 */
#mainta{
width : 100%; /* 全体の幅 */
margin : auto; /* 中央揃え */
}
#maintd{
width : 200px; /* メニュー部分の大きさ */
text-align:  right; vertical-align : top;/* メニュー文字位置 */
}



/* 以下角丸テーブルの設定 */
.td1{
background-image : url(image/01.gif);
width : 27px;height : 27px;
}
.td2{
background-image : url(image/02.gif);
width : 27px;height : 27px;
}
.td3{
background-image : url(image/03.gif);
width : 27px;height : 27px;
}
.td4{
background-image : url(image/04.gif);
width : 27px;height : 27px;
}
.td5{
background-color : #FFFFFF;
vertical-align : top;
}
.td6{
background-color : #FFFFFF;
text-align:  right;
}






