/* 見出しの枠線と位置の設定+枠線の色 by KWAU */@import url(kwau.css);BODY{color: #oo1;background-color: white;line-height: 1.6em;}h1 {margin: 0.1em 0em 1em 60%;border: solid aqua;border-width: 0.1em 0.3em 0.5em 0em; /*上 右 下 左*/text-align: right;}h2{margin: 0.1em 30% 1em 0em;border: outset lime;border-width: 0.5em 0em 0.1em 0.3em;text-align: left;}