a:link { color : #0066ff; text-decoration : none; }
a:visited { color : #0066ff; text-decoration : none; }
a:hover { color : #660066; text-decoration : underline; }
a:active { color : #660066; text-decoration : underline; }

body{
  font-size : 10pt;
  line-height : 24px;
  font-family:Meiryo,"Hiragino Kaku Gothic Pro",Verdana,Helvetica,sans-serif;
  background-color: #ffffff;
}
p{
  margin-top : 8px;
  margin-bottom : 8px;
}
h2{
  font-size : 14pt;
  font-weight : bold;
  line-height : 24px;
  margin-top : 0px;
  margin-bottom : 14px;
  color : #000099;
}
h3{
  font-size : 12pt;
  font-weight : bold;
  line-height : 24px;
  margin-top : 0px;
  margin-bottom : 12px;
  color : #000099;
}
h4{
  font-size : 10pt;
  font-weight : bold;
  line-height : 24px;
  margin-top : 20px;
  margin-bottom : 10px;
  color : #000099;
}
ul{
  margin-top : 8px;
  margin-bottom : 8px;
}
ol{
  margin-top : 8px;
  margin-bottom : 8px;
}
li{
  list-style-type : square;
  list-style-position : outside;
}
table{
  font-size : 10pt;
  line-height : 24px;
  border-width : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
}
td{
  border-width : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
  vertical-align : top;
}
strong{
  color : #cc3300;
}
em{
  font-style : normal;
  font-weight : bold;
  color : #cc3300;
}
sup{
  vertical-align : 20%;
}
sub{
  vertical-align : -20%;
}

/* waka.cssと異なる部分（開始）*/
table.border{
  border-width : 1px;
  border-style : solid;
  border-color : #000000;
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
}
td.border{
  border-width : 1px;
  border-style : solid;
  padding : 0px 5px 0px 5px;
  margin : 0px 0px 0px 0px;
}

td.padding{
  border-width : 0px 0px 0px 0px;
  border-style : none none none none;
  padding : 0px 5px 0px 5px;
  margin : 0px 0px 0px 0px;
}
.td_main{
  border-width : 0px 0px 0px 0px;
  border-style : none none none none;
  padding : 0px 5px 0px 0px;
  margin : 0px 0px 0px 0px;
  vertical-align : top;
}
.td_guide{
  border-width : 0px 0px 0px 2px;
  border-style : none none none solid;
  border-color : #999999;
  padding : 0px 0px 0px 5px;
  margin : 0px 0px 0px 0px;
  vertical-align : top;
}
.txtbk{
  font-style : italic;
  color : #006600;
}
.link{
  color : #ff0099;
}
.symbol{
  font-family:"Hiragino Kaku Gothic Pro",Helvetica,sans-serif;
}
