body {
    margin: 0px;
    background-image: url(background.jpg);
}

header {
    background-color: rgba(233,191,154,0.90);
    width: 1200px;
    height: 213px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 8px;
}
body header h1 {
    color: rgba(66,35,8,0.95);
    font-family: "Noto Sans HK Black";
    font-size: 46pt;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 7px;
    letter-spacing: 5pt;
    margin-top: 20px;
}
body header hr {
    width: 400px;
    margin-left: 0px;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
body header h2 {
    font-family: "Yu Gothic UI Semibold";
    font-size: 14pt;
    color: rgba(75,39,9,0.67);
    padding-top: 5px;
    letter-spacing: 5pt;
}


main {
    width: 1200px;
    height: 650px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: -4px;
    background-size: cover;
}


article {
    width: 60%;
    background-color: rgba(240,155,168,0.86);
    height: 650px;
    float: left;
}
aside ul li {
    color: rgba(34,56,59,1.00);
    font-family: "Yu Gothic UI Semilight";
    font-size: 14pt;
    line-height: 1.6em;
    text-align: left;
    padding-top: 1px;
}
ul li img {

}

main aside ul {
    padding-top: 6px;
    padding-right: 70px;
    padding-bottom: 76px;
    padding-left: 144px;
    text-align: left;
}
article p img {
}




body p {
    padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 50px;
    color: rgba(75,59,60,1.00);
    font-family: "Yu Gothic UI Semilight";
    letter-spacing: 2pt;
    font-size: 14pt;
    text-align: justify;
    line-height: 1.6em;
    text-indent: 16pt;
}
main aside img {
    padding-top: 35px;
    padding-right: 115px;
    padding-left: 115px;
}

a {
    color: rgba(130,5,5,1.00);
}
a:hover {
    color: rgba(233,198,140,1.00);
}



article p img {
    float: left;
    padding-top: 8px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border-radius: 75px;
}


aside {
    width: 40%;
    background-color: rgba(101,193,227,0.82);
    height: 650px;
    float: right;
}
main aside ul {
}


section {
    background-color: rgba(249,198,45,0.81);
    width: auto;
    height: 300px;
    clear: both;
    background-image: url(%E5%9C%98%E7%85%A7.jpg);
    background-repeat: repeat;
    background-size: contain;
}
footer {
    background-color: rgba(185,171,172,1.00);
    height: 150px;
    min-width: 0px;
    clear: both;
    margin-top: 300px;
}
