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 {
   margin: 0px auto;
   position: relative;
   left: 50%;
   margin-left: -380px; /* 760 除以 -2 */
   width: 760px;
}

/* border */
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;
}

/* content */
#content {
   float: left;
   background-color: rgb(255, 216, 0);
   border-color: #0000ff;
   width: 740px;
}

.spacer {
   clear: both;
}

/* content =header +menubar +content_ness +footer_border +footer +footer_banner */ /* 1251 ? */
/* header */ /* 175 */
#header {
   position: relative;
   background-image: url(../images/bg-top-orange.gif);
   background-color: rgb(255, 216, 0);
   width: 740px;
}

/* header =headleft +headright */
#headleft {
   float: left;
   height: 175px;
   width: 565px;
}
#headright {
   float: right;
   height: 175px;
   width: 175px;
}

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

#content_ness {
   background-color: #ebfdff;
   width: 740px;
}

#news01 {
   float: left;
   /*background-image: url(../images/bbg.gif);*/
   width: 530px;
   height: 540px;
   margin: 5px 5px 20px 5px;
   /*border-width: 1px;
   border-style: solid;*/
   /*border-color: #ebfdff #008493 #008493 #ebfdff;*/
}
#search01 {
   float: right;
   /*background-image: url(../images/bbg.gif);*/
   width: 170px;
   margin: 5px;
   height: 650px;
   padding-left: 4px;
   border-left: 1px dotted #999;
   /*border-left-style: dotted;*/
}
#search01 p{margin:0; padding:0}
#active01 {
   float: left;
   /*background-image: url(../images/box_top_texture03.gif);*/
   width: 535px;
   margin: 5px;
}
#active02 {
   float: left;
   /*background-image: url(../images/box_top_texture03.gif);*/
   width: 730px;
   margin: 5px;
}
#active_con01 {
   clear: both;
}
#active_con01 img {
   float: right;   /*  margin-right:20％; padding 20px; border 0; */
   width: 150px;
   margin: 5px;
}

#footer_border { /* 12*/
   clear: both;
   background-image: url(../images/bg-bottom.green.gif);
   background-repeat: repeat-x;
   background-color: #e1fde6;
   height: 12px;
}
#footer { /* 110 */
   position: relative;
   background-color: #e1fde6;
   height: 20px;
   font-size: 12px;
   padding-left: 20px;
}
#footer_banner { /* 131 */
   background-image: url(../images/bg-bottom.gif);
   background-color: #e1fde6;
   background-repeat: repeat-x;
   height: 131px;
   font-size: 12px;
}
#footer_banner span {
   font: 12px/40px "新細明體", "細明體";
   color: #313A30;
   padding-left: 20px;
}

li.news {
   color: #850249;
   font-size: 16px;
}
li.search {
   color: #850249;
   font-size: 16px;
   list-style-image: url(../images/icon_red.gif);
}

li.news span{
   margin-right: 4px;
}

.fp{
     margin:0;padding 1em 25% 0 20px;
	 }

.fp:first-letter {
   font-size : 150%;
   font-weight : bold;
   float : left;
   margin-left: 32px;
   margin-right: 3px;
}