@import url("font.css");


body{
    background-color: #333333;
    color:#ffffff; 
    margin: 0px; 
    margin-bottom: 0px;
}

#frame0 {
    width:1235px;
    height: 740px;
    background-color: #222222;
    margin: 0px auto;
    border-style: solid;
    border-width: 1px;
    border-color: #222222;
    border-collapse:separate; 
}


/*  MENU    */
#WebBanner{
    width:100%;
    height:80px;
    text-align: left;
    margin-left: 20px;
}

#WebBanner_cn1{
    color:#ffffff;
    font-size: 30px;
    padding: 0px;
    margin: 0px;

}
#WebBanner_cn2{
    color:#ffffff;
    font-size: 15px;

}
#WebBanner_en1{
    color:#ffffff;
    font-size: 15px;
}
#WebBanner_en2{
    color:#ffffff;
    font-size: 15px;
}

#table_menu{
    width:100%;
    height:45px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    background: #ffc400;
    font-weight: bold;
}

td{
    font-size: 16px;
    color:#dddddd; 
    font-family: 'Noto Serif TC', serif;
}



a.item_menu{   
    text-decoration: none;    
    color:#664200; 
	font-size: 22px;
    font-family: 'Noto Serif TC', serif;
}
a.item_menu:hover {
    text-decoration: none;    
    color:#000000; 
}
#hr_menu{    border: 1px solid #444444; } 


/*   TEXT   */



#content,pre{
    font-size: 16px;
    color:#dddddd; 
    font-family: 'Noto Serif TC', serif;
}

h2{ 
    display:inline;
    font-size: 28px;
    font-weight: 100;
    margin-top:0px;
    margin-bottom:5px;
    margin-left:0px;
    color:#ffc400; 
    font-family: 'Noto Serif TC', serif;
}

h3{
    display:inline;
    font-size: 22px;
    font-weight: 100;
    margin-top:0px;
    margin-left:0px;
    margin-bottom:5px;
    color: #dddddd;
    font-family: 'Noto Serif TC', serif;
}


/*   BUTTONS   */

a{   
    text-decoration: none;    
    color:#ffc400; 
    font-family: 'Noto Serif TC', serif;
}

a.download{   
    text-decoration: none;  
    color:#000000;  
}
button.download {
    background-color:#ffc400;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Noto Serif TC', serif;
    font-weight:bold;
}
   
button.download:hover {
    background-color:black;
    color: #ffc400;
}


/*   PICTURES   */

img.sample_L{
    float: left; text-align: right;vertical-align: middle;
}
img.sample_R{
    float: right; text-align: right;vertical-align: middle;
}