1/*****************************************************************************
2	マニュアルページ用スタイルシート
3
4 *****************************************************************************/
5
6BODY, TR
7{
8	font-size			: 90%;
9
10	background-color	: #fff;
11	color				: #111;
12
13	margin				: 8px;
14	padding				: 0px;
15}
16
17
18/*============================================================
19	見出し用スタイル
20 *============================================================*/
21
22H1
23{
24	font-weight			: bold;
25	font-size			: 180%;
26
27	margin				: 0px 0px 20px  0px;
28	padding				: 0px 0px  0px 10px;
29
30	border-style		: none none solid none;
31	border-width		: 3px;
32	border-color		: #48f;
33}
34
35H2
36{
37	font-weight			: bold;
38	font-size			: 140%;
39
40	margin				: 30px 0px 10px  0px;
41	padding				:  0px 0px  0px 10px;
42
43	border-style		: none none solid double;
44	border-width		: 0px 0px 2px 8px;
45	border-color		: #49f;
46}
47
48H3
49{
50	font-weight			: bold;
51	font-size			: 120%;
52
53	margin				: 20px 0px 10px 5px;
54	padding				: 0px;
55
56	border-style		: none none solid none;
57	border-width		: 0px 0px 2px 0px;
58	border-color		: #49f;
59}
60
61/*============================================================
62	テーブル用スタイル
63 *============================================================*/
64
65TABLE
66{
67	width			    : 95%;
68	padding				: 0px;
69
70	border-color	: #c0c0c0;
71
72    border-collapse: collapse;
73}
74
75TABLE TD, TABLE TH
76{
77	text-align			: left;
78
79	padding				: 4px 8px;
80
81    border: 1px solid #c0c0c0;
82}
83
84TR
85{
86	background-color: #eef;
87}
88
89TH
90{
91    font-weight     : bold;
92	width			: 20%;
93}
94
95THEAD TR
96{
97    font-weight     : bold;
98	background-color: #ddf;
99}
100
101TH.category
102{
103	font-weight			: bold;
104	background			: #acf;
105}
106
107
108/*============================================================
109	参照記述用スタイル
110 *============================================================*/
111
112P.reference
113{
114	font-size			: 100%;
115	font-weight			: normal;
116
117	padding				: 0px;
118}
119
120
121/*============================================================
122	履歴記述用スタイル
123 *============================================================*/
124
125DL.history DT
126{
127	font-style			: normal;
128	font-weight			: bold;
129	text-align			: left;
130	font-size			: 9pt;
131
132	margin				: 0px;
133	padding				: 0px;
134
135/*	background			: #eef; */
136}
137
138DL.history DD
139{
140	font-style			: normal;
141	font-weight			: normal;
142	text-align			: left;
143	font-size			: 10pt;
144
145	margin				: 0px 0px 4px 0px;
146	padding				: 0px;
147}
148
149
150/*============================================================
151	説明記述用スタイル
152 *============================================================*/
153
154DIV.section
155{
156	margin				: 0px 8px 10px 20px;
157	padding				: 0px;
158}
159
160P
161{
162	margin-left  		: 20px;
163	margin-right  		: 8px;
164	font-weight			: normal;
165}
166
167PRE
168{
169	padding: 10px;
170
171	background: #f0f0f0;
172	border: 1px solid #ccc;
173}
174
175CODE
176{
177	padding: 0;
178}
179
180
181UL
182{
183	font-weight			: normal;
184
185	margin				: 0px 8px 10px 40px;
186	padding				: 0px;
187}
188
189OL
190{
191	font-weight			: normal;
192
193	margin				: 0px 8px 10px 50px;
194	padding				: 0px;
195
196	list-style-type		: decimal;
197}
198
199LI
200{
201	margin				: 0px 8px 2px 16px;
202	padding				: 0px;
203}
204
205CODE
206{
207}
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
226/*============================================================
227	属性表示用スタイル
228 *============================================================*/
229
230SPAN.func_attr
231{
232	font-size			: 8pt;
233	color				: white;
234	font-weight			: bold;
235	background			: #44f;
236	border-left			: solid 1px #aaf;
237	border-top			: solid 1px #aaf;
238	border-right		: solid 1px #00c;
239	border-bottom		: solid 1px #00c;
240	padding-left		: 2px;
241	padding-right		: 2px;
242}
243
244SPAN.func_sdkver
245{
246	font-size			: 8pt;
247	color				: white;
248	font-weight			: bold;
249	background			: #0a0;
250	border-left			: solid 1px #0f0;
251	border-top			: solid 1px #0f0;
252	border-right		: solid 1px #060;
253	border-bottom		: solid 1px #060;
254	padding-left		: 2px;
255	padding-right		: 2px;
256}
257
258/*============================================================
259	テーブル作成用
260 *============================================================*/
261
262span.static_style
263{
264    font-size			: 8pt;
265    color				: white;
266    font-weight			: bold;
267    background			: #44f;
268    border-left			: solid 1px #aaf;
269    border-top			: solid 1px #aaf;
270    border-right		: solid 1px #00c;
271    border-bottom		: solid 1px #00c;
272    padding-left		: 2px;
273    padding-right		: 2px;
274}
275
276span.virtual_style
277{
278    font-size			 : 8pt;
279    color				 : white;
280    font-weight			: bold;
281    background			: #0a0;
282    border-left			: solid 1px #0f0;
283    border-top			: solid 1px #0f0;
284    border-right		: solid 1px #060;
285    border-bottom		: solid 1px #060;
286    padding-left		: 2px;
287    padding-right		: 2px;
288}
289
290span.protected_style
291{
292    font-size			 : 8pt;
293    color				 : white;
294    font-weight			: bold;
295    background			: #444;
296    border-left			: solid 1px #ccc;
297    border-top			: solid 1px #ccc;
298    border-right		: solid 1px #222;
299    border-bottom		: solid 1px #222;
300    padding-left		: 2px;
301    padding-right		: 2px;
302}
303
304table.table, table.table td, table.table th
305{
306    border-collapse: collapse;
307    background-color: white;
308}
309
310table.table
311{
312    width: auto;
313    margin: 1em;
314    position	: static;
315    font-family	: Arial;
316}
317
318table.table td, table.table th
319{
320    padding: 0.2em;
321}
322
323table.table td.number, table.table th.number
324{
325    text-align: right;
326}
327
328table.table tbody tr th
329{
330    text-align: left;
331    font-weight: normal;
332    width: auto;
333}
334
335table.table thead tr th,
336table.table tbody tr th.category
337{
338    padding: 0 0.2em;
339}
340
341table.table caption
342{
343    font-weight: bold;
344    padding: 0.4em;
345}
346
347table.table th
348{
349    font-weight			: bold;
350    background			: #acf;
351}
352
353