@charset "utf-8";

/*----------------------------*/
/*-- 　　　 印刷用 　　　 --*/
/*----------------------------*/
html,body,#main_space{
height:auto;
}
#footer_space{
position:static !important;
}
#main_space{
position:static;
min-height:0px;
height:auto !important;
}
/*IE6以外*/
html > body ul#contents_space{
display:table;
}
html > body ul#contents_space li#sidemenu_space{
float:none;
vertical-align:top;
display:table-cell;
}
html > body ul#contents_space li#maincontents_space{
float:none;
vertical-align:top;
display:table-cell;
}
/*IE7のみ*/
*:first-child+html ul#contents_space{
display:block;
}
*:first-child+html ul#contents_space li#sidemenu_space{
float:left;
display:list-item;
}
*:first-child+html ul#contents_space li#maincontents_space{
float:right;
display:list-item;
}