/*-----------------------------------------------------
 イカリスーパーCSS
-----------------------------------------------------*/

/*HTML
{
    margin            : 0px;
    padding           : 0px;
}*/

/*BODY
{
    margin            : 0px;
    padding           : 0px;
    color             : #333333;
    font-size         : 9pt;
}*/

/*TABLE
{
    padding           : 0px;
    margin            : 0px;

}*/

/*TD
{
    text-align        : left;
}*/

TD.Center
{
    text-align        : center;
}

TD.Right
{
    text-align        : right;
}

/*DIV
{
    width             : 100%;
    margin            : 0px;
    padding           : 0px;
}*/



/*IMG
{
    border            : none;
}*/

/*A
{
    font-size         : 10pt;
}*/

/*.unnamed1
{
    font-size         : 10pt;
    line-height       : 1.3;
}*/

/*FONT
{
    font-size         : 9pt;
}*/

FONT.Dai /* (14pt) */
{
    font-size         : 14pt;
}

FONT.Tyu /* (12pt) */
{
    font-size         : 12pt;
}

FONT.Syou /* (8pt) */
{
    font-size         : 8pt;
}

FONT.Mini /* (7.5pt) */
{
    font-size         : 7.5pt;
}

/*
BORDER TABLE,TR,TH,TD,DIV,MAP
{
    BORDER        : SOLID 1PX #333300;
}
*/
