/*整體*/
body {
    color: #000;
    font-size: 14px;
    margin: 0;
}

/*Banner背景*/
#header{background:url("https://static.iyp.tw/36087/files/759e2417-a6bb-453a-9c22-4a6dc6b77f90.jpg")no-repeat;
　　　　 background-position:top center}

#logo {display:none;}
#banner{margin-top:-25px;height:500px;}

/*側邊*/
#main h1 {
    color: #432c25;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #fff;
}
#side .side-top {
    background-color: #222222;
    padding: 10px 20px;
}
#side {
    background-color:#434343;
    margin: 0 10px 10px 0;
    /*width: 220px;*/
}

#main-content {
    color: #666;
    font-size: 13px;
    letter-spacing: 1;
    margin-bottom: 10px;
    min-height: 100px;
    padding: 10px 0;
}

#side .side-content ul li a {
    border-bottom: 1px dotted #887c6c;
    color: #e3d7c7;
    display: block;
    /*font-size: 13px;*/
    padding: 10px 10px 10px 20px;
    transition: all 0.3s ease 0s;
}
#side .side-content .onedit {
    color: #fff;
    /*font-size: 13px;*/
    padding: 0;
}

#side h2 {
    position: relative;
    font-size: 120%;
    padding: 6px 10px;
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #e3e3e3;
    background-color: #222222;
}