/* body{color:navy;background-color:white;margin-left:4%;margin-right:4%} */
a:link{color:blue;background-color:transparent}
a:visited{color:PURPLE;background-color:transparent}
a:hover{color:olive;background-color:transparent}
a:active{color:GREEN;background-color:transparent}
/*　NN4:background-colorが効かない,backgroundなら効く↓*/

H1{text-align:center}

li,dt{margin-top:1em}
/*NN4:
dtでは一番上のdtにしか効かない…たまに効くことがあるのだが要因不明、タグを閉じる、
とかではないらしい（謎）。
liでは効かない*/

dt{font-weight:bold;background-color:#cff}
/*NN4:両方効かない*/

li{margin-bottom:1em;}
/*NN4:liを数え上げリストの「ヶ条数」の数字やマーカーの事だと勘違いしていて「内容」との距離があいてしまう。可哀想で使えない*/

em{font-style:normal;font-weight:bold}
strong{font-size:larger}

/*cite.q{font-style:normal;font-weight:bold}
NN4:citeのあと強制改行する。インライン要素だと忘れてないか？*/
.q{font-style:normal;font-weight:bold}

.cnv{font-weight:bold;}
p.cnv{text-align:center}
cite.cnv{font-weight:normal;font-style:italic}

.author{font-weight:bold;}
p.author{text-align:right}


/* BLOCKQUOTE{border:double 1px} */


.bible{font-style:normal;font-family:'ＦＡ 隷書Ｍ',ＤＦ隷書体,ＤＦ唐風隷書体W5,HG正楷書体-PRO,'ＭＳ 明朝',平成明朝,serif;background-color:#ffc;color:maroon}
/* NN4:font-family:は一切効かない, */ 

.date,.sign{text-align:right}

/*.lord{color:red}.whisper{color:#036}*/

.whisper{color:#036}

div.tate{writing-mode:tb-lr;height:70%}
/* NN4:効かないっつーか、ie5.5以降 でも直接でないと効かん？*/ 

.siika{font-style:normal;font-family:'ＦＡ 随筆行書Ｍ',ＤＦ行書体,ＤＦ祥南行書体W5,HG正楷書体-PRO,'ＭＳ 明朝',平成明朝,serif}


caption{font-weight:bold;font-size:larger;margin-bottom:0em}


.sub{font-size:smaller;}

.author,.sign,.date{margin-top:-1em}

/* for NN4 
body{background:white}
a:link,a:visited,a:hover,a:active{background:transparent;}

dt{background:#CCFFFF}
dd{margin-bottom:1em;text-align:left}
.bible{color:maroon;background:#ffc;}*/ 
/* これでも、バックがついたりつかなかったり（謎） 

cite{text-align:left}*/ 