/* CSS Document */div {	font-size: 116%;    /*win IE用のサイズ指定*/}table {    border:1px solid #663300;    border-collapse:collapse;    border-spacing:0;    empty-cells:show;}th{    border-right:1px solid #663300;    border-bottom:1px solid #663300;    background-color:#DCDCDC;    background-position:left top;    padding:0.3em 1em;    text-align:center;	font-size: 116%;    /*win IE用のサイズ指定*/}td{    border-right:1px solid #663300;    border-bottom:1px solid #663300;    padding:0.3em 1em;	font-size: 116%;    /*win IE用のサイズ指定*/}.b-less {    border:0px;	font-size: 116%;    /*win IE用のサイズ指定*/}