*{ margin:0; padding:0; } html{ height:100%; } /*bodyの中に必ずフォント設定をし、要望によって変更*/ body { height:90%; direction:rtl; margin:30px 30px 20px 20px; font-family:"MS Gothic"; } div.tate { direction:ltr; writing-mode:tb-rl; height:90%; width:100%; position:relative; min-height: 100%; min-width: 100%; line-height:2.6em; /*適時修正*/ } /* ie7以降のときに横スクロールを自動でさせるための設定*/ div#honbun{ padding-right:20px; height: 100%; float:left; } /* ----(全体を右に 5em 寄せる)--- */ h1.title { font-family:"MS Gothic"; margin:1em 2em 0em 5em; position:relative; } h1 { font-family:"MS Gothic"; margin:1em 2em 0em 5em; position:relative; } h2 { position:relative; margin-left: 5em; visibility: hidden; } h3 { position:relative; margin-left: 5em; visibility: hidden; } div#honbun > div { left:5em; position:relative; } div#honbun > p { left:5em; position:relative; } div#honbun > hr { left:5em; position:relative; } /*リンクされてしまうので必ずいれる*/ a { text-decoration: none; } /*作者名などテキストを下揃えしたい場合*/ .author { text-align:right; line-height:3em; margin-left:1em; } /* AMIS3.1はpage-normal のものは表示されてしまうので、表示されないよう追記*/ span.page-normal{ display:none; } span { vertical-align:text-bottom ; position:relative; padding:0.2em 0.2em 0.2em 0; } img { position:relative; margin:0 1em 0 2em; }