/* DBPro ヘルプ標準スタイルシート */

A:active  { color: #FF0000; }
/*
A:link    { color: #0000CC; }
A:visited { color: #330099; }
*/
A:hover {
	color: #FF0000;
	background-color: #FFEEEE;
}
A.navigation:hover { background-color: transparent; }

LI {
	margin-top:    0.2em
	margin-bottom: 0.1em
}

/* 索引 */
SPAN.kw { }
P.term-contents {
	margin-left: 1em;
}

/* DPL・予約語 */
.literal {
	color: navy;
/*	font-family: "MS UI Gothic";*/
/*	font-size: larger;*/
/*	font-style: italic;*/
	font-weight: 600;
}

/* DPL・文字列リテラル */
.string {
}

/* V4.5 仕様変更・追加 */
.v45spec {
	color: white;
	background-color: #FF8C00;
	font-family: "MS UI Gothic";
/*	font-style: italic;*/
	font-weight: 600;
/*	text-decoration: overline underline;*/
/*	border: thin solid red;*/
}

/* V4 仕様変更・追加 */
.v4spec {
	color: white;
	background-color: #FFC0CB;
	font-family: "MS UI Gothic";
/*	font-style: italic;*/
	font-weight: 600;
/*	text-decoration: overline underline;*/
/*	border: thin solid red;*/
}

/* Q&A NEW */
.qanew {
	color: maroon;
	background-color: yellow;
	font-weight: 600;
}


/* IE 用拡張 */
@import url(../css/dbproie.css);
