/* help.css */
@import "../init.css";

/* set color */
body {
	background-color: #000000;
	background-image: none;
	color: #ffffff;
	font-family: 'MS PGothic','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}

a { color: #00ffff; }
a:active  { color: #ff00ff; }
a:hover   { background-color: #00ffff; color: #000000; }

/* font */
span.f4y { font-size: large; color: yellow; }
span.cls { color: lightsalmon; } /* lightsalmon (#ffa07a) */
span.cye { color: yellow; }
span.cre { color: red; }
span.ccy { color: cyan; }

/* title */
div.title { color: red; font-size: x-large; font-weight: bold; }
span.title { color: white; font-size: x-large; font-weight: bold; }
span.subt { color: yellow; font-size: large; font-weight: bold; }

/* indent */
div.indent { text-indent: 1em; }
span.indent { text-indent: 1em; }

/* list */
ul.help { list-style-type: decimal; }
ul.none { list-style-type: none; }

/* close */
input.close {
	color: aqua; background-color: black;
	border-style: solid; border-color: gray; border-width: 2px;
}

/* end */
