/**
 * 印刷用スタイル
 */
body {
    color: #000;
    background-color: #FFF;
    font-size: 9pt;
}

#header {
	display: none;
}

#content {
    width: 100%;
    position: static;
    top: 0;
}

body, #stage, #header, #body, .headerback, .imagebackground, #footer {
    background: none;
}

#side {
    width: 25%;
}

#main {
    width: 75%;
    padding-right: 0px;
}

#footer {
    margin-top: 2em;
    width: 100%;
}

#footer {
    height: 20px;
}

#copyright {
    position: static;
    top: 0;
}

.content_name {
    display: block;
    font-weight: bold;
    font-size: 112%;
    text-align: center;
}

