﻿/******************全局基本設定******************/

html, body, div, td, tr, input, textarea, select, button, fieldset {
color: #000000;
font-size: 12px;
font-family: "arial","新細明體","新宋体","宋体";
}
body {background-color: #F5F5F5;}
td {letter-spacing: 1px; line-height: 16px;}
A{Color:#4A6F9F;Text-Decoration:none;}
A:visited{Color:#41618B;}
A:hover{Color:#AF0B0A;Text-Decoration:underline;}

/******************頁面設定******************/

.Btn_a100 {
width:100px;
height:21px;
color: #FFFFFF;
font-size:12px;
font-weight:bold;
cursor:pointer;
border-width:0px;
padding:3px 5px 2px 13px;
background:url(../images/btn_img_a100.gif) no-repeat left top;
}
.Btn_a120 {
width:120px;
height:21px;
color: #FFFFFF;
font-size:12px;
font-weight:bold;
cursor:pointer;
border-width:0px;
padding:3px 5px 2px 13px;
background:url(../images/btn_img_a120.gif) no-repeat left top;
}
.Btn_b100 {
width:100px;
height:21px;
color: #FFFFFF;
font-size:12px;
font-weight:bold;
cursor:pointer;
border-width:0px;
padding:3px 5px 2px 25px;
background:url(../images/btn_img_b100.gif) no-repeat left top;
}
.Btn_b120 {
width:120px;
height:21px;
color: #FFFFFF;
font-size:12px;
font-weight:bold;
cursor:pointer;
border-width:0px;
padding:3px 5px 2px 25px;
background:url(../images/btn_img_b120.gif) no-repeat left top;
}
.Btn_c100 {
width:100px;
height:26px;
color: #FFFFFF;
font-size:12px;
font-weight:bold;
cursor:pointer;
border-width:0px;
padding:3px 5px 2px 10px;
background:url(../images/btn_img_c100.gif) no-repeat left top;
}
.Btn_c120 {
width:120px;
height:31px;
color: #FFFFFF;
font-size:12px;
font-weight:bold;
cursor:pointer;
border-width:0px;
padding:3px 5px 2px 10px;
background:url(../images/btn_img_c120.gif) no-repeat left top;
}
.Btn_d100 {
width:100px;
height:26px;
color: #FFFFFF;
font-size:12px;
font-weight:bold;
cursor:pointer;
border-width:0px;
padding:3px 5px 2px 10px;
background:url(../images/btn_img_d100.gif) no-repeat left top;
}
.Btn_d120 {
width:120px;
height:31px;
color: #FFFFFF;
font-size:12px;
font-weight:bold;
cursor:pointer;
border-width:0px;
padding:3px 5px 2px 10px;
background:url(../images/btn_img_d120.gif) no-repeat left top;
}
.PagesOut {							/**********網頁頁面總寬度**/
width:1002px;
height:100%;
background-color: #FFFFFF;
border-left: solid #E6E6E6 1px;
border-right: solid #E6E6E6 1px;
}
.LeftPage {							/**********Left 總寬度**/
width:187px;
height:100%;
background-color: #FFFFFF;
}
.InPage {							/**********頁面內頁**/
width:815px;
height:100%;
background-color: #FFFFFF;
}
.InPageDiv {							/**********內頁資料寬度**/
width:780px;
}
.retd {								/**********取消 TD 內字體間距**/
letter-spacing: 0px;
line-height: 14px;
}
.PagesTop {							/**********頁頂導航**/
width:780px;
height:22px;
margin-top:5px;
}
.PagesTop1 {							/**********頁頂導航**/
width:50%;
}
.PagesTop2 {							/**********頁頂導航**/
width:50%;
color:#CAD7EA;
font-size:16px;
font-style:italic;
font-family:Arial Black;
padding:0px 50px 0px 0px;
background: url(../images/bg_top.gif) no-repeat right top;
}
.star {								/**********星字型**/
color:#FF0000;
font-size:14px;
font-family: arial;
}
.PagesLine {							/**********頁面分隔線**/
width:100%;
height:3px;
background: url(../images/bg_line.gif);
}
.PageULeft {							/**********頁底空間高度 (左)**/
height:50px;
}
.PageUIn {							/**********頁底空間高度 (中 InPage)**/
height:20px;
}


/******************Top(inc_top.asp)******************/

.TopDiv {							/**********Top DIV 總寛度(((100%)))**/
width:100%;
}
.Top_TD1 {							/**********Top DIV TD1**/
width:100%;
height:11px;
background: url(../images/top_001.gif);
}
.Top_TD2 {							/**********Top DIV TD2**/
width:100%;
height:45px;
background: url(../images/top_002.gif);
}
.Top_TD3 {							/**********Top DIV TD3**/
width:100%;
height:3px;
background: url(../images/top_003.gif);
}
.Top_TD4 {							/**********Top DIV TD4**/
width:100%;
}
.TopBtn {							/********************Top 按鈕*********************/
height:45px;
font-size:11px;
font-weight:bold;
font-family:Tahoma;
cursor:pointer;
letter-spacing: 0px;
line-height: 14px;
}
.TopBtn A {
display: block;
Text-Decoration:none;
}
.TopBtn A:hover {						/**********按鈕字體連結 (無底線)**/
Text-Decoration:none;
background: url(../images/top_btn_left.gif) no-repeat left top;
}
.TopBtn A span {
height:14px;							/*45px 減 padding 的 31px**/
display:block;
cursor:pointer;
color:#5F5F5F;
Text-Decoration:none;
padding:17px 30px 14px 38px;
}
.TopBtn A:hover span {
background: url(../images/top_btn.gif) no-repeat right top;
}

/******************左邊導航(inc_left.asp)*******************/

.LeftDIV {						/**********Left DIV**/
width:180px;
margin-left:5px;
margin-top:10px;
}
.LeftBtn {						/*********************Left 導航按鈕**********************/
width:180px;
height:26px;
cursor:pointer;
line-height: 14px;
border-bottom: solid #BBC3DA 1px;
background: url(../images/left_btn_1.gif) no-repeat left top;
}
.LeftBtn A {
height:13px;						/**********20px 減 padding 的 7px (無底線)**/
display:block;
Text-Decoration:none;
padding:6px 5px 7px 48px;
}
.LeftBtn A span {
color:#333333;
}
.LeftBtn A:hover {					/**********按鈕字體連結 (無底線)**/
Text-Decoration:none;
background: url(../images/left_btn_2.gif) no-repeat left top;
}
.LeftBtn2 {						/*********************Left 導航按鈕(底)**********************/
border-bottom: solid #FFFFFF 1px;
}
.LeftMainTitle {					/*********************Left 標題**********************/
width:180px;
height:25px;
background: url(../images/left_title_main.gif) no-repeat left top;
}
.LeftDomainTitle {					/*********************Left 標題**********************/
width:180px;
height:25px;
background: url(../images/left_title_domain.gif) no-repeat left top;
}
.LeftInput {						/*********************Left 輸入框**********************/
color:#5F5F5F;
font-size:11px;
font-weight:bold;
font-family:Tahoma;
border: 1 solid #A4A4A4;
background-color: #EAEAEA;
}

/******************inc_bottom.asp*******************/

.UDiv {							/**********UDiv(((100%)))**/
width:100%;
}
.UTD1 {							/**********UTD1**/
width:100%;
height:16px;
background: url(../images/bottom_001.gif);
}
.UTD2a {						/**********UTD2a**/
width:187px;
height:40px;
background: url(../images/bottom_002.gif);
}
.UTD2b {						/**********UTD2b**/
width:815px;
height:40px;
font-size:11px;
font-weight:bold;
font-family:Tahoma;
padding:10px 15px 10px 0px;
background: url(../images/bottom_002.gif);
}

/******************Form表單******************/

.FormMain {						/**********首頁 Form 表單標題**/
width:100%;
height:35px;
cursor:pointer;
color:#365478;
font-weight:bold;
letter-spacing: 2px;
padding: 4px 0px 4px 36px;
background-image: url(../images/form_main_b001.gif);
}
.Form1 {						/**********Form 表單 (上標題)**/
width:100%;
height:35px;
color:#365478;
font-weight:bold;
padding: 4px 0px 4px 36px;
background-image: url(../images/form_01.gif);
}
.Form1 span {						/**********Form 表單 (上標題 span)**/
padding-right: 5px;
background-image: url(../images/form_01_bg.gif);
}
.Form2 {						/**********Form 表單 (中內容)**/
width:100%;
background-image: url(../images/form_02.gif);
}
.Form3 {						/**********Form 表單 (底)**/
width:100%;
height:23px;
background-image: url(../images/form_03.gif);
}
.Form_b1 {						/**********Form sub 表單 (上標題)**/
width:100%;
height:35px;
color:#365478;
font-weight:bold;
padding: 4px 0px 4px 36px;
background-image: url(../images/form_b001.gif);
}
.Form_b1 span {						/**********Form sub 表單 (上標題 span)**/
padding-right: 5px;
background-image: url(../images/form_b001_bg.gif);
}
.Form_b2 {						/**********Form sub 表單 (中內容)**/
width:100%;
background-image: url(../images/form_b002.gif);
}
.Form_b3 {						/**********Form sub 表單 (底)**/
width:100%;
height:18px;
background-image: url(../images/form_b003.gif);
}
.formlistL {						/**********Form 表單 list (左)**/
height:28px;
padding: 5px 0px 3px 10px;
background-color:#F7F7F7;
border-bottom: solid #DCDCDC 1px;
}
.formlistR {						/**********Form 表單 list (右)**/
height:28px;
padding: 3px 0px 3px 0px;
background-color:#F7F7F7;
border-bottom: solid #DCDCDC 1px;
}
.formlistIn {						/**********Form 表單 list (中)**/
height:28px;
padding: 7px 0px 3px 0px;
background-color:#F7F7F7;
border-left: solid #DCDCDC 1px;
border-bottom: solid #DCDCDC 1px;
}
.formlistU {						/**********Form 表單 list (底邊線)**/
border-bottom: solid #6B82AB 3px;
}
.formlistLine {						/**********Form 表單 list (邊線)**/
width:100%;
height:3px;
border-bottom: solid #6B82AB 3px;
}
.formInput {						/**********Form 輸入框**/
height:20px;
font-family:Tahoma;
border: 1 solid #A4A4A4;
background-color: #FFFFFF;
}

.titleMain {						/**********Title Free Registration**/
background: url(../images/title_main_001.gif) no-repeat left top;
}
.titleMain A {						/**********Title Free Registration**/
width:100%;
height:28px;
display:block;
}
.titleContact {						/**********Title Contact**/
width:300px;
background: url(../images/title_contact.gif) no-repeat left top;
}
.titleReg {						/**********Title Reg**/
width:780px;
background: url(../images/title_reg.gif) no-repeat left top;
}
.sublist td {						/**********sub list**/
height:18px;
padding: 1px 0px 1px 0px;
}
.pdlist1 {						/**********pd list**/
color:#313131;
font-weight:bold;
padding: 12px 0px 2px 0px;
}
.pdlist2 {						/**********pd list**/
padding: 2px 0px 2px 38px;
background: url(../images/icon_pdlist.gif) no-repeat left top;
}
.strlist {						/**********str list**/
padding: 2px 0px 2px 20px;
background: url(../images/icon_strlist.gif) no-repeat left top;
}

