.gtitle {
  padding: 0.2em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}


.font8 {
  font-size: 8px;
}
.font10 {
  font-size: 10px;
}
.font10_14 {
  font-size: 10px;
  line-height: 14px;
}
.font10_16 {
  font-size: 10px;
  line-height: 16px;
}
.font12 {
  font-size: 12px;
}
.font12_18 {
  font-size: 12px;
  line-height: 18px;
}
.font12_22 {
  font-size: 12px;
  line-height: 22px;
}
.font14 {
  font-size: 14px;
}
.font14_22{
  font-size : 14px;
  line-height : 22px;
}
.font20_20{
  font-size : 20px;
  line-height : 20px;
}
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color : #004000;
}
A.menu {
  TEXT-DECORATION: none
;
}
A:link.menu {
  color : green;
}
A:visited.menu {
  color : #003118;
}
A:active.menu {
  color : yellow;
}
A:hover.menu {
  color : black;
  TEXT-DECORATION: underline
;
}
.font26_22{
  font-size : 26px;
  line-height : 22px;
}
