<!--
body { 
	font-size:		small;
	color:			black;
	background:		white;
	margin:			10px;
	padding:		0;
}

/* 樹木検索くん */
td.f1_title {
	font-size:			12pt;
	font-weight:		bold;
	color:				white;
	background-color:	green;
}

/* ver1.00 */
span.f1_title {
	font-size:			10pt;
	font-style:			italic;
	font-weight:		normal;
	color:				white;
	background-color:	green;
}

/* [TOP] 特徴で検索 名前で検索 科名で検索 */
form.f1sel {
	font-size:			small;
	text-align:			right;
}

/* フォームのデフォルト値 */
form.f1c {
	font-size:			small;
	color:				black;
}

/* ｘｘの特徴 */
div.f1a {
	width:				200px;
	padding:			2px;
	margin-bottom:		5px;
	font-size:			small;
	color:				maroon;
	background-color:	#559977;
	font-weight:		bold;
	text-align:			center;
}

/* 特徴の大項目 */
div.f1b {
	font-size:			small;
	color:				maroon;
}

-->
