.category{
	margin: 0px 10px 0px 20px;
	font-size: 120%;
}

.back{
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul.clist{
	margin-left: 30px;
	padding-left: 30px;
	margin-bottom: 40px;
	list-style-image: URL(../../../res/imgs/arrow.gif);
}

a:hover{
	color: black;
}

a{
	text-decoration: underline;
	color: #333333;
}

.api{
	background-color: #EEFFFF;
	border: 1px solid #BBDDDD;
	padding-left: 14px;
}

.apiargs{
	width: 100%;
	margin-top: 10px;
	background-color: #CCCCCC;
}

.tbhead{
	text-align: left;
	background-color: #D1DFFC;
}

.tbname{
	width: 25%;
}

.tbitem{
	text-align: left;
	background-color: white;
}

.expl{
	margin-bottom: 30px;
	width: 640px;
}

table.apiagrs{
	width: 100%;
}

table.source{
	text-align: left;
	background-color: #b0b0b0;
	line-height: 110%;
	width: 100%;
}

tr{
	background-color: white;
}

table.source td.numline{
	font-size: 10pt;
	color: #808080;
	background-color: #e0e0e0;
	padding: 5px 5px 5px 10px;
	text-align: right;
	width: 20px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅", Monospace;
}

table.source td.code{
	font-size: 10pt;
	color: black;
	padding: 5px 5px 5px 10px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅", Monospace;
}

pre{
	margin-top: 0px;
	margin-bottom: 0px;
}

.ptitle{
	padding: 4px;
}

.rsvd{
	font-weight: bold;
}

.str{
	color: #163C5F;
}

.usrdef{
	color: #2B91AF;
}

.left_text{
	float: left;
	width: 420px;
	display: inline;
}

.right_text{
	float: right;
	width: 420px;
	display: inline;
}

.right_img{
	margin-bottom: 10px;
}

.right_img img{
	vertical-align: baseline;
}

