@charset "EUC-JP";

/* ****************************************************************************************** */
/*                                   Cascading-Style-Sheets                                   */
/* ****************************************************************************************** */

/* ---- リスト設定                       ---- */

ul li                          {
     list-style-type           :     none;
                               }

/* ---- リンク設定                       ---- */

a                              {
     color                     :     #6666ff;
     text-decoration           :     underline;
                               }

a:visited                      {
     color                     :     #ff0000;
     text-decoration           :     underline;
                               }

a:hover                        {
     color                     :     #ffffff;
     background-color          :     #ff3333;
     text-decoration           :     underline;
                               }

/* ---- 文字装飾                         ---- */

em                             {
     border-bottom             :     1px solid #ff0000;
                               }

em .futoji                     {
     color                     :     #000000;
     font-weight               :     bold;
     font-size                 :     100%;
                               }

strong                         {
     margin                    :      5px;
     font-weight               :     bold;
                               }

.normal                        {
     color                     :     #ff0000;
                               }

.bold                          {
     font-size                 :     16px;
     color                     :     #ffffff;
     background-color          :     #ff0000;
                               }

.link_head                     {
     padding                   :      5px;
     color                     :     #ffffff;
     background-color          :     #0000ff;
                               }

#wider                         {
     font-weight               :     bold;
     font-size                 :     140%;
     color                     :     #ff0000;
                               }
                               
#wider2                        {
     text-align                :     center;
     font-weight               :     normal;
     font-size                 :     100%;
     padding                   :     15px;
     color                     :     #ff0000;
     border-top                :      2px dashed #ff0000;
                               }
                               
#wider3                        {
     font-weight               :     normal;
     padding                   :     15px;
     color                     :     #000000;
     border-bottom             :      2px dashed #ff0000;
                               }

#wider4                        {
     font-weight               :     bold;
     color                     :     #ff0000;
     text-align                :     center;
                               }


table .hyo-waku                     {
     padding                   :     10px;
     width                     :     720px;
                               }

th .hyo                        {
     width                     :     150px;
     text-align                :     center;
     border-right              :      1px solid #cccccc;
     border-bottom             :      1px solid #cccccc;
     background-color          :     #e1e2e6;
                               }

td .hyo                        {
     padding                   :     10px;
     text-align                :     center;
     width                     :     150px;
     border-right              :      1px solid #cccccc;
     border-bottom             :      1px solid #cccccc;
     background-color          :     #eff2f3;
                               }

td .hyo2                       {
     padding                   :     10px;
     border-right              :      1px solid #cccccc;
     border-bottom             :      1px solid #cccccc;
     background-color          :     #eff2f3;
                               }

#keyword                       {
     margin                    :      0px;
     font-size                 :      1px;
     color                     :     #336600;
                               }

/* ****************************************************************************************** */
/*                     Copyright (C) 2007 Tokyo legal affairs consultant.                     */
/* ****************************************************************************************** */
