* {
    color: #444;
    font-size: 1em;
}
body {
    font-family: 'Verdana';
    color: #444;  font-size: 18px;
    background: #E6E6DC; background-image:url(../images/bg-left.png),url(../images/bg-right.png); 
    background-repeat: repeat-y, repeat-y; background-position: top left,top right;
    overflow-x: hidden;
}

.top {
    position:fixed; top:0px; left:0px;
    display: block; z-index: 99; 
    width: 100%; height: 45px;
    background: #E6E6DC; background-image:url(../images/bg-left.png),url(../images/bg-righttop.png);
    background-repeat: repeat-y, no-repeat;  background-position: top left,top right;
    overflow-x: hidden; overflow-y: hidden;
    }

.bottom {
    position:fixed; bottom:0; left:0; 
    display: block; z-index: 99; 
    width: 100%; height: auto; 
    background: #E6E6DC; background-image:url(../images/bg-left.png),url(../images/bg-rightbottom.png);
    background-repeat: repeat-y, no-repeat;  background-position: bottom left,bottom right;   
    }
    
.content {
    position:absolute; top:0px; left:0px; 
    width: 100%;
    }

.contenu {
    margin: 50px 0px ;
}


.headline {
    border-width:3px; border-color: #000; border-bottom-style:solid;
    margin: 0 15px 0 25px;     height:40px; line-height: 40px;
    overflow-x: hidden; overflow-y: hidden;
    }

h1 { margin-top: 60px; font-size:24px; font-weight:bold;}

h2  { font-size:18px; font-weight:bold; text-align: right; margin: 1px 2px 1px 40px;  overflow-x: hidden; overflow-y: hidden; }

h3  { color:#000; margin-top: 10px; padding:0; font-size:20px; font-weight:bold;  font-family:標楷體,Arial,sans-serif;}

a { color: #313131; font-weight: bold;}
    
.link { display:block;
    border-bottom-style: solid;
    border-width: 1px;
    height:30px ; line-height:30px ;
    margin: 0px 15px 0 25px;
    padding: 5px 40px 5px 5px;
    text-align:left;
    font-size:16px; 
    text-decoration: none; 
    background-image:url(../images/arrow.png);
    background-repeat: no-repeat; background-position: center right;
    background-color:#99FFFF;  
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }

.menutitle{
    display:block;
    height:30px ; line-height:30px ;
    margin: 10px 15px 0 25px;
    padding: 5px 50px 5px 15px;
    border-bottom-style: solid;
    border-width: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align:left; 
    background-color:#FEFF91;
    font-weight:bold;   
}

.rightarrow{    
    background-image:url(../images/arrow-right.png);
    background-repeat: no-repeat; background-position: center right;
}

.menudown{
    background-image:url(../images/arrow-down.png);
    background-repeat: no-repeat; background-position: center right; 
}

.submenu{
  margin: 5px 20px 0 35px;
  color: #000;
  font-size:18px;
  font-family:微軟正黑體,Arial,sans-serif;
  text-align:left;
  }

.subbutton {
    display:block;  border-bottom-style: solid; border-width: 1px;
    height:30px ; line-height:30px ;
    padding: 5px 50px 5px 15px;
    text-align:left;
    text-decoration: none;  
    background-image:url(../images/arrow.png);
    background-repeat: no-repeat; background-position: center right;
    background-color:#99FFFF;    
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px; 
   overflow-x: hidden; overflow-y: hidden;
   whitespace:nowrap;   
    }
    
.sublink {
    display:block;  border-bottom-style: solid; border-width: 1px;
    height:30px ; line-height:30px ;
    font-size:14px;
    padding: 5px 50px 5px 20px;
    text-align:left;
    text-decoration: none;  
    background-image:url(../images/arrow.png);
    background-repeat: no-repeat; background-position: center right;
    background-color:#99FFFF;    
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px; 
   overflow-x: hidden; overflow-y: hidden;
   word-wrap: break-word;
   word-break: break-all;
    }    

.subtel {
    border-bottom-style: solid; border-width: 1px;
    font-size:16px;
    padding: 3px 50px 3px 20px;
    text-decoration: none;  
    background-color:#99FFFF;    
    background-image:url(../images/arrow.png);
    background-repeat: no-repeat; background-position: center right;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px; 
    }    

select {
    display:block;
    width:80%; height:40px ; line-height:40px ;
    margin: 10px 0px 0 30px;
    padding: 5px 0 5px 0px;
    border-bottom-style: solid;
    border-width: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align:left; 
    background-color:#FEFF91; 
    font-weight:bold;
    }

input {
    display:block;  border-style: inline; border-width: 3px;
    width:79%; height:30px ;  line-height:30px ;
    font-size:20px; font-weight:bold;  text-align:center; 
    margin: 10px 0 0 30px;
    padding: 5px 0 5px 0px; 
    background-color:#FFF;    
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px; 
   overflow-x: hidden; overflow-y: hidden;
   whitespace:nowrap;   
    }

.submit {
    display:block;  border-style: outline; border-width: 3px;
    width:80%; height:50px ;  line-height:50px ;
    font-size:20px; font-weight:bold;  text-align:center; 
    margin: 10px 0 0 30px;
    padding: 5px 0 5px 0px; 
    background-color:#99FFFF;    
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px; 
   overflow-x: hidden; overflow-y: hidden;
   whitespace:nowrap;   
   }
    

.submenu > li {
    position: relative;
    margin: 0;
    padding: 8px 0 8px 10px;
    font-size: 18px;
    font-weight: bold;
    list-style: none;
    font-family:微軟正黑體,Arial,sans-serif;
    border-top-style:outset;
    border-bottom-style:outset;
    border-color:#DCDCDC;
    border-width:1px;
}

.adarea {margin:0 15px 0 25px; overflow: hidden}