/*全体設定--------------------------------*/

BODY,TR,TD{
 font-size:11pt;
 color:#000000;
 font-family: "ＭＳ Ｐゴシック", "Osaka";
 line-height : 120%;
}
body		{
  background-color:#FFFFFF;
}
.waku{
  border:#999999 1px solid;
}
.pt8{
  font-size:8pt;
  ;
  line-height: 1.3em;
}
.pt9{
  font-size:9pt;
}
.pt10{
  font-size:10pt;
}
.pt11{
  font-size:11pt;
}
.pt12{
  font-size:12pt;
}
.pt13{
  font-size:13pt;
}
.pt14{
  font-size:14pt;
}
.pt16{
  font-size:16pt;
}
.pt18{
  font-size:18pt;
}
.kintou {
  text-align: justify;
  text-justify: distribute-all-lines;
}
/* 標準リンク------------------------------ */

a:link {
  color:#0000FF;
  text-decoration: none;
}
a:visited{
  color:#0000FF;
  text-decoration: none
	;
}
a:hover {
  color: #D7451A;
  text-decoration: underline
	;
}
a:active {
  color: #D7451A;
}


