* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html {
    background-color: black;
}

#onpiec {
    width: 1000px;
    margin: 0 auto;
}

#heard {
    position: relative;
    width: 100%;
    font-size: 0px;
}

.banner {
    width: 100%;
}

.logo {
    position: absolute;
    left: 100px;
    top: 50px;
    width: 200px;
}

#Navigation_Bar {
    width: 100%;
}

#Navigation_Bar ul {
    width: 1000px;
    font-size: 0px;
    background-color: #600d01;
}

#Navigation_Bar ul li {
    display: inline-block;
    height: 60px;
    text-align: center;
    width: 166px;
}

.current {
    background-color: #FF8201;
}

#Navigation_Bar ul li:hover {
    background-color: #FF8201;
}

#Navigation_Bar ul li:first-child {
    width: 168px;
}

#Navigation_Bar ul li:last-child {
    width: 168px;
}

#Navigation_Bar ul li a {
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-decoration: none;
}

#banner2 {
    width: 100%;
    font-size: 0px;
}

#banner2 img {
    width: 100%;
}

footer {
    width: 100%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background-color: #600d01;
}

h1 {
    font-size: 18px;
    color: #600d01;
    border-bottom: 1px dotted #600d01;
    line-height: 40px;
}

h1 span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #600d01;
}