@charset "UTF-8";
/* CSS Document */

@media print {

header {
    position: relative;
    height: 55px;
}

header .address {
    display: none;
}

.menu_button {
    display: none;
}

#h_menu {
    display: none;
}

h2 {
    top: 0;
}

content {
    margin: 0 auto 0 auto ;
    top: 0;
}

#to_top {
    display: none;
}

}