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