/*-------------------------メニュー-------------------------*/
.menumain{
  font-size : 9pt;
  font-weight : bold;
}
.menusub{
  font-size: 9pt;
  text-decoration: none;
  line-height : 25pt;
}
.menusub a,
.menusub a:link,
.menusub a:visited,
.menusub a:active{
  color:#000000;
  text-align:center;
  text-decoration: none;
  display:block;
}
　 
.menusub a:hover{
  color:#ff0000;
  text-align:center;
  text-decoration: none;
  display:block;
}
/*-------------------------タイトルorタグ-------------------------*/
.title01{
  font-size : 10pt;
  font-weight : bold;
  line-height : 15pt;
  color : #ffffff;
  width: 480px;
  background-image : url(img/tag01.gif);
  background-repeat : no-repeat;
  padding-top : 6pt;
  padding-left : 25pt;
  padding-right : 3pt;
  padding-bottom : 7pt;
}
.tag01{
  font-size : 9pt;
  font-weight : bold;
  text-align: left;
  color : #009999;
  padding-top : 3pt;
  padding-left : 5pt;
  padding-right : 3pt;
  padding-bottom : 3pt;
  border-left-width : 8pt;
  border-left-style : solid;
  border-left-color : #009999;
  margin-bottom : 10px;
}
.tag02{
  font-size : 10pt;
  font-weight : bold;
  color : #336699;
  padding-top : 1pt;
  padding-left : 3pt;
  padding-right : 3pt;
  padding-bottom : 1pt;
  border-bottom-width : 3pt;
  border-bottom-style : solid;
  border-bottom-color : #336699;
  margin-bottom : 10px;
}
.tag03{
  font-size : 9pt;
  font-weight : bold;
  color : #cc3366;
  padding-top : 1pt;
  padding-left : 3pt;
  padding-right : 3pt;
  padding-bottom : 1pt;
  border-bottom-width : 1pt;
  border-bottom-style : solid;
  border-bottom-color : #999999;
  margin-bottom : 5px;
}
/*-------------------------フォント情報-------------------------*/
.fontbig{
  font-size : 11pt;
  font-weight : bold;
}
.fontnormal{
  font-size : 9pt;
}
.fontsmall{
  font-size : 8pt;
}
/*-------------------------フォント情報　文書用-------------------------*/
.basicfont{
  font-size : 9pt;
  line-height : 15pt;
}
.basicrist{
  font-size : 9pt;
  letter-spacing : 1pt
  line-height : 13pt;
  list-style-position : outside;
  list-style-image : url(company/new.gif);
}