BODY { /* 背景色・文字の大きさ・背景画像 */  background-color : #CCACFF;  font-size : 12px;  background-image : url(image/back01.gif); /* スクロールバーの設定 */  scrollbar-face-color:#FFF;  scrollbar-highlight-color:#000;  scrollbar-shadow-color:#000;  scrollbar-darkshadow-color:#000;  scrollbar-arrow-color:#000;  scrollbar-track-color:#FFF;  text-align : center; /* 中央揃え(IE用) */}/* リンク */A {  font-size : 12px;  color : #ccc;  text-decoration : none;}/* リンクにマウスが乗ったときの色 */A:HOVER{  color : #ccc;}A img{ border-style: none;}/* テーブル設定 */TD{vertical-align : center;  font-size : 12px;  color : #000;}/* ---------メニューリンク--------- */.menu.menu A{  font-size : 20px;  color : #FFF;  font-weight : bold;  font-family : Verdana,serif;  text-decoration : none;}.menu .act A{  font-size : 20px;  color : #666;  font-weight : bold;}/* ---------indexのテーブル設定--------- */#inta{margin : auto; /* 中央揃え */}#intd{background-color : #FFF;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 : #FFF;vertical-align : top;}.td6{background-color : #FFF;text-align:  right;}