@charset 'UTF-8';

/*******************************************************************************
	Header
*******************************************************************************/

span.heading {
	font-weight: bold;
}

h2.clsheading {
	font-size: 120%;
	font-weight: bold;
}

h4.funcheading {
	font-size: 110%;
	font-weight: bold;
}

/*******************************************************************************
	Summary
*******************************************************************************/

div.clssummaryblock {
	border-top: 2px solid #776633;
}

div.funcsummaryblock {
	border-top: 1px solid #bbaa77;
	margin: 10px 0;
}

div.othsummaryblock {
	border-top: 2px solid #776633;
	margin: 10px 0;
}

/*******************************************************************************
	Block
*******************************************************************************/

div.clsblock {
	border-top: 2px solid #776633;
	margin: 20px 0;
}

div.funcblock {
	border-top: 1px solid #bbaa77;
	margin: 10px 0;
}

/*******************************************************************************
	Name
*******************************************************************************/

span.clsname_en {
	color: #660000;
}

span.clsname_ns {
	color: #996600;
	font-style: italic;
}

span.clsname_splt {
	color: #999999;
}

span.funcname_en {
	color: #660000;
}

span.funcname_ns {
	color: #996600;
	font-style: italic;
}

span.funcname_splt {
	color: #999999;
}

span.param_en {
	color: #660000;
}

span.param_ns {
	color: #996600;
	font-style: italic;
}

span.param_splt {
	color: #999999;
}

/*******************************************************************************
	Indent
*******************************************************************************/

div.clssummaryblock ul, div.funcsummaryblock ul {
	margin-left: 20px;
}

div.funcblock p, div.funcblock>span, div.funcblock ul {
	margin-left: 20px;
}

ul.vallist li {
	margin-left: 20px;
}

/*******************************************************************************
	Others
*******************************************************************************/

span.syntax {
	border: 1px solid #bbaa77;
	background-color: #eeddaa;
	margin: 3px 0;
	padding: 1px 10px;
}

ul.link_list li {
	list-style: disc outside url('../img/icon_category.gif');
}

ul.scriptkwd {
	display: table;
}
ul.scriptkwd li {
	width: 185px;
	height: 20px;
	display: table-cell;
	float: left;
}