/*========================================================================
　サイト全体の設定
=========================================================================*/
a:link{
  color: #0000ff;
  text-decoration: none;
}
a:visited{
  color: #0000ff;
  text-decoration: none;
}
A:hover, A:active{
  color: #0000ff;
  text-decoration: underline;
}
.header{
  font-size : 10pt;
  font-family : Arial;
  background-image : url(images/titleback2.gif);
  letter-spacing : 0.5em;
  padding : 2px 2px 2px 10px;
  font-weight : bold;
  color : #ffffff;
}
.footer{
  font-size : 10pt;
  font-family : "ＭＳ Ｐゴシック";
  color : white;
  background-image : url(images/titleback2.gif);
  padding : 2px 10px 2px 2px;
  text-align : right;
  margin-top : 10px;
}
.title{
  font-size : 12pt;
  font-family : "ＭＳ Ｐゴシック";
  background-image : url(images/titleback.gif);
  letter-spacing : 0.5em;
  padding : 10px 10px 10px 10px;
  font-weight : bold;
  color : white;
}
.subtitle{
  font-family : "ＭＳ Ｐゴシック";
  font-weight : bold;
  color : #0033ff;
  font-size : 11pt;
  border-color : #0033ff #0033ff #0033ff #0033ff;
  letter-spacing : 0.2em;
  border-width: 0px 0px 1px 10px;
  border-style : none none solid solid;
  padding : 5px 5px 5px 10px;
  margin-top : 10px;
}
.navi{
  font-size : 10pt;
  font-family : "ＭＳ Ｐゴシック";
  margin : 3px 5px 0px 5px;
}
