body { background: url(image/back.gif);
       background-repeat: repeat }

/* 行間 */
.lh110 { line-height: 110%; }
.lh120 { line-height: 120%; }
.lh130 { line-height: 130%; }
.lh140 { line-height: 140%; }
.lh150 { line-height: 150%; }
.lh160 { line-height: 160%; }
.lh170 { line-height: 170%; }
.lh180 { line-height: 180%; }




/* プロフィール 太線セル */
.prof01 {
  line-height: 150%;
  padding: 5px 3px 3px 3px;
  border-top:3px solid #cccccc;
}

/* プロフィール 点線セル */
.prof02 {
  line-height: 130%;
  border-top:1px dotted #555555;
  
}



/* 段落一字下げの本文 */
.lh120_em { line-height: 120%; margin-left: 1em;}
.lh130_em { line-height: 130%; margin-left: 1em;}  
.lh140_em { line-height: 140%; margin-left: 1em;}  
.lh150_em { line-height: 150%; margin-left: 1em;}  
.lh160_em { line-height: 160%; margin-left: 1em;}  
.lh170_em { line-height: 170%; margin-left: 1em;}  
.lh180_em { line-height: 180%; margin-left: 1em;} 