<!--
body { 
	margin:				10px;
	padding:			0;
	font-size:			small;
	color:				#335555;
	background:			#f5f5f5;
}

body.f3 { 
	margin-top:			0;
	margin-left:		4px;
	padding:			0;
	font-size:			small;
	color:				#335555;
	background:			#f5f5f5;
	line-height:		1.2em;
	letter-spacing:		0.1em;
}

/* 区切り線 */
div.hr {
	margin:				6px 0px 8px 0px;
	border-style:		solid;
	border-width:		2px 0px 0px 0px;
	border-color:		#335555;
}

/*-- 左フレーム ---------------------------------------------*/

/* 左フレームのサムネイルサイズ */
.small {
	width:				96px;
	height:				128px;
	border:				0;
	margin-bottom:		5px;
}

/* 「木には名前がある」へのリンク */
a.linktop {
	margin:				auto;
	width:				110px;
	font-size:			10pt;
	font-weight:		bold;
	color:				white;
	background-color:	#009900;
	padding:			3px;
	border-style:		outset;
	border-width:		2px;
	display:			block;
	text-decoration:	none;
	text-align:			center;
}
a.linktop:visited {
	color:				white;
}
a.linktop:hover {
	color:				white;
	text-decoration:	none;
}

/* 「樹木検索くん」へのリンク */
a.linkkensaku {
	margin-top:			2px;
	margin-left:		auto;
	margin-right:		auto;
	width:				110px;
	font-size:			11pt;
	font-weight:		bold;
	color:				white;
	background-color:	#009999;
	padding:			3px;
	border-style:		outset;
	border-width:		2px;
	display:			block;
	text-decoration:	none;
	text-align:			center;
}
a.linkkensaku:visited {
	color:				white;
}
a.linkkensaku:hover {
	color:				white;
	text-decoration:	none;
}


/*-- 右フレーム ---------------------------------------------*/

/* 樹名板 */
table.ita {
	width:				460px;
	border-style:		outset;
	border-color:		#ffffff;
	border-collapse:	separate;
}

.ita td {
	border:				0px;
	letter-spacing:		0.1em;
}

/* 和名 */
div.wamei {
	padding-top:		7px;
	padding-left:		10px;
	padding-bottom:		1px;
	font-size:			12pt;
	font-weight:		bold;
	color:				white;
	background-color:	green;
}

/* 学名 */
div.gakumei {
	padding-top:		0;
	padding-left:		20px;
	padding-bottom:		5px;
	font-size:			10pt;
	font-weight:		bold;
	color:				green;
	background-color:	green;
}

/*
	color:				white;
*/

span.gakumei2 {
	font-size:			9pt;
	font-weight:		normal;
	color:				white;
	background-color:	green;
}

/* 説明 */
table.setsumei {
	margin-top:			5px;
	margin-left:		5px;
	font-size:			small;
	line-height:		1.2em;
	letter-spacing:		0.1em;
}

/*-- インラインフレーム -------------------------------------*/

/* 画像サイズ */
.large {
	width:				432px;
	height:				576px;
	border:				0;
	float:				left;
	margin-right:		4px;
	margin-bottom:		2px;
}

/* 撮影日時・場所 */
.leftm {
	position:			relative;
	left:				4px;
}

-->
