@charset 'utf-8';
/* CSS Document */
html,
body { height: 100% }
body { font-family: '微軟正黑體','Microsoft JhengHei', Arial, Helvetica, sans-serif }
hr {
    width: 98%;
    height: 1px;
    color: #d4d4d4; /* IE6 */
    border: 0;
    background-color: #d4d4d4;
}
#all {
    width: 1100px;
    margin: 0 auto;
    background-image: url(../img/page_bg.jpg);
    background-repeat: no-repeat;
}
#main {
    width: 950px;
    margin: 0 auto;
}
#main .left {
    float: left;
    width: 230px;
    margin-top: 185px;
}
#main .right {
    float: left;
    width: 720px;
    margin-top: 185px;
}
#main .right_content {
    font-size: 14px;
    line-height: 20pt;
    width: 660px;
    margin: 0 auto;
    color: #000;
}
#main .attach_list {
	font-size: 12px;
	width: 660px;
	margin: 0 auto;
	color: #000;
}
#main .attach_list a {
	text-decoration: none;
}
#main .attach_list h3 {
	font-weight: bold;
	font-size: 14px;
	color: #00C;
}
#main .attach_list li {
	background-image: url(../images/1420796350_ic_attach_file_48px-20.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 1px;
}
/* 版頭 */
#head {
    width: 950px;
    height: 110px;
    background-image: url(../img/menu_bg.png);
    background-repeat: no-repeat;
}
#search {
    position: absolute;
    margin: 45px 0 0 620px;
    text-align: center;
}
#head .mainmenu {
    position: absolute;
    margin: 75px 0 0 40px;
    text-align: center;
}
#head .mainmenu li {
    display: inline;
    width: 80px;
    height: 25px;
}
#head .submenu {
    position: absolute;
    margin: 10px 0 0 620px;
    text-align: center;
}
#head .submenu li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: inline;
    color: #666;
}
#head .submenu li a {
    text-decoration: none;
    color: #666;
}
#head .submenu li a:hover {
    text-decoration: none;
    color: #fc3;
}
#search_btn {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 28px;
    display: inline-block;
    width: 81px;
    height: 28px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    color: #fff;
    border: 1px solid #d02718;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #f24537), color-stop(1, #c62d1f) );
    background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    background-color: #f24537;
    -webkit-box-shadow: inset 0 1px 0 0 #f5978e;
    -moz-box-shadow: inset 0 1px 0 0 #f5978e;
    box-shadow: inset 0 1px 0 0 #f5978e;
    text-shadow: 1px 1px 0 #810e05;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
}
#search_btn:hover {
    cursor: pointer;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #c62d1f), color-stop(1, #f24537) );
    background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
    background-color: #c62d1f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
}
#search_btn:active {
    position: relative;
    top: 1px;
}
/* 子選單 */
#left_menu {
    width: 180px;
    margin: 0 0 0 0;
}
#left_menu li {
    display: block;
    width: 177px;
    margin: 0 0 0 40px;
    list-style-type: none;
}
#left_menu li a {
    font-size: 14px;
    line-height: 20pt;
    display: block;
    width: 177px;
    text-decoration: none;
    color: #0066CC;
}
#left_menu li a:hover {
    text-decoration: none;
    color: #fff;
    background-image: url(../img/menu_hover.png);
    background-repeat: no-repeat;
    -webkit-background-size: 177px; /*for Google Chrome、Safari*/
    -moz-background-size: 177px; /*for Firefox*/
    -o-background-size: 177px; /*for Opera*/
    background-size: 177px; /*for IE*/
}
#left_menu .top {
    width: 230px;
    height: 65px;
}
#left_menu .down {
    width: 230px;
    height: 67px;
}
#left_menu .icon {
    width: 210px;
    margin: 0 auto;
}
/* 首頁 */
#index_blocks {
    width: 950px;
    height: 190px;
    background-image: url(../img/index_block_bg.jpg);
    background-repeat: no-repeat;
}
#index_blocks a {
    text-decoration: none;
    color: #646464;
}
#index_blocks a:hover { text-decoration: underline }
#index_blocks .news {
    font-size: 12px;
    line-height: 16pt;
    float: left;
    width: 300px;
    height: 160px;
    padding: 20px 0 0 30px;
}
#index_blocks .service {
    font-size: 12px;
    line-height: 16pt;
    float: left;
    width: 250px;
    height: 160px;
    margin: 0 0 0 30px;
    padding: 45px 0 0 25px;
    color: #999;
}
#index_blocks .success {
    font-size: 12px;
    line-height: 14pt;
    float: left;
    width: 200px;
    height: 160px;
    margin: 0 0 0 30px;
    padding: 30px 0 0 70px;
    color: #999;
}
/* 頁尾 */
#footer {
    width: 950px;
    height: 70px;
    background-image: url(../img/footer.jpg);
    background-repeat: no-repeat;
}
#footer .tel {
    font-size: 12px;
    line-height: 16pt;
    float: left;
    width: 700px;
    padding: 5px 0 0 300px;
    color: #666;
}
.gotop {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: center;
}

.back_btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.back_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  cursor: pointer;
}
