﻿@charset "utf-8";

 .tdec-ul{text-decoration:underline} .tdec-ol{text-decoration:overline} .tdec-th{text-decoration:line-through} .tdec-bl{text-decoration:blink}
 .tbor-dl{border-bottom-style:double;} .tbor-sd{border-bottom-style:solid}  .tbor-dd{border-bottom-style:dotted} .tbor-ot{border-bottom-style:outset}
 .tbor-rd{border-bottom-color:red}   .tbor-mn{border-bottom-color:maroon} .tbor-bk{border-bottom-color:back} .tbor-gn{border-bottom-color:green}
 .tbor-3p{border-bottom-width:2px} .tbor-3p{border-bottom-width:3px} .tbor-4p{border-bottom-width:4px}
 
 .lnehit{line-height:nomal}       /* ブラウザが適切な高さを指定 */ 
 .lnehit15{line-height:1.5}  .lnehit2{line-height:2}  .lnehit25{line-height:2.5}  .lnh3{line-height:3}  
  
 .lnehit15em{line-height:1.5em}   .lnehit2em{line-height:2em}   .lnehit25em{line-height:2.5em}   .lnehit3em{line-height:3em} 
 
 /* 行揃えに関する《置換え要素以外の ブロックレベル要素（table要素を除く）・inline-blockの要素・th要素・td要素》 指定  */
 .txt-let{text-align:left}    .txt-rit{text-align:right}   .txt-cet{text-align:center}  .txt-jut{text-align:justify}  

 /* ブラウザの中で「リンク部分を示す」範囲を明確にするための指定 */   
 .linkPcursor{cursor:pointer;} .linkCross{cursor:crosshair;} .linkDef{cursor:default;} .linkMove{cursor:move;} .linkText{cursor:text;}
 .linkWait{cursor:wait;} .linkHelp{cursor:help;} 
 