@charset "utf-8";
body {
    background-image: url(img/bg_01.jpg);
}
header {
    width: 800px;
    height: 180px;
    background-color: rgba(13,104,175,1.00);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 0px;
}
h1   {
    color: rgba(254,253,253,1.00);
    text-align: center;
    font-style: normal;
    font-size: 17pt;
    margin: 0;
    padding: 0;
}

main {
    width: 800px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: rgba(237,179,180,1.00);
}

main article {
    width: 60%;
    height: 600px;
    display: block;
    background-color: rgba(229,82,230,1.00);

}
main section {
    float: none;
    background-color: rgba(173,207,241,0.94);
    width: 800px;
    height: 200px;
}


main aside {
    width: 40%;
    height: 600px;
    background-color: rgba(137,231,204,1.00);
    display: block;
    float: right;
}
footer {
    background-color: rgba(0,0,0,0.68);
    width: 800px;
    display: block;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 200px;
}
