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	display: block;
179}
180
181
182UL
183{
184	font-weight			: normal;
185
186	margin				: 0px 8px 10px 40px;
187	padding				: 0px;
188}
189
190OL
191{
192	font-weight			: normal;
193
194	margin				: 0px 8px 10px 50px;
195	padding				: 0px;
196
197	list-style-type		: decimal;
198}
199
200LI
201{
202	margin				: 0px 8px 2px 16px;
203	padding				: 0px;
204}
205
206CODE
207{
208}
209
210
211P.warning
212{
213	color				: red;
214	font-weight			: bold;
215	border				: solid 2px red;
216	padding				: 1em;
217}
218
219P.notice
220{
221	color				: black;
222	font-weight			: bold;
223	border				: solid 1px black;
224	padding				: 1em;
225}
226
227/*============================================================
228	属性表示用スタイル
229 *============================================================*/
230
231SPAN.func_attr
232{
233	font-size			: 8pt;
234	color				: white;
235	font-weight			: bold;
236	background			: #44f;
237	border-left			: solid 1px #aaf;
238	border-top			: solid 1px #aaf;
239	border-right		: solid 1px #00c;
240	border-bottom		: solid 1px #00c;
241	padding-left		: 2px;
242	padding-right		: 2px;
243}
244
245SPAN.func_sdkver
246{
247	font-size			: 8pt;
248	color				: white;
249	font-weight			: bold;
250	background			: #0a0;
251	border-left			: solid 1px #0f0;
252	border-top			: solid 1px #0f0;
253	border-right		: solid 1px #060;
254	border-bottom		: solid 1px #060;
255	padding-left		: 2px;
256	padding-right		: 2px;
257}
258
259/*============================================================
260	テーブル作成用
261 *============================================================*/
262
263span.static_style
264{
265    font-size			: 8pt;
266    color				: white;
267    font-weight			: bold;
268    background			: #44f;
269    border-left			: solid 1px #aaf;
270    border-top			: solid 1px #aaf;
271    border-right		: solid 1px #00c;
272    border-bottom		: solid 1px #00c;
273    padding-left		: 2px;
274    padding-right		: 2px;
275}
276
277span.virtual_style
278{
279    font-size			 : 8pt;
280    color				 : white;
281    font-weight			: bold;
282    background			: #0a0;
283    border-left			: solid 1px #0f0;
284    border-top			: solid 1px #0f0;
285    border-right		: solid 1px #060;
286    border-bottom		: solid 1px #060;
287    padding-left		: 2px;
288    padding-right		: 2px;
289}
290
291span.protected_style
292{
293    font-size			 : 8pt;
294    color				 : white;
295    font-weight			: bold;
296    background			: #444;
297    border-left			: solid 1px #ccc;
298    border-top			: solid 1px #ccc;
299    border-right		: solid 1px #222;
300    border-bottom		: solid 1px #222;
301    padding-left		: 2px;
302    padding-right		: 2px;
303}
304
305table.table, table.table td, table.table th
306{
307    border-collapse: collapse;
308    background-color: white;
309}
310
311table.table
312{
313    width: auto;
314    margin: 1em;
315    position	: static;
316    font-family	: Arial;
317}
318
319table.table td, table.table th
320{
321    padding: 0.2em;
322}
323
324table.table td.number, table.table th.number
325{
326    text-align: right;
327}
328
329table.table tbody tr th
330{
331    text-align: left;
332    font-weight: normal;
333    width: auto;
334}
335
336table.table thead tr th,
337table.table tbody tr th.category
338{
339    padding: 0 0.2em;
340}
341
342table.table caption
343{
344    font-weight: bold;
345    padding: 0.4em;
346}
347
348table.table th
349{
350    font-weight			: bold;
351    background			: #acf;
352}
353
354