<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*============================================================
  File name   : layout.css
  Begin       : 2009-10-29
  Last Update : 2010-05-20
  Version     : 1.0.001
  License     : Private
  Description : 独自CSSフレームワーク
  Author: Junichi Shindo(shindo@g.music-sports.net)
  Copyright (C) 2010  Junichi Shindo
  -------------------------------------------------------------
  このCSS定義は、個人用のCSSファイルです。
  いかなる場合も、開発者の承諾なく他のWEBサイトに適用することはできません。
  ============================================================*/

/* 全体の初期化 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin              : 0;
    padding             : 0;
    border              : 0;
    outline             : 0;
    font-size           : 100%;
    vertical-align      : baseline;
    background          : transparent;
}
h1, h2, h3, h4, h5, h6, th{
    font-weight         : normal;
}
th{
    text-align:left;
}
body {
    line-height         : 1.2em;
}
ol, ul {
    list-style          : none;
}
blockquote, q {
    quotes              : none;
}
/* remember to define focus styles! */
:focus {
    outline             : 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration     : none;
}
del {
    text-decoration     : line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse     : collapse;
    border-spacing      : 0;
}

.clear{
    clear               : both;
    font-size           : 1px;
    height              : 1px;
    line-height         : 1px;
}

input{
    color: #666666;
}
select{
    color: #666666;
}
textarea{
    color: #666666;
    font-size: 12px;
}</pre></body></html>