@charset "UTF-8";
@charset "Shift_JIS";
@charset "EUC-JP";
/* *********************************************************************** */
/* プリント用
/* *********************************************************************** */
    
    
    /* 非表示 *************************************** */
    #linkbox,
    #headerbox,
    #navigationbox,
    #containerbox2,
    #pagetopbox,
    div.leftcontents {
        display : none;
    }
    
    
    /* プリント対象 ********************************** */
    div.bodyback,
    div.bodybox {
        position   : relative;
        width      : auto;
       -width      : 710px;
        text-align : left !important;
        background : #fff;
        border     : 0px;
        padding    : 0px 0px 0px 0px !important;
        margin     : 0px 0px 0px 0px !important;
    }
    
    #containerbox1,
    #containerbox3 {
        position   : relative;
        width      : auto;
       -width      : 710px;
        text-align : left !important;
        padding    : 0px 0px 0px 0px !important;
        margin     : 0px 0px 0px 0px !important;
    }
    
    #rightcontents1,
    #rightcontents2 {
        position   : relative;
        width      : 100%;
        padding    : 0px  0px 0px  0px !important;
        margin     : 0px auto 0px auto !important;
    }
    
    #footerbox {
        position   : relative;
        width      : 710px;
        border-top : 1px solid #ccc;
        padding    : 5px  0px 0px  0px !important;
        margin     : 5px auto 0px auto !important;
    }



