@charset "UTF-8";

@import url("../../css/reset.css");
@import url("../../css/base.css");
@import url("../../css/common.css");



/*==================== 特殊文字テーブル ====================*/
.specialChars {
	width: 480px;
	margin: 0 auto;
}

.specialCharTable {
	float: left;
	margin: 0;
	font-size: 100%;
}

.specialCharTable th {
	padding: 5px;
	background-color: #006;
	border: 1px solid;
}

.specialCharTable .char {
	width: 40px;
}

.specialCharTable .keyword {
	width: 80px;
}

.specialCharTable .number {
	width: 80px;
}

.specialCharTable td {
	padding: 3px;
	background-color: #555;
	border: 1px solid;
	text-align: center;
}


/*==================== 関数テーブル ====================*/
.methodTable {
	width: 90%;
	font-size: 80%;
	color: #222;
}

.methodTable th {
	width: 50px;
	vertical-align: top;
}

#contentsMain .methodTable .methodFormat {
	background-color: #CECCBC;
	font-size: 108%;
	font-weight: bold;
}

#contentsMain .methodTable tr th {
	font-weight: bold;
	background-color: #99EEEE;
}

#contentsMain .methodTable tr td {
	background-color: #CCEEEE;
}

#contentsMain .methodParam dt {
	padding-left: 0px;
	background-image: none;
	font-size: 108%;
	font-weight: bold;
}

#contentsMain .methodParam table {
	margin: 5px 20px;
}
