<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p>@import 'https://suika.suikawiki.org/www/style/ui/toc-style-float.css';
@namespace ab 'http://suika.fam.cx/~wakaba/archive/2004/12/6/ab#';
@namespace toc 'http://suika.fam.cx/~wakaba/archive/2005/3/toc#';
@namespace h1 'http://www.w3.org/1999/xhtml';
@namespace h2 'http://www.w3.org/2002/06/xhtml2/';
@namespace xoxo 'http://suika.fam.cx/www/style/html/xoxo#';
@namespace RUBY 'http://piro.sakura.ne.jp/rubysupport';</p><p>/* 全体 */
body {<pre>  background-color: transparent;
  background-image: url(/~wakaba/-temp/2004/sw);
  background-position: right bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 0.5em 4em 0.5em 1.5em;
  color: inherit;
  line-height: 210%;
  font-size: 100%;
}</pre></p><p>.wiki-section {<pre>  clear: both;
}</pre></p><p>/* 見出し(*〓、**〓、***〓) */
h1, h2, h3, h4, h5, h6 {<pre>  border-style: outset;
  -moz-border-radius-topright: 5%;
  border-width: thin;
  border-color: #5555AA;
	padding: 0.3em 0px 5px 0.3em;
  text-align: left;
  font-family: sans-serif;
}
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before,
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
  content: &quot;&quot;;
}</pre></p><p>h1 {<pre>	color: #222277;
  margin: 0 -3em 1em -1.5em;
  -moz-border-radius: 0;
	background-color: #5555AA;
	color: #FFFFFF;
  font-weight: bolder;
  font-size: 120%;
  line-height: 140%;
  letter-spacing: 0.1em;
  -moz-binding: url(https://suika.suikawiki.org/www/style/ui/toc#after);
}</pre></p><p>h2 {<pre>  margin-top: 1.5em;
	background-color: #AAAAFF;
  color: black;
  font-weight: bolder;
  font-size: 100% !important;
  line-height: 120%;
}
h3 {
  margin-bottom: 0.5em;
	background-color: #ddddff;
  color: #5555ff;
  font-weight: bolder;
  font-size: 100%;
  line-height: 120%;
}
h4 {
  border-color: #ff8040;
  padding-left: 0.5em;
  font-weight: bolder;
  font-size: 100%;
  line-height: 120%;
}
h5 {
  border-color: #80ff00;
  padding-left: 0.6em;
  font-weight: bolder;
  font-size: 100%;
  line-height: 120%;
}
h6 {
  border-color: #ffff00;
  padding-left: 0.8em;
  font-weight: bolder;
  font-size: 100%;
  line-height: 120%;
}</pre></p><p>#see-also, #referer {
/*  max-height: 20em; */<pre>  overflow: auto;
}</pre></p><p>@media print {<pre>  #see-also, #referer {
    font-size: 80%;
    max-height: auto;
    max-height: -moz-initial;
  }
}</pre></p><p>/* 段落 */
p, pre, blockquote, ul, ol, dl, table, form {<pre>  margin: 0 1.5em 0.2em 1.5em;
}</pre></p><p>p {
/*  max-width: 95%;<pre>  height: auto;
  overflow: auto; Moz で不要な scroll bar が出てしまう。 */
  text-indent: 1em;
  text-align: justify;
}</pre></p><p>blockquote<pre>	{ border:1px inset #d0e0ff;
	margin:0.35em 1em; padding: 0.03em 0.25em;
  background-color: #fbfffb;
  color: black;
}</pre></p><p>h1 + pre {<pre>  clear: both;
}</pre></p><p>pre {<pre>  border:thin dotted #ccccff; background-color:#eeeeff;
  padding:0.5em;
  max-width: 95%;
  max-height: 20em;
  overflow: auto;
  font-size: 100%;
  line-height: 1.0;
}</pre></p><p>/* リスト */
li {<pre>  margin: 0px 0px 0px 0px;
  text-align: justify;
}</pre></p><p>ul, ol {
/*  max-width: 95%;<pre>  height: auto;
  overflow: auto; */
}
li:hover, li li li:hover {
  outline: solid thin #ffecf5;
}
li li:hover, dd li:hover {
  outline: solid thin #f4fffa;
}
h1|div[toc|toc] li:hover,
h1|div[toc|toc] li li:hover,
h1|div[toc|toc] li li li:hover {
  background-color: transparent;
  color: inherit;
}</pre></p><p>dl {<pre>  display: block;
  padding: 0;
}
dt {
  display: block;
  float: left;
  clear: both;
  width: 20%;
  margin: 0;
  border-left: #dadff5 0.3em solid;
  padding: 0 0 0 0.1em;
  font-weight: bolder;
}
dd {
  margin: 0 0 0 0.5em;
  border-style: none;
  padding: 0 0 0.1em 0.5em;
  max-width: 85%;
  max-height: 24em;
  overflow: auto;
  text-align: justify;
}
dl dl dt, dl dl dd {
  border-color: #ffe1f0;
}
dt:hover, dt:hover + dd, dd:hover {
  outline: solid thin #ffecf5;
}
dd dd:hover, dd dt:hover + dd, li dd:hover, li dt:hover + dd,
dd dd dt:hover, li dt:hover {
  outline: solid thin #f4fffa;
}
dl + * {
  clear: both;
}
dt:hover, dd:hover, li:hover {
  z-index: 10000;
}</pre></p><p>/* Anchors */
/* 属性選択子も理解できない糞 UA はとっとと死滅してほしいんだが。 */
a {<pre>  text-decoration: none;
}
a[href] {
  border: #0000CC none 1px;
  padding: 0.1em;
  text-decoration: underline;
}
a:link {
  border-color: #8080ff;
  background-color: transparent;
  color: #0000CC;
}
a:visited {
  border-color: #d2a6ff;
  background-color: transparent;
  color: #000080;
}
a img {
  text-decoration: none;
}
	A:link IMG 	{border: 1px solid blue}
	A:visited IMG	{border: 1px solid purple}
	A:active IMG	{border: 1px solid red}
	A:hover IMG	{border: 1px solid #ffa}</pre></p><p>/* Inner-wiki Links */
a.wiki {<pre>  border-style: none none dashed none;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}</pre></p><p>a.wiki:link {<pre>  border-color: #e1e1ff;
}</pre></p><p>a.wiki:visited {<pre>  border-color: #ffddff;
}</pre></p><p>/* Linked WikiPage is not yet written */
a.wiki.not-exist {<pre>  border-color: #ffeef7 !important;
}</pre></p><p>a.wiki-anchor, a[href].wiki-anchor /* &gt;&gt;\d+ */ {<pre>  border-style: none;
  text-decoration: none;
}
a[href^=&quot;#&quot;]:link, a[href^=&quot;#&quot;]:visited {
  border-style: none !important;
  text-decoration: none;
}
a:hover {
  background-color: #FFA;
  color: #000080;
}
a.wiki:hover {
  border-bottom-style: solid;</pre></p><p>}
a.wiki:link:hover {<pre>  border-bottom-color: red;
}
a.wiki:visited:hover {
  border-bottom-color: purple;
}
a:active {
  color: red;</pre></p><p>}
a.wiki-cmd /* View, Edit, AdminEdit */ {<pre>  border-style: dotted;
  border-color: ButtonShadow;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
.tools a.wiki-cmd {
  border-color: InfoBackground /* same as div.tools/background-color ! */;
}
.tools a[href].wiki-cmd {
  border-color: -moz-Dialog /* same as div.tools/background-color ! */;
}
a.wiki-cmd:hover {
  border-style: outset;
  border-color: ButtonShadow;
  background-color: ButtonFace;
  color: ButtonText;
}
a.wiki-cmd:active {
  border-style: inset;
  border-color: ButtonShadow;
  background-color: ButtonFace;
  color: ButtonText;
}
a.uri {
  font-size: 60%;
}</pre></p><p>@media print {<pre>  a.wiki {
    border-style: none;
  }
  a .mark {
    display: none;
  }
}</pre></p><p>/* \[\d+\] */
a.anchor {<pre>  display: block;
  position: absolute;
  top: auto;
  left: 0;
  width: 3em;
  text-align: right;
  vertical-align: super;
  background-color: transparent;
  color: #C0C0C0;
  font-size: 80%;
  line-height: 1.0;
  text-indent: 0;
}
p:hover a.anchor,
li:hover a.anchor,
dd:hover a.anchor {
  background-color: #ffecf5;
  color: red;
}
li li:hover a.anchor, dd li:hover a.anchor {
  background-color: #f4fffa;
  color: red;
}</pre></p><p>/* 表 */
table {<pre>  margin-left: auto;
  margin-right: auto;
  border: 1px solid #CCCCFF;
}</pre></p><p>tbody {
}</p><p>tr:hover {<pre>  background-color: #ffecf5;
  color: black;
}</pre></p><p>td {<pre>  padding: 0.5em;
  line-height: 180%;
  min-width: 1em;
}</pre></p><p>td:hover {<pre>  background-color: #f4fffa;
  color: black;
}
table a.anchor {
  background-color: #F4FFFA;
  color: red;
}</pre></p><p>table .uri {<pre>  font-size: 70%;
}</pre></p><p>.content {<pre>    line-height: 140%;
    margin: 1em 0 1em 1em;
    font-size: small;
}
.footer {
    text-align: left;
    font-size: x-small;
}
.InterWiki {
	color: black;
	background: #eee;
}</pre></p><p>/* navigation anchors */
#tools1, .tools {<pre>  float: right;
  width: 36%; max-width: 15.5em;
  margin: 0;
  border-style: ridge;
  -moz-border-radius: 3%;
  border-color: InactiveBorder;
  border-width: meduim;
  padding: 0.1em;
  line-height: 125%;
  text-align: center;
  background-color: InfoBackground;
  color: InfoText;</pre></p><pre>  -moz-opacity: 0.3;
  font-size: 85%;
}
#tools1 {
  position: fixed;
  margin-top: -3em;
}
#last-modified + .tools, #toc + .tools /* navigation bar in footer */ {
  display: none;
}
#tools1:hover, .tools:hover {
  border-color: ActiveBorder;
  -moz-opacity: 0.99;
}
#tools1, .tools {
  color: -moz-DialogText;
  background-color: -moz-Dialog;
}</pre><p>@media print {<pre>  #tools1, .tools {
    display: none;
  }
}</pre></p><p>/* table of contents */
h1|div[toc|toc] {<pre>  float: right;
  position: fixed;
    /* .DRAGABLE になる前に position を fixed にしておかないと、
       (XBL を使った場合 Mozilla は) mousemove などの刺激がないと
       反映されない。不具合か仕様か微妙なところ。
       absolute にすると落ちる。こっちは不具合だろう。
       しかしこうすると XBL も drag.js も効かない UA
       で邪魔な固定物が出てきて問題があるかも。 */
  width: 32%; max-width: 15.5em;
  max-height: 80%;
  clear: both;
  overflow: auto;
  overflow-y: hidden;
  margin: 0 0 0.5em 0.5em;
  border-style: ridge;
  -moz-border-radius: 3%;
  border-color: #66b3ff;
  border-width: meduim;
  -moz-resizer: both;
  padding: 0.03em;
  -moz-opacity: 0.3;
  background-color: InfoBackground;
  color: InfoText;
}
/* 目次 : 普段は小さくしておいて、 hover 時だけ展開する */
/* WinIE 6, WinOpera 7.02 は (非 A):hover に未対応, Opera 7.11 は対応。 */
h1|div[toc|toc]:not(.OPERA) {
/*  max-height: 1em; */
}
h1|div[toc|toc]:hover {
  -moz-opacity: 0.99;
}
h1|div[toc|toc]:hover:not(.OPERA) {
/*  max-height: 80%; */
}</pre></p><p>/*
h1|div[toc|toc] h2|h {<pre>  display: none;
}
*/</pre></p><p>h1|div[toc|toc] &gt; h2|nl {<pre>  display: block;
  margin: 0;
  border-style: none;
  padding: 0;
  width: 90%;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden;
}</pre></p><p>h1|div[toc|toc] &gt; h2|nl h2|nl {<pre>  display: block;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-style: none;
  padding: 0;
}</pre></p><p>h1|div[toc|toc] h2|li {<pre>  display: block;
  list-style-type: none;
  margin: 0 0 0 1em;
  border-style: none;
  padding: 0;
}</pre></p><p>h1|div[toc|toc] h2|label {<pre>  display: block;
  list-style-type: none;
  margin: 0;
  border-style: none;
  padding: 0;
  font-weight: normal;
  cursor: pointer;
}</pre></p><p>h1|div[toc|toc] h2|label,
h1|div[toc|toc] h2|label[href] {<pre>  -moz-binding: url(/www/style/html/xhtml2-dynamic.xbl#expandable-label-open-by-hover);
}</pre></p><p>h2|nl:not([xoxo|compact]) &gt; h2|label:after {<pre>  content: &quot; \0025BF&quot;;
}</pre></p><p>h2|nl[xoxo|compact] &gt; h2|label:after {<pre>  content: &quot; \0025BE&quot;;
}</pre></p><p>h1|div[toc|toc] h2|nl[xoxo|compact] &gt; h2|li {<pre>  display: none;
}</pre></p><p>@media print {<pre>  h1|div[toc|toc] {
    /* あったほうがいい? */
    display: none;
  }
}</pre></p><p>/*
#toc a:link, #toc a:visited, #toc a[href]:link, #toc a[href]:visited<pre>        {border-style: none none none none !important;
        border-width: 1px;
        border-color: #C0C0C0;
        padding: 0.01em;
        text-decoration: none !important;
}
*/</pre></p><p>h1|div[toc|toc].DRAGABLE {<pre>  position: fixed;
  right: 1em;
  top: 5em;
  margin: 0;
  border-style: outset;
}
#tools1.DRAGABLE {
  margin: 0;
  border-style: outset;
}
#toc.DRAGABLE.MSIE, #tools1.DRAGABLE.MSIE {
  filter: progid:DXImageTransform.Microsoft.Alpha(enable=true,opacity=30);
}
#toc.DRAGABLE.MSIE.HOVER, #tools1.DRAGABLE.MSIE.HOVER {
  filter: progid:DXImageTransform.Microsoft.Alpha(enable=false);
}</pre></p><p>#toc.DRAGING, #tools1.DRAGING {<pre>  cursor: move;
}</pre></p><p>/* footer: last-modified */
#last-modified
{<pre>  margin: 0;
  border-style: solid solid none none; border-color: #C0C0C0;
  border-width: thin;
  padding: 0.1em;
  text-align: right;
  color: gray;
}
#footer { /* footer in both HTML and XHTML mode */
  margin: 0;
  border-left: solid #C0C0C0 thin;
  border-top: solid #C0C0C0 thin;
  padding-left: 0.1em;
  padding-top: 0.1em;
  overflow: hidden;
}
DIV#footer { /* footer in HTML (not XHTML) mode */
  border-bottom: solid gray thin;
  border-right: solid gray thin;
  padding-bottom: 0.1em;
  padding-right: 0.1em;
}</pre></p><p>@media print {<pre>  #footer {
    display: none;
  }
}</pre></p><p>abbr[title] {<pre>  border-bottom: #ffb3d9 dashed 1px;
  cursor: help;
  -moz-binding: url(https://suika.suikawiki.org/www/style/ui/sidenote.xbl#abbr);
}</pre></p><p>ab|note, ab|fnref + cite.src {<pre>  display: block;
  position: absolute;
  top: auto;
  right: 0.5em;
  width: 4.5em;
  margin: 1px;
  border: 1px dotted green;
  padding: 2px;
  font-size: smaller;
  line-height: 110%;
  text-align: left;}
ab|note {
  text-indent: -1em;
}
ab|fnref + cite.src {
  text-indent: -1.5em;
  -moz-binding: url(https://suika.suikawiki.org/www/style/ui/sidenote.xbl#bottom-by-previous-sibling-offset);
}
ab|note:before {
  content: &quot;&lt; &quot;;
  cursor: pointer;
}
ab|fnref + cite.src:before {
  content: &quot;*&quot; attr(ab|fnnum) &quot; &quot;;
}
ab|note:hover, ab|fnref + cite.src:hover {
  background-color: #fbfffd;
  color: black;
  z-index: 10000;
}
ab|note ab|caption {
  display: inline;
  font-weight: bolder;
}
ab|note ab|caption:after {
  content: &quot;: &quot;;
}
ab|note ab|desc {
  display: inline;
  text-indent: 0;
}
ab|note:hover + abbr[title] {
  background-color: #ffb3d9;
  color: black;
}</pre></p><p>var {<pre>  font-style: italic;
}</pre></p><p>/* form */
form {<pre>  border: blue dashed 1px;
  padding: 5px;
}/* should be form.wiki */
form:active {
  border-color: red;
}
form:hover {
  border-style: solid;
/*  background-color: #FFA;
  color: #000080;*/
}</pre></p><p>form p {<pre>  text-indent: 0
}</pre></p><p>@media print {<pre>  form {
    display: none;
  }
}</pre></p><p>input, select {<pre>  font-size: 100%;
}
input[type=text], input[type=password], input[type=submit], input[type=button],
input[type=cancel], select {
  min-height: 2em;
  line-height: 190%;
}
textarea {
  width: 90%;
	font-size: 100%; line-height: 150%;
	margin-left: 1.5%; margin-right: 1.5%;
  max-height: 25em;
  behavior: expression(this.setAttribute('autoheight:max-rows', 25),
                       'url(https://suika.suikawiki.org/www/style/ui/textarea-autoheight.htc)');
/*
  -moz-binding: url(https://suika.suikawiki.org/www/style/ui/textarea-autosize#rows);
*/
}</pre></p><p>.pe--from-parameter:after {<pre>  color: red;
  background-color: transparent;
  content: &quot;*&quot;;
  vertical-align: super;
  font-size: smaller;
}</pre></p><p>#edit textarea /* WinIE 対策 [name=we--content] */
/* page content in edit-form */ {<pre>  height: 95%;
  width: 95%;
}
form.comment {
  margin: 0.5em 1em;
}
input.comment-name {
  width: 10em;
}
input.comment-msg {
  width: 70%;
}
input.require, textarea.require, select.require {
  outline: thin red dashed;
  -moz-outline: thin red dashed;
}</pre></p><p>/* diff */
ins, .example-ins<pre>	{display: block;
  border-style: outset;
  border-color: #ffdcb9;
  border-width: thin;
	color: black; background-color: #ffdcb9;
	text-decoration: none}
p ins, pre ins,
li ins, ol ins, dt ins, dd ins, h1 ins, h2 ins, h3 ins, h4 ins, h5 ins, h6 ins,
.example-ins
   {display: inline}
ins &gt; p:first-child {
  text-indent: 0;
}</pre></p><p>del, .example-del {</p><p>}</p><p>.diff {<pre>  white-space: normal;
}
.diff .line {
  display: block;
  margin: 0;
  border-style: none;
  padding: 0;
  min-width: 95%;
}
.diff .lineno {
  color: gray;
  background-color: transparent;
}
.diff .lineno:after {
  content: &quot; 行目&quot;;
}
.diff .sign {
  border: outset gray thin;
}
.diff .line .content {
  margin: 0;
  font-size: 100%;
  white-space: pre;
}</pre></p><p>/* inline elements */</p><p>.cite-note {<pre>  width: 100%;
  text-align: right;
  color: gray;
}</pre></p><p>/* 強調 */
em {<pre>  margin: 0 0.02em;
  font-style: normal;
  text-decoration: underline;
  letter-spacing: 0.01em;
}</pre></p><p>em rt, em .mark {<pre>  text-decoration: none !important;
}</pre></p><p>strong {<pre>  margin: 0 0.04em;
  font-weight: bolder;
  letter-spacing: 0.02em;
}</pre></p><p>.weak {<pre>  font-size: 80%;
  color: gray;
  background-color: transparent;
}</pre></p><p>/* 引用 */</p><p>/* cite: CITE element */
cite {<pre>  font-style: normal;
}
cite:before {
  content: &quot;『&quot;;
}
cite:after {
  content: &quot;』&quot;;
}</pre></p><p>/* cite.src: SRC element */
cite.src {<pre>  vertical-align: super;
}
cite.src:before {
  content: &quot;&quot;;
}
cite.src:after {
  content: &quot;&quot;;
}</pre></p><p>cite.src {<pre>  -moz-binding: url(https://suika.suikawiki.org/www/style/ui/sidenote.xbl#footnote);
}
ab|fnref {
  vertical-align: super;
  color: gray;
  font-size: smaller;
  line-height: 1.0;
}
ab|fnref:before {
  content: &quot;*&quot;;
}</pre></p><p>/* q: Q element */
q:before {content: &quot;「&quot;} q:after {content: &quot;」&quot;}
q q:before {content: &quot;『&quot;} q q:after {content: &quot;』&quot;}
q q q:before {content: &quot;「&quot;} q q q:after {content: &quot;」&quot;}
cite q:before {content: &quot;「&quot;} cite q:after {content: &quot;」&quot;}
q cite:before {content: &quot;『&quot;} q cite:after {content: &quot;』&quot;}
q cite q:before {content: &quot;「&quot;} q cite q:after {content: &quot;」&quot;}</p><p>/* ruby */</p><p>ruby rp,
ruby rt.descriptive {<pre>  font-size: 50%;
  line-height: 100%; letter-spacing: 0.02em;
  color: graytext;
}</pre></p><p>ruby[moz-ruby-parsed=&quot;done&quot;].descriptive rt {<pre>  display: table-footer-group !important;
}
ruby[moz-ruby-parsed=&quot;done&quot;].descriptive rt RUBY|cell {
  vertical-align: 0.1em !important;
}</pre></p><p>dt rt {<pre>  text-align: left;
}</pre></p><p>dt ruby[moz-ruby-parsed=&quot;done&quot;] RUBY|cell {<pre>  text-align: left !important;
}</pre></p><p>/* Calender plugin */
.calender, .calender tr, .calender th, .calender td {<pre>  border-style: none;
  color: inherit;
  background-color: inherit;
}
.calender {
  margin: 0.3em;
  float: left;
}
.calender th, .calender td {
  margin: 0;
  padding: 0.05em;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
}
.calender .wiki {
  color: black;
}
.calender .sun {
  color: red;
  background-color: inherit;
}
.calender .sat {
  color: blue;
  background-color: inherit;
}
.calender .wiki.not-exist {
  color: gray;
}
.calender .sun .not-exist {
  color: #ff8080;
}
.calender .sat .not-exist {
  color: #8080ff;
}</pre></p><p>/* BugTrack */
.high th, .high td {<pre>  border-bottom: red 2px solid;
  background-color: #ff9dce;
  color: black;
}
.normal th, .normal td {
  background-color: #a2ffa2;
  color: black;
}
.low th, .low td {
  background-color: #ffffb9;
  color: black;
}
.closed.high th, .closed.high td {
  border-style: none;
  background-color: #ffecf5;
  color: #808080;
}
.closed.normal th, .closed.normal td {
  background-color: #ecffec;
  color: #808080;
}
.closed.low th, .closed.low td {
  background-color: #ffffe1;
  color: #808080;
}
.bt--bugtrack .last\_modified,
.bt--bugtrack .no, .bt--bugtrack .priority,
.bt--bugtrack .status {
  text-align: center;
  font-size: x-small;
}
.closed th, .closed td {
  font-size: smaller;
}</pre></p><p>/* Image */
img.embed {<pre>  float: left;
}</pre></p><p>/* Sidemenu */
#side-menu {<pre>  max-width: 100%;
  overflow: hidden;
  line-height: 130%;
  font-size: 90%;
}
#side-menu h1, #side-menu h2, #side-menu h3 {
  margin: 4px 0;
  padding: 1px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 100%;
  text-align: center;
}
#side-menu ul, #side-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#side-menu ul ul, #side-menu ol ol {
  margin-left: 0.5em;
}
#side-menu li {
  margin: 0;
  padding: 0;
}
#side-menu input, #side-menu select {
  max-width: 100%;
}
#side-menu input[type=&quot;submit&quot;], #side-menu input[type=&quot;button&quot;] {
  padding: 0;
  text-align: center;
}</pre></p><p>dl.SuikaWikiConst dt,
dl.SuikaWikiConst dd {<pre>  overflow: auto;
  white-space: pre;
}</pre></p><p>/* Page listing */
.headline {<pre>  font-size: 65%;
  color: gray;
  background-color: transparent;
}</pre></p><p>/*LICENSE</p><p>Copyright 2000-2005 authors.  All rights reserved.</p><p>This stylesheet is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.</p><section><h1>/</h1></section></body></html>