@charset "utf-8";

/* =====================================================
 *                      Reset Style
 * =================================================== */
html, body, div, h1, h2, h3, h4, h5, h6, h7,
p, table thead, tbody, tfoot, tr, th, td, iframe,
ul, ol, li, dl, dt, dd, pre, form, address,
em, code, cite, caption, img {
    margin          : 0px ;
    padding         : 0px ;
    line-height     : normal ;
    text-align      : left ;
    font-size       : 100% ;
    font-weight     : normal ;
    font-style      : normal ;
    color           : #000000 ;
    text-decoration : none ;
}
table, img {
    border : none ;
}
table {
    clear           : both ;
    border-collapse : collapse ;
    border-spacing  : 0px ;
}
th, td {
    vertical-align : top ;
}
li {
    list-style : none ;
}
input, select, textarea, button {
    margin  : 0px ;
    padding : 0px ;
}
a {
    color : #0000ff ;
}

/* =====================================================
 *                      Base Style
 * =================================================== */
html {
    overflow   : scroll ;
    overflow-x : hidden ;
    overflow-y : scroll ;
}
body {
    padding    : 5px ;
    background : #ffffff ;
}
body, th, td, pre {
    font-family : "Hiragino Kaku Gothic Std W8", "Arial Black" 
                , "Lucida Sans", Arial
                , verdana, sans-serif
                ;
    font-size   : 15px ;
    line-height : 1.2 ;
}

/* =====================================================
 *                      Main Style
 * =================================================== */
pre {
    border  : 1px solid black;
    padding : 10px ;
    margin  : 5px ;
}
pre.screen {
    border     : none ;
    display    : none ;
    float      : left ;
    font-size  : 15px ;
    left       : -1000px ;
    margin     : 0;
    padding    : 0;
    position   : absolute ;
    text-align : center ;
    top        : -1000px ;
}
pre.thumbnail {
    border     : 1px solid #666666;
    float      : left ;
    font-size  : 12px ;
    height     : 80px ;
    overflow   : hidden ;
    padding    : 10px ;
    margin     : 5px ;
    text-align : center ;
    width      : 120px ;
}
pre.current {
    background : #ddddff ;
    border     : 1px solid black;
}

span.em {
    color: red;
}
span.half {
    font-size: 50%
}
span.small {
    font-size: 30%
}
/* =====================================================
 *                      .. .. .. ..
 * =================================================== */
