1/*****************************************************************************
2	�h�L�������g�p�X�^�C���V�[�g
3 *****************************************************************************/
4
5BODY
6{
7	font-size			: 80%;
8
9	background-color	: #fff;
10	color				: #111;
11
12	margin				: 8px;
13	padding				: 0px;
14}
15IMG
16{
17	margin				: 0px 0px 10px 20px;
18}
19
20/*============================================================
21	���o���p�X�^�C��
22 *============================================================*/
23
24H1
25{
26	font-weight		: bold;
27	font-size			: 180%;
28
29	margin				: 0px 0px 20px  0px;
30	padding			: 0px 0px  0px 10px;
31
32	border-style		: none none solid none;
33	border-width		: 3px;
34	border-color		: #48f;
35}
36
37H2
38{
39	font-weight		: bold;
40	font-size			: 140%;
41
42	margin				: 30px 0px 10px  0px;
43	padding			:  0px 0px  0px 10px;
44
45	border-style		: none none solid double;
46	border-width		: 0px 0px 2px 8px;
47	border-color		: #49f;
48}
49
50H3
51{
52	font-weight		: bold;
53	font-size			: 120%;
54
55	border-style		: none none none none;
56	border-width		: 2px;
57	margin				: 1em 0;
58	padding			: 0.5em 1em;
59	text-decoration	: underline;
60}
61
62/*============================================================
63	�e�[�u���p�X�^�C��
64 *============================================================*/
65
66TABLE
67{
68	width			    : 95%;
69	margin				: 5px 0px 10px 20px;
70	padding				: 0px;
71	line-height		: 120%;
72
73	border-color	: #c0c0c0;
74
75    border-collapse: collapse;
76}
77
78TABLE TD, TABLE TH
79{
80	text-align			: left;
81
82	padding				: 4px 8px;
83
84    border: 1px solid #c0c0c0;
85}
86
87TR
88{
89	background-color: #eef;
90}
91
92TH
93{
94    font-weight     : bold;
95	width			: 20%;
96}
97
98THEAD TR
99{
100    font-weight     : bold;
101	background-color: #ddf;
102}
103
104TH.category
105{
106	font-weight			: bold;
107	background			: #acf;
108}
109
110
111/*============================================================
112	�Q�ƋL�q�p�X�^�C��
113 *============================================================*/
114
115P.reference
116{
117	font-size			: 100%;
118	font-weight			: normal;
119
120	padding				: 0px;
121}
122
123
124/*============================================================
125	�����L�q�p�X�^�C��
126 *============================================================*/
127
128DL.history DT
129{
130	font-style			: normal;
131	font-weight			: bold;
132	text-align			: left;
133
134	margin				: 0px;
135	padding				: 0px;
136
137/*	background			: #eef; */
138}
139
140DL.history DD
141{
142	font-style			: normal;
143	font-weight			: normal;
144	text-align			: left;
145
146	margin				: 0px 0px 4px 0px;
147	padding				: 0px;
148}
149
150
151/*============================================================
152	�����L�q�p�X�^�C��
153 *============================================================*/
154
155DIV.section
156{
157	margin				: 0px 8px 10px 20px;
158	padding			: 0px;
159	line-height		: 175%;
160}
161
162P
163{
164	margin				: 0px 8px 10px 20px;
165	font-weight		: normal;
166	line-height		: 175%;
167}
168
169PRE
170{
171	padding: 10px;
172	line-height		: 120%;
173
174	background: #f0f0f0;
175	border: 1px solid #ccc;
176}
177
178CODE
179{
180	padding: 0;
181	display: block;
182}
183
184
185UL
186{
187	font-weight			: normal;
188
189	margin				: 0px 8px 10px 1.5em;
190	padding				: 0px;
191}
192
193OL
194{
195	font-weight			: normal;
196
197	margin				: 0px 8px 10px 1.5em;
198	padding				: 0px;
199
200	list-style-type		: decimal;
201}
202
203LI
204{
205	margin				: 0px 8px 2px 16px;
206	padding				: 0px;
207	line-height			: 150%;
208}
209
210P.warning
211{
212	color				: red;
213	font-weight			: bold;
214	border				: solid 2px red;
215	padding				: 1em;
216}
217
218P.notice
219{
220	color				: black;
221	font-weight			: bold;
222	border				: solid 1px black;
223	padding				: 1em;
224}
225
226P.info
227{
228	border				: solid 1px #9FC5EB;
229	background-color    : #E0ECF8;
230	padding				: 0.5em;
231}
232
233P.annotation
234{
235	font-style				: italic;
236}
237
238/*============================================================
239	�����\���p�X�^�C��
240 *============================================================*/
241
242SPAN.func_attr
243{
244	font-size			: 8pt;
245	color				: white;
246	font-weight			: bold;
247	background			: #44f;
248	border-left			: solid 1px #aaf;
249	border-top			: solid 1px #aaf;
250	border-right		: solid 1px #00c;
251	border-bottom		: solid 1px #00c;
252	padding-left		: 2px;
253	padding-right		: 2px;
254}
255
256SPAN.func_sdkver
257{
258	font-size			: 8pt;
259	color				: white;
260	font-weight			: bold;
261	background			: #0a0;
262	border-left			: solid 1px #0f0;
263	border-top			: solid 1px #0f0;
264	border-right		: solid 1px #060;
265	border-bottom		: solid 1px #060;
266	padding-left		: 2px;
267	padding-right		: 2px;
268}
269
270SPAN.static_style
271{
272    font-size                       : 8pt;
273    color                           : white;
274    font-weight                     : bold;
275    background                      : #44f;
276    border-left                     : solid 1px #aaf;
277    border-top                      : solid 1px #aaf;
278    border-right            : solid 1px #00c;
279    border-bottom           : solid 1px #00c;
280    padding-left            : 2px;
281    padding-right           : 2px;
282}
283
284SPAN.virtual_style
285{
286    font-size                        : 8pt;
287    color                            : white;
288    font-weight                     : bold;
289    background                      : #0a0;
290    border-left                     : solid 1px #0f0;
291    border-top                      : solid 1px #0f0;
292    border-right            : solid 1px #060;
293    border-bottom           : solid 1px #060;
294    padding-left            : 2px;
295    padding-right           : 2px;
296}
297
298SPAN.protected_style
299{
300    font-size                        : 8pt;
301    color                            : white;
302    font-weight                     : bold;
303    background                      : #444;
304    border-left                     : solid 1px #ccc;
305    border-top                      : solid 1px #ccc;
306    border-right            : solid 1px #222;
307    border-bottom           : solid 1px #222;
308    padding-left            : 2px;
309    padding-right           : 2px;
310}
311