﻿@charset "utf-8";
@import url("contents.css");

body {
	height: 99%;
}
.syntax {
	font-size: 1.1em;
	font-weight: bolder;
	color: #000;
	padding: 2px 0;
}
.syntax a,.syntax a:visited {
	font-size: inherit;
	color: #36c;
	text-decoration: none;
}
.syntax a:hover,.syntax a:active {
	font-size: inherit;
	color: #69c;
	text-decoration: underline;
}
/* 引数用のテーブル */
table.parameter {
	font-size: .95em;
	border: solid #000 1px;
	color: #666;
	text-align: left;
}
table.parameter th {
	font-size: inherit;
	color: #fff;
	background-color: #369;
	text-align: left;
	padding: 2px;
}
table.parameter td {
	padding: 2px 1.5em 2px 2px;
}
table.parameter td.ex {
	padding: 2px 3em 2px 2px;
}
/* 引数用（登録）のテーブル */
table.parameterad {
	border: solid #000 1px;
	font-size: .95em;
	color: #666;
	text-align: left;
	margin: 0;
}
table.parameterad th {
	color: #fff;
	background-color: #369;
	text-align: left;
}
.f {
	color: #00f;
}
.fb {
	color: #00f;
	font-weight: bold;
}
.c {
	color: #c00;
}
.cb {
	color: #c00;
	font-weight: bold;
}
div.downloadtext {
	margin: 0 0 0 10px;
}
div.feedbackbutton,div.cftestbutton {
	margin: 10px;
}
input.button,input.thickbox{
	width: 110px;
	font-size: inherit;
	margin: 10px;
}
input.buttonem {
	width: 110px;
	font-size: inherit;
	font-weight: bolder;
	margin: 10px;
}
.adexample{
	color: #999;
	background-color: #fcfcfc;
	margin-top: .5em;
	padding: 2px 5px;
}
/* 検索結果がない場合 */
div.errorresult,div.error{
	text-align: left;
	margin: 1em 2em;
	background-image: url(/image/error.png);
	background-repeat: no-repeat;
	background-position: 1px 0;
	padding: 2px 0 2px 25px;
}
/* カスタム関数テスト用 */
#cftest {
	font-size: small;
	line-height: 170%;
	margin: 10px;
	padding: 0 3% 0 0;
}
#cftest div.summary,#cftest div.contents,#cftest div.book {
	border-bottom: dashed #757575 1px;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}
#cftest h3 {
	margin-top: 1.2em;
	margin-bottom: 2px;
	font-size: small;
}
#cftest h3 a,#cftest h3 a:link {
	color: #36c;
	text-decoration: none;
}
#cftest h3 a:visited {
	color: #006;
	text-decoration: none;
}
#cftest h3 a:hover,#cftest h3 a:active {
	color: #69c;
	text-decoration: none;
}
#cftest div.contents h3 {
	margin-top: 2px;
}
#cftest div.contents h3.external,#cftest div.contents h3.internal {
	background-position: 1px .3em;
}
