﻿/*イメージカラー*/
.1     { background: #a3bce7 ; }
.2     { background: #a3bce7 ; filter:Alpha(opacity=30) ; }
.3     { background: #white ; }
.4     { background: #facdcd ; filter:Alpha(opacity=30) ; }
.5     { background: #facdcd ; }

/*ボーダー*/
Table.onelineborder, Table.onelineborder td
        { border-width: 1px ;
          border-collapse: collapse ; 
          border-color: green ;
        }
Table.noneborder td
        { border: none ; }
