﻿@page
{
    size: A4;
    margin-top: 25mm;
    margin-bottom: 20mm;
    margin-right: 20mm;
    margin-left: 20mm;

    @top-left
    {
        background: url(img/ahlogo.svg) no-repeat bottom left;
        content: "Sample Copyright © 2002-2010 Antenna House, Inc. All rights reserved.";
        font-size:9pt;
        vertical-align:bottom;
        padding-left: 60mm;
        margin-bottom:5mm;
        -ah-background-content-height:12mm;
        -ah-background-content-type:"content-type:xml/svg";
    }
    @bottom-left
    {
        background-color: #f1faee;
    }
    @bottom-center
    {
        background-color: #f1faee;
    }
    @bottom-right
    {
        background-color: #f1faee;
    }
}
@media print
{
    *
    {
        margin:0mm;
        padding:0mm;
    }
    body
    {
        /* 印刷用の初期化 */
        width:auto;
        float:none;
        margin:0;
        padding:0;
        background-color: #FFFFFF;
        font-family: sans-serif;
        /* ------ */
        height: 100%;
        font-size: 10pt;
    }
}
@media screen
{
    body
    {
        /* ブラウザ用 */
        padding-left: 50px;
        padding-right: 50px;
        background-color: #fefefe;
        font-family: sans-serif;
        font-size: 10pt;
    }
}

/* for top document title */
h1
{
    font-size: 20pt;
    color: #000000;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 1.4em;
    padding: 5mm 10mm;
    background-color: #f1faee;
    margin: 0mm 0mm 5mm 0mm;
    text-align: left;
}

div#main div.headnote
{
    padding:2mm 0mm;
    height:6mm;
    width:100%;
    border-style:none;
    background-color: #eeeeee;
    font-size: 10pt;
}
div#main div.box
{
    margin-bottom:5mm;
    text-indent:1em;
    font-family:serif;
}
div#main div.box p.subhead
{
    text-indent:0;
    font-size: 10pt;
}
div#main div.ex1
{
    margin-top:2mm;
    line-height:10pt;
}
div#main div.ex2
{
    line-height:13pt;
}
div#main div.ex3
{
    line-height:16pt;
}
div#main div.ex4
{
    line-height:5mm;
}
div#main div.ex5
{
    line-height:8mm;
}
