      body{
        background-color: #000027;
        font-family: "微軟正黑體", Arial;
        margin: 0px;
        line-height: 2.5em;
        /*background-image: url(images/bg.jpg);*/
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: contain;
        background-color: #003639;
        }

        .cbg{
          padding-top: 2%;
          background-color: #f1eeed;
          background-image: url(images/content_top.jpg);
          background-repeat: repeat-x;
        }



        .table tr th {
          text-align: center;
          font-size: 20px;
          color: #000;
        }
        .table tr td {
          text-align: center;
          font-size: 20px;
          /*color: #000;*/
        }
        .table caption {
          text-align: center;
          font-size: 36px;
          font-weight: bolder;
          color: #FFF;
        }
        .table{
          background-color: #FFF;
          padding: 15px;
          border: 10px solid;
          border-color: #0072bc #f26522 #9f1962 #158848; 
          /*min-width: 1170px;*/
        }

        .topbg{
          background-image: url(images/top_bg.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0px;
          background-size: cover;
          /*min-height: 618px;*/
          /*background-color: #003639;*/

          /*border-bottom:10px; 
          border-style: solid;
          border-bottom-color: #fda925;*/
        }
.content_bg{
	background-color: #FFF;
	background-color: #f1eeed;
          background-image: url(images/content_top.jpg);
          background-repeat: repeat-x;
}

        .table{
/*          width: 1100px;*/
          margin: auto;
        }
        .table caption{
          color: #000;
          margin: 30px;
        }
        .table thead tr th{
          line-height: 36px;
        }


        .table tbody tr td{
          line-height: 50px;
        }
        .table tbody tr td img{
          margin-right: 20px;
          margin-left: 20px;
        }

        .table tr td p{
          color: #555;
          font-size: 12px;
        }

.h2{
	text-align: center;
	font-weight: bold;
}


        .copyright{
         font-size: 15px;
         text-align: center;
         color: #FFF;
         line-height: 2em;
         padding: 10px;
      }
      .c_txt{
        font-size: 26px;
        color: #FFF;
        text-align: center;
      }

