/* CGIリンク集管理システム T-BookmarkPlus Final改 */
/* 表示・検索部スタイルシート(tbp.css) */
/* (c) 2004 Yoshihiko Kida */
/* http://www.twin.ne.jp/~fairfox/ */

/*全体の文字サイズはこの項目で決定*/
BODY,TH,TD {
    scrollbar-face-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#FFFFFF;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-arrow-color:#badcad;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-track-color:#d6e9ca;
    color:#000000;
    font-size:x-small;
    line-height:105%;
    margin:5px 4px;
}

DIV {
	font-size: x-small;
}

A:link {
	color: #FF0000;
	font-weight: bold;

	text-decoration:none;
}

A:visited {
	color: #FF0000;
	font-weight: bold;

	text-decoration:none;
}



A IMG {
	border-style :none;
}

EM {
	font-style: normal;
	font-weight: normal;
}

STRONG {
	font-style: normal;
	font-weight: normal;
}

INPUT {
	font-size: x-small;
}

/*罫線の色(IEのみ)*/
HR {

    height:1px;
    border-style:solid;
    border-color:#5A00B5;
    width:98%;
}

/*タイトル*/
H1.title {
	display: none;
}

/*紹介文*/
.fstmsg {
	color: black;
	text-indent: 1em;
	margin: 0px 8px 0px 8px;
}

/*結果表示部------------------------------*/
/*結果部見出lv1*/
H1.result {
	display: none;
}

/*結果部見出lv2*/
H2.pglink {
	display: none;
}

/*表示番号（No.xx 〜 No.xx）の色*/
.col_anm {
	display: none;
}

/*現在ページ番号*/
EM.current_page {
	display: none;
}

/*指定されているオプションの表示*/
.mode {
	display: none;
}

/*サイト情報表示のマージン*/
.listmgn {
	margin-top: 0.1em;
	margin-left: 8px;
	margin-right: 8px;
}

/*ノーヒットの表示*/
.nothing {
	text-indent: 1em;
}

/*著作権表示*/
.copyright {
	display: none;
}

/*サイトの表示データ----------------------*/
/*特にIE、Netscape4のための中央寄せなどの位置指定*/
.result_position {
	text-align: center;
}

/*サイトデータの表示間隔【次項と切替選択】*/
.data_space {
	padding-bottom: 0em;
}

/*サイトデータ一件分の枠や背景や表示幅【前項と切替選択】*/
/*←】.data_space {
	display: none;
}【→*/

/*No.*/
H3.i_num {
	display: none;
}

/*タイトル〜日付までの括り*/
.title_block {
	text-align: left;
	background: none;
}

/*タイトル*/
.i_ttl {
	color: #006600;
	font-weight: bold;
}

/*アクセス数*/
.access {
	display: none;
}

/*URL*/
.i_url {
	display: none;
}

/*日付*/
.i_day {
	color: #000099;
	text-align: left;
	background: none;
}

/*分野*/
.i_gnr {
	color: #000099;
	text-align: left;
	background: none;
}

/*分野名を括る括弧(ブラケット)*/
.gnr_brkt {
	color: #000099;
}

/*ID番号*/
.i_pid {
	display: none;
}

/*コメント*/
.i_com {
	display: none;
}

/*スタイル無効のUAでのみ表示される要素（いじらないで）*/
.no_sfua {
	display: none;
}



