
/*ボックス文字列*/
.text-BoxStr{
  line-height:140%;
}

/*見出し文字のフォント指定*/
H1{
  font-size:12pt;
}

/*強調文字(強+青)*/
.font-emphasize1{
  font-weight: bold;
  font-size:16pt;
  font-family: SimSun-PUA; 
  color: #0000ff;
}

/*強調文字(強+黒)*/
.font-emphasize2{
  font-weight: bold;
  font-size:16pt;
  font-family: SimSun-PUA; 
  color: #000000;
}

/*標準文字*/
.font-std{
  font-weight: normal;
  font-size:12pt;
  font-family: SimSun-PUA; 
  color: #000000;
}


/*区切り線*/
hr.std{
  position:absolute;
  width:330px;
  height:1px;
}

/*リンク*/
.font-link{
  font-weight: normal;
  font-size:18pt;
  font-family: SimSun-PUA; 
  color: #000000;
}

/*リンク*/
.img-small{
  width:20%;
  height:20%;
}
