/* 見出し１ */
H1{
  color : green;
  letter-spacing : 0.5em;
  font-size : 130%;
  text-align : left; 
  background-image : url(common/h1_bk.jpg);
  border-width : 1px;
  border-style : outset;
  margin-left : 1em;
  padding-top : 7px;
  padding-left : 30px;
  padding-bottom : 7px;
  margin-top : 1em;
  margin-bottom : 1em;
  width : 700px;
  height : 35px;
  background-repeat : repeat-y; 
}

/* 見出し２ */
H2{
  color : teal;
  padding-left : 4px;
  font-size : 120%;
  line-height : 1em;
  padding-top : 4px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : dotted;
  border-bottom-style : dotted;
  border-top-color : #57ae00;
  border-bottom-color : #57ae00;
  padding-bottom : 4px;
  background-color : #ecffd9;
}

/* 見出し３ */
H3{
  font-size : 110%;
  color : navy;
  line-height : 1em;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
}

/* 通常セル */
TD{
  line-height : 150%;
  color : #4F4F4F;
  text-align:left;
  font-size:13px;
}

/* メニューセル */
TD.menu{
  
  line-height : 150%;
  
  font-weight : bold;
  
  letter-spacing : 2px;
  padding-left : 7px;
  padding-right : 7px;
}

/* 左5ピクセルの余白セル */
TD.left_padding{
  padding-left : 5px;
}

/* リンクページグループ名セル */
TD.group_name{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #4F4F4F;
  font-weight : bold;
}

/* 70％のフォント */
.small_70{
  font-size : 70%;
}

/* 80％のフォント */
.small_80{
  font-size : 80%;
}

/* 90％のフォント */
.small_90{
  font-size : 90%;
}

/* 130％太字のフォント */
.big_130{
  font-size : 130%;font-weight : bold;
  line-height : 1.8em;
}

/* 150％太字のフォント */
.big_150{
  font-size : 150%;font-weight : bold;
  line-height : 1.8em;
}

/* 太字 */
.b{
  font-weight : bold;
  color : #4F4F4F;
}

/* 強調 */
EM{
  font-weight : bold;
  color : #cc0000;
  font-style : normal;
}

/* 左30ピクセルの余白テーブル */
TABLE.left_margin{
  margin-left : 30px;
}

/* お問い合わせテーブル */
TABLE.otoiawase{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #339900 #339900 #339900 #339900;
}

/* ↓↓↓メニューのリンク　ここから↓↓↓ */
A.menu{
  text-decoration : none;
  color : #666666;
}
A.menu:VISITED{
  color : #666666;
  text-decoration : none;
}
A.menu:HOVER{
  color : green;
  text-decoration : none;
}
A.menu:ACTIVE{
  color : green;
  text-decoration : none;
}
/* ↑↑↑メニューのリンク　ここまで↑↑↑ */

/* ↓↓↓通常のリンク　ここから↓↓↓ */
A{
  
  color : green;
  text-decoration : none;
}
A:VISITED{
  
  color : green;
  
  text-decoration : none;
}
A:HOVER{
  color : green;
  
  text-decoration : underline;
}
A:ACTIVE{
  color : green;
  
  text-decoration : underline;
}
/* ↑↑↑通常のリンク　ここまで↑↑↑ */

