html, body {
   margin: 0px;
   background-image: url(../images/bg-white-blue.gif);
   cursor:url(../images/1.ico);
}
a:hover {
   cursor:url(../images/3.ico);
}

#container { /* only once used in one html */ /* id */
   /*margin: 0px auto;*/
   position: relative;
   left: 50%;
   margin-left: -380px; /* 760 除以 -2 */
   width: 760px;
}

.width_1 { /* class */ /* can repeatedly use */
   width: 760px;
}

.width_2 {
   width: 740px;
}

table.mainpage {
   background-color: #E1FDE6;
}

table.contentpage {
   background-color: #FFFFFF;
}

table.contentpage_1 {
   background-color: #FFF7D9;
}

table ,td {
   BORDER-COLLAPSE: collapse;
   BORDER-SPACING: 0px;
   padding: 0px;
   border: 0px;
   margin: 0px;
}

td.border_left {
   width: 10px;
   border-width: 0px;
   background-image: url(../images/border-left.gif);
   background-repeat: repeat-y;
}

td.border_right {
   width: 10px;
   border-width: 0px;
   background-image: url(../images/border-right.gif);
   background-repeat: repeat-y;
}

td.border_down {
   width: 740px;
   border-width: 0px;
   background-image: url(../images/bg-bottom.green.gif);
   height: 10px;
   background-repeat: repeat-x;
}

td.border_down_1 {
   width: 740px;
   border-width: 0px;
   background-image: url(../images/border-01-bottom-yellow.gif);
   height: 10px;
   background-repeat: repeat-x;
}

.border_up_1 {
   background-image: url(../images/border-01-top-yellow.gif);
   height: 10px;
   background-repeat: repeat-x;
}

td.border_01 {
   background-color: #FF7E00;
   width: 10px;
}

.topframe {
   background-image: url(../TC/images/top.gif);
   width: 740px;
   height: 65px;
   background-repeat: no-repeat;
}

.bottomframe {
   background-image: url(../images/bg-bottom.gif);
   width: 740px;
   height: 131px;
   background-repeat: no-repeat;
}

img.point_out_1 {
   background-image: url(../images/pix-red.gif);
   height: 40px;
   width: 8px;
}

img.transparent {
   background-image: url(../images/pix-transparent.gif);
}

img.icon_01 {
   background-image: url(../images/icon_red.gif);
   height: 9px;
   width: 9px;
}

img.icon_02 {
   background-image: url(../images/icon_blue.gif);
   height: 9px;
   width: 9px;
}

img.icon_03 {
   background-image: url(../images/icon_yellow.gif);
   height: 9px;
   width: 9px;
}

img.icon_11 {
   background-image: url(../images/icon_red.gif);
   height: 15px;
   width: 15px;
}

img.icon_12 {
   background-image: url(../images/icon_blue.gif);
   height: 15px;
   width: 15px;
}

img.icon_13 {
   background-image: url(../images/icon_yellow.gif);
   height: 15px;
   width: 15px;
}

#menubar {
   background-image: url(../images/bg-menu.gif);
   background-color: #ffd800;
   height: 23px;
   width: 740px;
}

.arrow_1 {
   width: 10px;
   background-image: url(../images/arrow-red.gif);
}

.align_right {
   text-align: right;
   margin-right: 10px;
}

.boards {
   margin-left: 40px;
   height: 420px;
}
