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	background			: #acf;
96}
97
98TH.top
99{
100    font-weight     : bold;
101	background			: #ffffff;
102}
103
104THEAD TR
105{
106    font-weight     : bold;
107	background-color: #ddf;
108}
109
110TABLE.register
111{
112	padding             : 0px;
113
114    border-color    : #c0c0c0;
115
116    border-collapse: collapse;
117}
118
119/*============================================================
120	�Q�ƋL�q�p�X�^�C��
121 *============================================================*/
122
123P.reference
124{
125	font-size			: 100%;
126	font-weight			: normal;
127
128	padding				: 0px;
129}
130
131
132/*============================================================
133	�����L�q�p�X�^�C��
134 *============================================================*/
135
136DL.history DT
137{
138	font-style			: normal;
139	font-weight			: bold;
140	text-align			: left;
141
142	margin				: 0px;
143	padding				: 0px;
144
145/*	background			: #eef; */
146}
147
148DL.history DD
149{
150	font-style			: normal;
151	font-weight			: normal;
152	text-align			: left;
153
154	margin				: 0px 0px 4px 0px;
155	padding				: 0px;
156}
157
158
159/*============================================================
160	�����L�q�p�X�^�C��
161 *============================================================*/
162
163DIV.section
164{
165	margin				: 0px 8px 10px 20px;
166	padding			: 0px;
167	line-height		: 175%;
168}
169
170P
171{
172	margin				: 0px 8px 10px 20px;
173	font-weight		: normal;
174	line-height		: 175%;
175}
176
177PRE
178{
179	padding: 10px;
180	line-height		: 120%;
181
182	background: #f0f0f0;
183	border: 1px solid #ccc;
184}
185
186CODE
187{
188	padding: 0;
189	display: block;
190}
191
192
193UL
194{
195	font-weight			: normal;
196
197	margin				: 0px 8px 10px 1.5em;
198	padding				: 0px;
199}
200
201OL
202{
203	font-weight			: normal;
204
205	margin				: 0px 8px 10px 1.5em;
206	padding				: 0px;
207
208	list-style-type		: decimal;
209}
210
211LI
212{
213	margin				: 0px 8px 2px 16px;
214	padding				: 0px;
215	line-height			: 150%;
216}
217
218P.warning
219{
220	color				: red;
221	font-weight			: bold;
222	border				: solid 2px red;
223	padding				: 1em;
224}
225
226P.notice
227{
228	color				: black;
229	font-weight			: bold;
230	border				: solid 1px black;
231	padding				: 1em;
232}
233
234P.info
235{
236	border				: solid 1px #9FC5EB;
237	background-color    : #E0ECF8;
238	padding				: 0.5em;
239}
240
241P.annotation
242{
243	font-style				: italic;
244}
245
246/*============================================================
247	�����\���p�X�^�C��
248 *============================================================*/
249
250SPAN.func_attr
251{
252	font-size			: 8pt;
253	color				: white;
254	font-weight			: bold;
255	background			: #44f;
256	border-left			: solid 1px #aaf;
257	border-top			: solid 1px #aaf;
258	border-right		: solid 1px #00c;
259	border-bottom		: solid 1px #00c;
260	padding-left		: 2px;
261	padding-right		: 2px;
262}
263
264SPAN.func_sdkver
265{
266	font-size			: 8pt;
267	color				: white;
268	font-weight			: bold;
269	background			: #0a0;
270	border-left			: solid 1px #0f0;
271	border-top			: solid 1px #0f0;
272	border-right		: solid 1px #060;
273	border-bottom		: solid 1px #060;
274	padding-left		: 2px;
275	padding-right		: 2px;
276}
277
278SPAN.static_style
279{
280    font-size                       : 8pt;
281    color                           : white;
282    font-weight                     : bold;
283    background                      : #44f;
284    border-left                     : solid 1px #aaf;
285    border-top                      : solid 1px #aaf;
286    border-right            : solid 1px #00c;
287    border-bottom           : solid 1px #00c;
288    padding-left            : 2px;
289    padding-right           : 2px;
290}
291
292SPAN.virtual_style
293{
294    font-size                        : 8pt;
295    color                            : white;
296    font-weight                     : bold;
297    background                      : #0a0;
298    border-left                     : solid 1px #0f0;
299    border-top                      : solid 1px #0f0;
300    border-right            : solid 1px #060;
301    border-bottom           : solid 1px #060;
302    padding-left            : 2px;
303    padding-right           : 2px;
304}
305
306SPAN.protected_style
307{
308    font-size                        : 8pt;
309    color                            : white;
310    font-weight                     : bold;
311    background                      : #444;
312    border-left                     : solid 1px #ccc;
313    border-top                      : solid 1px #ccc;
314    border-right            : solid 1px #222;
315    border-bottom           : solid 1px #222;
316    padding-left            : 2px;
317    padding-right           : 2px;
318}
319