body {
    margin: 0px;
    background-image: url("../images/bg.gif");
    background-repeat: repeat-x;
}

#contain_area {
    width: 1100px;
  
    margin: 0 auto;
    /* background-color: #EEDDFF; */
}

#left_area {
    float: left;
    width: 250px;
    /* background-color: #FFCCDD; */
}

#left_login {
    padding-left: 9px;
}

#main_area {
    float: right;
    width: 850px;
    /* background-color: #CCDDFF; */
}

#footer_area {
    height: 70px;
    width: 100%;
}
#footer-contain {
    margin: 0 auto;
    width: 1100px;
    height: 60px;
    background-image: url("../images/footer_02_green.jpg");
    clear: both;
    position: relative;
    
  }

  #footer-contain-img {
    width: 347px;
    height: 59px;
    display: block;
    margin: 0 auto;
    background-image: url("../images/footer_01_green.jpg");
   
  }


/* # register.php */
#regstep_area {
    width: 880px;
    display: inline-block;
    margin-top: 10px;
}

.step_ch {
    top: 5px;
    left: 44px;
    position: relative;
    display: block;
}

.step_co {
    top: 6px;
    left: 44px;
    position: relative;
    display: block;
}

#regstep1 {
    width: 170px;
    height: 40px;
    background: url("../images/index123a_01.jpg");
    background-repeat: repeat-x;
    display: inline-block;
    position: relative;
}

#regstep2 {
    width: 167px;
    height: 40px;
    background: url("../images/index123b_02.jpg");
    background-repeat: repeat-x;
    display: inline-block;
    position: relative;
    left: -5px;
}

#regstep3 {
    width: 172px;
    height: 40px;
    background: url("../images/index123c_03.jpg");
    background-repeat: repeat-x;
    display: inline-block;
    position: relative;
    left: -10px;
}

#regstep3_co {
    z-index: 1;
}

#regstep4 {
    width: 169px;
    height: 40px;
    background: url("../images/index123c_04.jpg");
    background-repeat: repeat-x;
    display: inline-block;
    position: relative;
    left: -14px;
}

#regstep5 {
    width: 172px;
    height: 40px;
    background: url("../images/index123c_05.jpg");
    background-repeat: repeat-x;
    display: inline-block;
    position: relative;
    left: -20px;
}

#exam_table {
    padding-top: 15px;
}

/* register.php # */
#leftmenu_title {
    width: 232px;
    height: 48px;
    background-image: url("../images/indexNews_01_green.jpg");
    background-repeat: repeat-x;
    display: inline-block;
}

#leftmenu_title>.PageTitle_with {
    margin-top: 12px;
    margin-left: 12px;
    display: inline-block;
}

#leftmenu_title>.mainContext12_with {
    display: inline-block;
}

#leftmenu_body {
    width: 221px;
    height: 100px;
    background-color: #DCEFF3;
    margin-left: 6px;
    padding-top: 6px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}


#mainmenu_title {
    width: 850px;
    height: 48px;
    background-image: url("../images/PageTitleBg.gif");
    background-repeat: repeat-x;
    display: inline-block;
}

#mainmenu_subject {
    width: 640px;
    height: 131px;
    background-image: url("../images/contact.gif");
    background-repeat: repeat-x;
    display: inline-block;
    margin: 10px;
}

/*20230302 新修正 navbar版型*/

#top-header {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

#top-logo a {
    display: block;
    width: 393px;
    height: 91px;
    background-image: url("images/top_01_green.jpg");
}

.TopContext {
    position: relative;
    width: 100%;
    padding-top: 10px;
    text-align: right;
    justify-content: flex-end;
}

.Login {
    position: relative;
    padding-top: 10px;
}

.Login span {
    position: relative;
    display: inline-block;

}

#select-area {
    display: block;
    width: 500px;
    padding-left: 10px;
    text-align: right;
    justify-items: start;
}

#select-options {
    position: relative;
    display: inline-block;
    text-align: right;
    justify-items: end;

}

#select-options select {
    width: 130px;
    text-align-last: right;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

#navbar {
    position: relative;
    width: 100%;

}

#navbar-menu {
    width: 1100px;
    margin: 0 auto;
    z-index: 1;
    padding-inline-start: 0px !important;
    display: flex;
    justify-content: space-between;
}


#navbar-menu li {
    position: relative;
    list-style: none;
    justify-items: auto;
    width: 120px;
    height: 47px;
    margin: 0 6px;
    padding-top: 8px;
    padding-left: 8px;
    background-color: #DDDDDD;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#navbar-menu li a {
    position: relative;
    text-align: left;
    bottom: 4px;
    z-index: 3;
}

.index_top a:hover {
    font-size: 13px !important;
    font-weight: bold;
}

#dm-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 52px;
    left: -6px;
}

#dm-menu li {
    margin: 0;
    height: 36px;
    list-style: none;
    display: block;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 0;
    opacity: 0.9;
    border-bottom: #CCCCCC 1px dashed;
    z-index: 101;
    font-weight: normal;
    font-size: 0.8rem;
    width: 250px;
    padding-inline-start: 20px !important;

}

#dm-menu li:hover {
    background-color: #F0FFFF;

}

#dm-menu li span {
    position: relative;
    display: block;
    top: 8px;
    left: -12px;
    width: 9px;
    height: 9px;
    background-image: url("images/111.gif");
}

#dm-menu li a {
    position: relative;
    display: block;
    top: -8px;
    color: #555555;

}

#dm-menu li a:hover {
    text-decoration: none;
    color: #00008B;
    font-weight: 400;
}

ul li a {
    text-decoration: none;
}

#exammap {
    margin-top: 15px;
}

#banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 8px;
}