/* css print */
body{
    font-family: Arial;
}
#page .header,
#subNavi,
#footer,
object,
embed{
    display: none;
}
#mainContent .contentColumn .arrow,
#mainContent .contentColumn .download,
#sidebar .arrow,
#sidebar .download{
    display: block;
    width: 100%;
}
#mainContent table{
    page-break-before: always;
}
#mainContent table{
    margin-top: 15px;
}
#mainContent table th,
#mainContent table td{
    border: 1px solid #000000;
}