/**************************************************************
ASKUMA PRINT CSS
**************************************************************/
body {
    margin:0px;
    padding:0px;
    letter-spacing:normal;
}
#navileft, ul#navi, #login, ul#perslinks, #foot 
{
    display:none;
}
#content 
{
    width: auto!important;
    padding-left: 0px;
    border: none!important;
}
#head 
{
    display:none;
    }
#content ul ul li 
{
    list-style-type:circle ;
    padding-left: 5px;
    padding-bottom: 5px;
}
#foot
{
    display: none;
}
#printfoot
{
    display: block;
    border-top: 1px solid black;
}
#printstageholder
{
    display: block;
    border-bottom: 1px solid black;
}
