/*----------[ 1920*1080 Start ]----------*/
html, div, ul, ol, li, span, a, img, iframe {
  padding:0;
  margin:0;
  border:none;
  text-decoration:none;
  list-style-type:none;
  letter-spacing:1px;
}

body {
  font-size:10pt;
  font-weight:normal;
  font-family:微軟正黑體;
  margin:10px auto;
  padding:0;
  width:964px;
  line-height:1.5em;
  background:url("pic/back-image-01.jpg") #bdccd4 repeat-y scroll center;
}
.HeadNewTW {
  width:100%;
  height:350px;
}
.NavNewTW {
  width:150px;
  height:600px;
  padding-top:10px;
}
.FootNewTW {
  width:100%;
  height:210px;
  clear:both;
}
.Content {
  width:100%;
  overflow:hidden;
  clear:both;
}
.Content iframe, .Content div.BigImage, .Content div.SmallImage {
  float:left;
}
.BigImage {
  padding:10px 0 10px 10px;
}
.BigImage img {
  width:474px;
}
.SmallImage {
  width:330px;
  padding-top:10px;
}
.SmallImage img {
  width:100px;
}
.SmallImage li {
  width:100px;
  margin-left:10px;
  margin-bottom:10px;
  float:left;
}
.SmallImage span {
  display:inline-block;
  *+height:15px;
  padding-top:2px;
  padding-bottom:1px;
  *+padding-top:4px;
  *+padding-bottom:0;
}
.SmallImage a {
  display:block;
  font:normal normal normal 10pt 微軟雅黑;
  text-align:center;
}
.SmallImage a:link, .SmallImage a:visited {
  color:white;
  background:#0066CB;
}
.SmallImage a:hover {
  color:#0066CB;
  background:#999;
}
.SmallImage a:active {
  color:white;
  background:black;
}
