﻿@charset "UTF-8";
@import url("printcontents.css");


/* 関数名・構文 */
.syntax {
	padding: 2px 0 2px 0;
	font-size: 1.1em;
	font-weight: bolder;
	color: #000;
}
/* 関数一覧の構文でのリンク用 */
.syntax a { font-size: inherit; color:#000; text-decoration: none;}
.syntax a:visited { font-size: inherit; color: #000; text-decoration: none;}
.syntax a:hover { font-size: inherit; color: #000; text-decoration: underline;}
.syntax a:active { font-size: inherit; color: #000; text-decoration: underline;}

/* 関数色　青*/
.f {
	color: #009;
	font-weight: bold;
}
.fb { color: #009; font-weight: bolder; }
/* コメント色　赤*/
.c { color: #900; }
.cb { color: #900; font-weight: bold; }
/* 背景色白*/
.w {
	background-color: #fff;
	font: inherit;
}
/* 背景色グレー*/
.g { 
	background-color: #fff; 
	font: inherit;
}

/* フィードバック・式の保存フォーム */
div.feedback , div.downloadtext , div.cftest , div.feedbackbutton , div.cftestbutton{
	display: none;
}

/*
Plug-inの対応バージョンリスト
ul.check {
	margin: 0;
	padding: 0em;
}
ul.check li {
	float: left;
	list-style-image: url(/image/check.gif);
	list-style-position: inside;
	padding-left: 1em;
}

ul.check li.checked {
	list-style-image: url(/image/checked.gif);
}
*/

/*検索用ボタン 横幅を110pxに */
input.sbutton{
	margin: 3px;
	width: 110px;
	font-size: inherit;
}

/*登録用ボタン 横幅を110pxに */
input.button{
	margin: 10px;
	width: 110px;
	font-size: inherit;
}
/*登録用ボタン（強調） 横幅を110pxに */
input.buttonem{
	margin: 10px;
	width: 110px;
	font-weight: bolder;
	font-size: inherit;
}
/* 印刷時はフォームの枠は実線で */
input , textarea {
	border: solid #666 1px ;
}
