body{

  color : #333333;

  background : #ffffff;

  margin : 0px 0px 0px 0px;

  padding : 0px;

  text-align : center;

}

/*　■　見出しのテキスト用　■　*/
h2{

  font-size: 12px;
  line-height: 150%;
  text-align : justify;
  text-justify : distribute;
　font-weight:bold;

}

h3{

  font-size: 12px;
  line-height: 150%;
  text-align : justify;
  text-justify : distribute;
  font-weight : normal;

}

p p1{

  margin:0px;

}

/*　■　通常のテキスト用　■　*/
.text10{

  font-size: 10px;
  line-height: 130%;
  text-align : justify;
  text-justify : distribute;

}

.text11{

  font-size: 11px;
  line-height: 140%;
  text-align : justify;
  text-justify : distribute;

}

.text12{

  font-size: 12px;
  line-height: 150%;
  text-align : justify;
  text-justify : distribute;

}

.text13{

  font-size: 13px;
  line-height: 150%;
  text-align : justify;
  text-justify : distribute;

}

/*　■　太字のテキスト用　■　*/
.text12b{

  font-size: 12px;
  line-height: 150%;
  text-align : justify;
  text-justify : distribute;
  font-weight:bold;

}

