﻿body
{
    font-size:10pt;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    line-height:1.5;
    color:#000000;
}

h1
{
    margin-top:2em;
    font-size:180%;
    text-align:center;
    border-top:1px dashed #000000;
    border-bottom:1px dashed #000000;
}

h2
{
    margin-top:2em;
    font-size:120%;
    text-align:center;
    border-top:1px dashed #000000;
    border-bottom:1px dashed #000000;
}

a
{
    color:#000000;
    text-decoration:none;
}

/*表格相關*/
table
{
    border-bottom:1px solid #000000;
    border-top:1px solid #000000;
}
th
{
    font-weight:normal;
}

/*表單欄位相關*/
[type=text], input[type=password], textarea
{
    border-width:0;
}

/*===========解說牌版面===========*/
img.b5 { width:850px; height:570px; border:1px solid #000000; }
img.inch6x8 {width:700px; height:460px; border:1px solid #000000; }

/*不顯示的區塊、元素*/
#header,
#menu,
#submenu,
div.func-panel,
button,
input[type=button],
.ui-button,
.ui-tabs-nav,
.ui-ezpagination,
.notPrinted
{
    display:none;
}