@charset "utf-8";

/*
** 全般設定
*/
BODY
{
    font-size: 10pt;
    color: #000000;
    background-color: #ffffff;
}

TD
{
    font-size: 10pt;
    background-color: #ffffff;
    border-width:1px;
    border-style:solid;
    border-color:#000000;
}

TH
{
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    color: #000000;
    background-color: #b0c4de;
    border-width:1px;
    border-style:solid;
    border-color:#000000;
}

A
{
    color: #000080;
    text-decoration: none;
}
A:hover
{
    color: #ffa500;
}
/*
** システムタイトル
*/
.clsSystemTitle
{
    font-size: 16pt;
    font-family: "Arial";
    font-weight: bold;
}

/*
** 画面タイトル
*/
.clsWinTitle
{
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff;
}

/*
** 強調表示したいところ
*/
.clsStrong
{
    color: #0000ff;
    font-size: 10pt;
    font-weight: bold;
}

/*
** ツールバー
*/
.clsTblTool
{
    background-color: #000080;
}

/*
** アンカー（ツールバー内）
*/
.clsAnchTool
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.clsAnchTool:hover
{
    color: #ffa500;
}

/*
** テーブル枠色
*/
.clsTblFrame
{
    background-color: #4169e1;
}

/*
** テーブルヘッダ背景色
*/
.clsTblHead
{
    background-color: #b0c4de;
}

/* テーブル行背景色（否認） */
.clsTblLineDeny
{
    background-color: #cccccc;
}

/*
** エラーメッセージ
*/
.clsErrMsg
{
    color: #ff0000;
}

/*
** 画面説明等
*/
.clsExp
{
    color: #0000ff;
    font-size: 8pt;
}

/*
** ボタン
*/
.clsBtn
{
    width: 100px;
}
.clsBtnShort
{
    width: 45px;
}
.clsBtnMiddle
{
    width: 75px;
}
.clsBtnLong
{
    width: 200px;
}


/*
** レート表示
*/
.clsRateNum
{
    width: 25px;
    text-align: right;
}

.clsRateFew
{
    width: 90px;
    text-align: left;
}
