body {
  color:#333333;
  margin:25px 0px 0px 0px;
  }

a:link {
  color:#0000FF;
  }
a:visited {
  color:#990099;
  }
a:hover {
  color:#CC00CC;
  }
a:active {
  color:#CC00CC;
  }

div{
margin:3px;
}

/* 文字 */
.common {
  font-size:12px;
  line-height:160%;
  }
  
.title {
  font-size:12px;
  color:#824E82;
  line-height:160%;
  }
  
.caption {
  font-size:10px;
  color:#39444D;
  line-height:160%;
  }

.entitle {
  font-family:Verdana,san-serif;
  font-weight:bold;
  color:#2C2C4F;
  line-height:160%;
  font-size:10px;
  }

.encaption {
  font-family:Verdana,san-serif;
  color:#39444D;
  line-height:160%;
  font-size:10px;
  }

.enbold {
  font-family:Verdana,san-serif;
  font-weight:bold;
  color:#666666;
  line-height:160%;
  font-size:10px;
  }

.enhead {
  font-family:Verdana,san-serif;
  color:#6F787F;
  line-height:160%;
  font-size:10px;
  }

.copy {
  font-family:Verdana,san-serif;
  line-height:160%;
  font-size:10px;
  }


/* テーブル */
.dot { border-bottom: 1px dotted gray; border-left: 1px dotted gray; }
.dot th { border-top: 1px dotted gray; border-right: 1px dotted gray; }
.dot td { border-top: 1px dotted gray; border-right: 1px dotted gray; }