/*===================================================================
/PROJECT    :SystemNetwork_HP_Ver1.00
/
/FILE       :init.css
/ABSTRACT   :初期化用CSS
/NOTE       :
/HISTORY    :2006/08/25 新規作成
=====================================================================*/
/* ---------------------------------------------------------------- */
/* スタイルの初期化                                                 */
/* ---------------------------------------------------------------- */
*{
    margin                      : 0;
    padding                     : 0;
    zoom                        : 1;
}
html{
    height                      : 100%;
}
/* ---------------------------------------------------------------- */
/* Firefox用設定                                                    */
/* ---------------------------------------------------------------- */
html>/**/body{
    overflow                    : -moz-scrollbars-vertical;
}
/* ---------------------------------------------------------------- */
/* 常にスクロールバーを表示させる為の設定                           */
/* ---------------------------------------------------------------- */
html:first-child body{
    min-height                  : 100%;
    padding-bottom              : 1px;
}
body {
    font-family                 : "メイリオ","Meiryo","ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size                   : 12px;
}
table{
    border-collapse             : collapse;
    border                      : none;
    border-spacing              : 0;
}
th,td{
    vertical-align              : top;
    border                      : solid 1px #000000;
    font-weight                 : normal;
    text-align                  : left;
}
caption{
    text-align                  : left;
}
ul,ol,dl{
    list-style                  : none;
}
li{
    display                     : list-item;
    zoom                        : normal;
}
img,a   img{
    vertical-align              : bottom;
    border                      : none;
    background                  : transparent;
}
object,embed{
    vertical-align              : top;
}
fieldset{
    border                      : none;
}
input,textarea{
    font-size                   : 1em;
}
em,address,dfn{
    font-style                  : normal;
}
ul ul,ul dl,dl ul,table p,table ul,table table{
    font-size                   : 1em;
}
hr{
    height                      : 0px;
    margin                      : 7px 0;
    border                      : none;
    border-top                  : 1px solid #000;
}
/* ---------------------------------------------------------------- */
/* IE6用設定                                                        */
/* ---------------------------------------------------------------- */
*   html hr{
    margin                      : 0;
}
/* ---------------------------------------------------------------- */
/* IE7用設定                                                        */
/* ---------------------------------------------------------------- */
*:first-child+html hr{
    margin                      : 0;
}
a:link{
    color                       : #0000ff ;
    text-decoration             : underline;
}
a:visited{
    color                       : #0000ff ;
    text-decoration             : underline;
}
a:hover{
    color                       : #ff0000 ;
    text-decoration             : underline;
}
a:active{
    color                       : #ff0000 ;
    text-decoration             : underline;
}
