/* 文字サイズ：標準 ************************************************/
SPAN.sizeA{
  color:#000000;              /* 文字色：黒 */
  line-height:140%;            /* 行間：130% */
  font-weight:normal;
}
SPAN.sizeB{
  color:#000000;              /* 文字色：黒 */
  line-height:130%;            /* 行間：130% */
  font-weight:bold;            /* スタイル：太字 */
}

SPAN.sizeBb{                  /* 太字 */
  color:#0000CC;              /* 文字色：青 */
  line-height:130%;            /* 行間：130% */
  font-weight:bold;            /* 文字太さ：太字 */
}

SPAN.sizeBr{                  /* 太字 */
  color:#EE0000;              /* 文字色：赤 */
  line-height:130%;            /* 行間：130% */
  font-weight:bold;            /* 文字太さ：太字 */
}

SPAN.sizeAw{                /* 文字サイズ：標準 */
  color:#ffffff;              /* 文字色：白 */
  line-height:130%;            /* 行間：130% */
}

/* 文字サイズ：大 ************************************************/
SPAN.sizeGbb{                /* 太字 */
  font-size:120%;              /* 文字サイズ:大 */
  color:#555555;              /* 文字色：グレー */
  line-height:130%;            /* 行間：130% */
  font-weight:bold;            /* 文字太さ：太字 */
}

SPAN.sizeBbb{                /* 太字 */
  font-size:120%;              /* 文字サイズ:大 */
  color:#000000;              /* 文字色：青 */
  line-height:130%;            /* 行間：130% */
  font-weight:bold;            /* 文字太さ：太字 */
}
SPAN.sizeRbb{                /* 太字 */
  font-size:110%;              /* 文字サイズ:大 */
  color:#ff0000;              /* 文字色：赤 */
  line-height:130%;            /* 行間：130% */
  font-weight:bold;            /* 文字太さ：太字 */
}

/* 文字サイズ：小 **************************************************/
SPAN.sizeAs{
  font-size:85%;              /* 文字サイズ：小 */
  color:#000000;              /* 文字色：黒 */
  line-height:130%;            /* 行間：130% */
  font-weight:normal;
}
SPAN.sizeBs{
  font-size:85%;              /* 文字サイズ：小 */
  color:#000000;              /* 文字色：黒 */
  line-height:130%;            /* 行間：130% */
  font-weight:bold;            /* スタイル：太字 */
}

/* 文字サイズ：小小 ************************************************/
SPAN.sizeAss{
  font-size:80%;              /* 文字サイズ：少小 */
  color:#000000;              /* 文字色：黒 */
  line-height:130%;            /* 行間：130% */
}
SPAN.sizeBss{
  font-size:80%;              /* 文字サイズ：小小 */
  color:#000000;              /* 文字色：黒 */
  line-height:130%;            /* 行間：130% */
  font-weight:bold;            /* スタイル：太字 */
}

/* 文字サイズ：小小 ************************************************/
SPAN.sizeAssW{
  font-size:80%;              /* 文字サイズ：少小 */
  color:#FFFFFF;              /* 文字色：白 */
  line-height:130%;            /* 行間：130% */
}

SPAN.hissu{                    /* 太字 */
  font-size:80%;              /* 文字サイズ */
  color:#ff0000;              /* 文字色：赤 */
  line-height:130%;            /* 行間：130% */
  font-weight:bold;            /* 文字太さ：太字 */
}

/* ↓タイトル↓ ***********************************************************************/
h1.title{
  padding:5px;
  font-size:150%;
  font-weight:bold;
  border-bottom:1px solid #336699;
  border-left:10px solid #336699;
  text-align:left;
}

h2.title
{
  height:40px;
  padding:10px 0px 3px 15px;
  margin:10px 10px 0px 10px;
  font-size:120%;
  font-weight:bold;
  background-image:url(./images/kiji_title_bg2.gif);
  background-repeat:no-repeat;

}

h2.title2{
  padding:5px;
  font-size:120%;
  font-weight:bold;
}
h2.kinkyu{
  line-height:180%;
  padding-left:8px;
  padding-top:10px;
  padding-right:0px;
  padding-bottom:3px;
  font-size:120%;
  font-weight:bold;
  border-bottom:1px dashed #ff0000;
}

h3.title{
  font-size:100%;
  font-weight:bold;
  text-align:left;
  border-bottom:1px dotted #999999;
  margin:10px auto 10px auto;
  padding:3px;
}


/* ↓白赤リンク↓ ***********************************************************************/

A.ssw:visited                    /* サイズ小：白リンク */
  {
  FONT-SIZE: 80%;
  COLOR: #ffffff;
  LINE-HEIGHT: 160%;
  FONT-STYLE: normal;
  }

A.ssw:link
  {
  FONT-SIZE: 80%;
  COLOR: #ffffff;
  LINE-HEIGHT: 160%;
  FONT-STYLE: normal;
  }

A.ssw:hover
  {
  COLOR: #ff0000;
  position:relative;top:1px;left:1px
  }


/* ↓文字色↓ ***********************************************************************/
span.colorR{
  color:#ff0000;
}
span.colorR2{
  color:#dd0000;
}
span.colorB{
  color:#222D88;
}
span.colorB2{
  color:#0000cc;
}
span.colorG{
  color:#006600;
}
span.colorG2{
  color:#267326;
}
/* ↑文字色↑ ***********************************************************************/