1 |
@charset 'iso-2022-jp'; |
2 |
@namespace 'http://www.w3.org/1999/xhtml'; |
3 |
@namespace xml 'http://www.w3.org/XML/1998/namespace'; |
4 |
|
5 |
html { |
6 |
display: block; |
7 |
line-height: 2.0; |
8 |
} |
9 |
head { |
10 |
display: none; |
11 |
} |
12 |
|
13 |
body { |
14 |
display: block; |
15 |
margin: 1em 1.5em; |
16 |
} |
17 |
|
18 |
div.section { |
19 |
display: block; |
20 |
} |
21 |
|
22 |
h1, h2, h3, h4, h5, h6 { |
23 |
display: block; |
24 |
line-height: 1.5; |
25 |
font-size: 120%; |
26 |
font-weight: bolder; |
27 |
} |
28 |
|
29 |
h1 { |
30 |
text-align: center; |
31 |
font-size: 140%; |
32 |
} |
33 |
|
34 |
p { |
35 |
display: block; |
36 |
text-indent: 1em; |
37 |
margin: 0 1em; |
38 |
text-align: justify; |
39 |
} |
40 |
|
41 |
ul, ol, dl { |
42 |
display: block; |
43 |
margin: 1em; |
44 |
padding: 0; |
45 |
} |
46 |
|
47 |
dt, li { |
48 |
display: list-item; |
49 |
margin-left: 1em; |
50 |
padding-left: 0.5em; |
51 |
list-style: disc; |
52 |
} |
53 |
dt dt, li li { |
54 |
list-style: square; |
55 |
} |
56 |
dd { |
57 |
display: block; |
58 |
margin-left: 3em; |
59 |
padding-left: 0; |
60 |
} |
61 |
|
62 |
li:first-child:last-child { |
63 |
list-style: disc; |
64 |
} |
65 |
|
66 |
blockquote { |
67 |
display: block; |
68 |
} |
69 |
|
70 |
code { |
71 |
font-family: "Courier New", "Courier", monospace; |
72 |
letter-spacing: 0.1em; |
73 |
} |
74 |
|
75 |
code.uri, code.mail { |
76 |
font-size: smaller; |
77 |
font-style: italic; |
78 |
font-family: "Times New Roman", "Times", serif; |
79 |
} |
80 |
code.math { |
81 |
font-family: "Times New Roman", "Times", serif; |
82 |
} |
83 |
var { |
84 |
font-style: italic; |
85 |
} |
86 |
|
87 |
/* |
88 |
* $B8@8l>pJs$G>l9gJ,$1$9$k$N$O@5$7$/$J$$$,!"8=:_$N(B CSS |
89 |
* $B$K$OMQ;z7O$NA*Br;R$,$J$$$+$i!"6a;wE*$K$3$l$r;H$&!#(B |
90 |
*/ |
91 |
|
92 |
[lang|="ja"] cite, [xml|lang|="ja"] cite { |
93 |
quotes: "$B!X(B" "$B!Y(B" "$B!V(B" "$B!W(B"; |
94 |
font-style: normal; |
95 |
} |
96 |
[lang|="ja"] cite:before, [xml|lang|="ja"] cite:before { |
97 |
content: open-quote; |
98 |
} |
99 |
[lang|="ja"] cite:after, [xml|lang|="ja"] cite:after { |
100 |
content: close-quote; |
101 |
} |
102 |
[lang|="en"] cite, [xml|lang|="en"] cite { |
103 |
quotes: none; |
104 |
font-style: italic; |
105 |
} |
106 |
[lang|="en"] cite cite, [xml|lang|="en"] cite cite { |
107 |
quotes: none; |
108 |
font-style: normal; |
109 |
} |
110 |
[lang|="en"] cite:before, [xml|lang|="en"] cite:before, |
111 |
[lang|="en"] cite:after, [xml|lang|="en"] cite:after { |
112 |
content: none; |
113 |
} |
114 |
|
115 |
th[scope="row"] { |
116 |
text-align: left; |
117 |
} |
118 |
th[scope="col"] { |
119 |
text-align: center; |
120 |
} |
121 |
|
122 |
/* License |
123 |
|
124 |
Copyright 2003 Wakaba <w@suika.fam.cx>. |
125 |
|
126 |
This program is free software; you can redistribute it and/or modify |
127 |
it under the terms of the GNU General Public License as published by |
128 |
the Free Software Foundation; either version 2 of the License, or |
129 |
(at your option) any later version. |
130 |
|
131 |
This program is distributed in the hope that it will be useful, |
132 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
133 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
134 |
GNU General Public License for more details. |
135 |
|
136 |
You should have received a copy of the GNU General Public License |
137 |
along with this program; see the file COPYING. If not, write to |
138 |
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
139 |
Boston, MA 02111-1307, USA. |
140 |
|
141 |
*/ |
142 |
|
143 |
/* $Date: 2003/07/20 07:03:18 $ */ |