1BODY {
2	color			: black;
3	background-color	: #ffffcc;
4	font-family		: Arial;
5	font-size		: 100%;
6}
7
8A:LINK {
9	color			: #663300;
10	background		: inherit;
11	text-decoration	: none;
12}
13
14A:VISITED {
15	color			: #336600;
16	background		: inherit;
17	text-decoration	: none;
18}
19
20A:HOVER {
21	color			: #663300;
22	background		: #ff9966;
23	text-decoration	: underline;
24}
25
26A:ACTIVE {
27	color			: #cc0088;
28	background		: inherit;
29	text-decoration	: underline;
30}
31
32CODE {
33  font-family		: "Courier New", monospace;
34  position			: static;
35  left				: 12px;
36  font-size			: 100%;
37}
38
39/*
40P {
41	position		: relative;
42	left			: 6px;
43	z-index			: auto;
44	font-family		: Arial;
45}
46*/
47
48PRE {
49	position		: relative;
50	left			: 12px;
51}
52
53/* Moved from apilist.css */
54TABLE.hoge {
55	border-style		: none none none none;
56	width			: 80%;
57}
58
59TD.hoge,TH.hoge {
60	padding			: 2pt;
61	border-width		: 2pt;
62	background		: #fc9;
63	border-style		: none;
64	font-style		: normal;
65	font-weight		: normal;
66	text-align		: left;
67}
68/* Moved from apilist.css */
69
70TABLE { margin: 2pt 0; }
71
72TH {
73	width			: 30%;
74}
75
76DT {
77	font-weight		: bold;
78	margin-bottom		: 2pt;
79}
80
81DD {
82	margin-left		: 4pt;
83	font-size		: 90%;
84	padding-top		: 2px;
85}
86
87UL {
88	margin-left		: 5em;
89}
90
91LI {
92	margin-bottom		: 1ex;
93}
94
95H3 {
96	font-size		: 110%;
97	font-weight		: bold;
98	padding-top		: 10px;
99	border-width		: 1px 0 0;
100	border-color		: #000000;
101	border-style		: solid none none;
102}
103
104H4 {
105	font-weight		: bold;
106	text-decoration		: underline;
107	margin-left: 1em;
108}
109h5 { margin-top: 2em; margin-right: 2em; margin-bottom: 0 !important; margin-left: 2em !important; }
110H1.title { font-size		: 200%; font-family: Georgia, "Times New Roman", Times, serif; font-weight		: bold; }
111
112span.version {
113	color			: #ff0000;
114	background		: inherit;
115	font-size		: 14pt;
116	font-weight		: bold;
117}
118
119div.confidential {
120	color			: #660000;
121	background:		: inherit;
122	font-size		: 14pt;
123	font-weight		: bold;
124	font-family		: Impact, monospace;
125}
126P { font-size: 100%; margin-right: 2em; margin-left: 2em; }
127P.confidential {
128	color			: #660000;
129	background		: inherit;
130	font-size		: 14pt;
131	font-weight		: bold;
132	font-family		: Impact, monospace;
133}
134
135P.note {
136	color			: #000000;
137	background		: inherit;
138	font-size		: 8pt;
139	font-family		: Impact, monospace;
140}
141
142P.caution {
143	color			: inherit;
144	font-weight		: bold;
145	font-size		: 12pt;
146	background		: #ffff00;
147	width			: 100%;
148	padding			: 3px;
149	margin-top		: 2px;
150	margin-bottom	: 2px;
151}
152
153P.copyright {
154	color			: inherit;
155	background		: inherit;
156	font-size		: 8pt;
157	font-weight		: bold;
158	font-family		: monospace;
159	text-align		: right;
160}
161
162P.recommend {
163	color			: #cc2288;
164	background		: inherit;
165	font-weight		: bold;
166	text-align		: right;
167}
168
169P.toc {
170	color			: #cc0066;
171	background		: inherit;
172	font-size		: 8pt;
173}
174
175P.atoz {
176	font-size		: 10pt;
177}