/* 見出しの枠線と位置の設定+枠線の色 行間隔を狭め、目次ページに使用 by KWAU */@import url(kwau.css);h1 {margin: 0.1em 0em 0em 60%;border: solid aqua;border-width: 0.1em 0.3em 0.5em 0em; /*上 右 下 左*/text-align: right;line-height: 1em;}h2{margin: 0.1em 30% 0em 0em;border: outset lime;border-width: 0.5em 0em 0.1em 0.3em;text-align: left;line-height: 1em;}