@charset "utf-8";

div#wrapper{
display:table;
width:951px;
margin:0;
padding:0;
}
#contents,
#footer{
background-color:#FFFFFF;
}
#contents-body,
#category-menu,
#category-body{ 
display:table-cell; 
float:none;
vertical-align:top;
}
#category-body{
padding:0 0 0 40px;
}

/* ==================================
　IE6対応
================================== */
@media print {

#wrapper {
    _background-image: none;
}

#header, 
#topic-path, 
#contents .right-column-bottom #right-column, 
#footer {
    _display: none;
}

#contents .right-column-bottom h2, 
#contents .right-column-bottom #contents-body {
    _zoom: 92%;
}

}
/* ==================================
　人間革命・新人間革命対応
================================== */
@media print {

.support .hr {
    display: inline;
    min-width: 950px;
    width:100%;
    margin: 0;
    padding: 0;
}
.support .hr #contents-body {
    float: left;
}
.support .hr #category-menu {
    float: left;
}
.support .hr #category-body{ 
    display: inline; 
    float: right;
}
.support .hr #category-body{
    padding:0;
}

}

