
/*====header =====*/
#header {
/* background-color: #3CB371;
*/
 height:130px;
 width:1250px;
 text-align:left;
 font-size:14px;
 margin-bottom:16px;
 background-repeat: no-repeat;
}
#headerdiv {
 width:1250px;
}


/*====footer =====*/
#footer {
 float:left;
 width: 100%;
/* background-color: #3CB371;
*/
 padding-top:80px;
 height:115px;
 text-align:right;
 margin-top:50px;
 background-repeat: no-repeat;
}

#menu_a {
 width:140px;
 font-size:14px;
 background-color: #FEECFF;
}

#tree_out {
 background-color: #CCCCCC;
 padding-top:1px;
 padding-bottom:1px;
 margin-bottom:10px;
}
#tree_in {
 background-color: #FFFFFF;
 padding:4px;
}

/*====menu =====*/
#menu {
 width:140px;
 float:left;
 margin-right: 16px;
 background-color: #000000;
}
#menu td {
 width:100%;
 padding-top:6px;
 padding-left:6px;
 padding-bottom:6px;
}

#menu_b {
 width:140px;
 font-size:12px;
 background-color: #ffffff;
}
#menu_b a{
 color:#000000;
 text-decoration:none;
}
#menu_b a:hover{
 color:#AA0000;
}

#menu_a {
 width:140px;
 font-size:14px;
 background-color: #CCCCCC;
}

#center_menu {
 width: 100%;
 text-align:center;
 background-color: #FFFFFF;
}