@charset "SHIFT_JIS";


body        {
            background-color:white;
            color:black;
            background-image:url("../images/bg.gif");
            margin-left:10px;
            margin-right:10px;
            margin-top:0px;
            margin-bottom:0px;
}

table       {font-size: smaller;}
li          {line-height: 120%;}
a:link      {font-size: 10pt; text-decoration:none; color:#0066CC;}
a:visited   {font-size: 10pt; text-decoration:none; color:#0066CC;}
a:active    {font-size: 10pt; text-decoration:none; color:#0066CC;}
a:hover     {font-size: 10pt; text-decoration:none; color:#FFCC00;}
.txt-pink   {color: hotpink;}
img         {border: 0px;}

.e_body     {
            font-family: "Arial", "Helvetica", "sans-serif";
            font-size: 10pt;
            font-style: normal;
            line-height: normal;
            font-weight: normal;
            color: #333333;
            text-decoration: none;
}


/* -------------------- 文字の設定 -------------------- */

.normal     {
            font-size: 10pt;
}
.kyocho     {
            font-size: 10pt;
            font-weight: bold;
}
.kyocho_c   {
            font-size: 10pt;
            font-weight: bold;
            color: #FF6600;
}
.toi        {
            font-size: 10pt;
            color: #0066CC;
}
.hiduke    {
            font-size: 10pt;
            font-style: normal;
            line-height: 11pt;
            font-weight: lighter;
            color: #CC0000;
            text-decoration: none;
}
.e_top     {
            font-family: "Arial", "Helvetica", "sans-serif";
            font-size: 10pt;
            font-style: normal;
            line-height: normal;
            font-weight: normal;
            text-decoration: none;
}




/* -------------------- テーブルの設定 -------------------- */

/* ===== 右側メニューの設定 (class) ===== */

table.menu01{
            background-color: #000000;
            width: 100%;
            border: 0;
}
table.menu02{
            background-color: #FFFFFF;
            width: 100%;
            border: 0;
}
table.menu03{
            background-color: #FFFFFF;
            width: 100%;
            border: 0;
}


/* ===== 各お題目の設定 (class) ===== */

td.title    {
            background-color: #CCCCCC;
            font-size: 10pt;
            font-weight: bold;
}

/* ===== 表の中の設定 (class) ===== */

td.hyodai   {
            font-size: 10pt;
            font-weight: bold;
            color: #FFFFFF;
            text-align: center;
            white-space: nowrap;
            background-color: #006699;
}
td.noncl    {
            font-size: 10pt;
            white-space: nowrap;
}
td.noncl_c  {
            font-size: 10pt;
            text-align: center;
            white-space: nowrap;
}
td.cl       {
            font-size: 10pt;
            background-color: #D2E1F0;
            white-space: nowrap;
}
td.cl_c     {
            font-size: 10pt;
            text-align: center;
            background-color: #D2E1F0;
            white-space: nowrap;
}



