/* CGIリンク集管理システム T-BookmarkPlus Final改 */
/* ヘルプ用スタイルシート(tbp_hlp.css) */
/* (c) 2004 Yoshihiko Kida */
/* http://www.twin.ne.jp/~fairfox/ */

BODY {
	font-size: 100%;
	color: black;
	background: white;
}

A:link {
	color: #0000CC;
	text-decoration:none;
}

A:visited {
	color: #0000CC;
	text-decoration:none;
}

A:hover {
	color: #0000CC;
	text-decoration:underline;
}

A:active {
	color: #00FF00;
	text-decoration:underline;
}

HR {
	color: #5A00B5;
}

H1 {
	font-size: 160%;
	font-weight: bold;
	color: navy;
	text-indent: 2em;
	text-align: left;
}

H2 {
	font-size: 120%;
	font-weight: bold;
	color: navy;
	text-indent: 1em;
	text-align: left;
	margin-left: 8px;
}

EM {
	font-style: normal;
	font-weight: bold;
}

STRONG {
	font-style: normal;
	font-weight: bold;
}

.main {
	text-indent: 1em;
	margin-left: 8px;
	margin-right: 8px;
}

.list {
	margin-left: 8px;
	margin-right: 8px;
}

.defmark {
	color: blue;
}

.backlink {
	margin-top: 6px;
	margin-right: 8px;
	text-align: right;
}

.copyright {
	font-size: 10pt;
	font-weight: bold;
	color: #6500CC;
	padding-bottom: 8px;
	margin-right: 1em;
	text-align: right;
}

