#bottom2 {
text-align: center;
max-width: 1500px;
}

#main {
text-align: left;
}

H3 {
line-height: 40px;
}

LI {
list-style-image: url(../obj/etc/haken.gif);
}

UL {
margin-top: 0px;
}

@media (min-width: 1100px) {
.header_box {
top: 50px;
}
}

@media (min-width: 650px) and (max-width: 1099px) {
.header_box {
top: 20px;
}
}

@media (max-width: 649px) {
.header_box {
top: 10px;
}
}

}