/* CGIリンク集管理システム T-BookmarkPlus Final改 */
/* 表示・検索部スタイルシート(tbp.css) */
/* (c) 2004 Yoshihiko Kida */
/* http://www.twin.ne.jp/~fairfox/ */

/*全体の文字サイズはこの項目で決定*/
BODY,TH,TD {
	font-size: 100%;
	color: black;
	background: white;
}

DIV {
	font-size: 100%;
}

A:link {
	color: #000099;
	text-decoration:none;
}

A:visited {
	color: #000099;
	text-decoration:none;
}

A:hover {
	color: #000099;
	text-decoration:underline;
}

A:active {
	color: #00FF00;
	text-decoration:underline;
}

A IMG {
	border-style :none;
}

EM {
	font-style: normal;
	font-weight: bold;
}

STRONG {
	font-style: normal;
	font-weight: bold;
}

INPUT {
	font-size: 100%;
}

/*罫線の色(IEのみ)*/
HR {
	color: #CC3333;
}

/*タイトル*/
H1.title {
	font-size: 160%;
	font-weight: bold;
	color: white;
	background: #FF0000;
	padding: 4px 0px 4px 0px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-indent: 1em;
	width: 80%;
}

/*紹介文*/
.fstmsg {
	color: black;
	text-indent: 1em;
	margin: 0px 8px 0px 8px;
}

/*検索フォーム部--------------------------*/
/*非フレーム表示時の検索部の幅*/
/*（フレームの幅はindex.htmlで設定します）*/
.nfsearch {
	width: 190px;
	padding-left: 8px;
	padding-bottom: 1em;
	float: right;
}

/*検索部見出lv1*/
H1.s_head {
	font-size: 100%;
	font-weight: bold;
	color: white;
	background: #FF0000;
	padding: 3px 3px 3px 3px;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/*検索部の見出lv2*/
H2.s_selec {
	font-size: 100%;
	font-weight: bold;
	color: white;
	background: #FF0000;
	padding: 1px 0px 1px 0px;
	border: none;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 100%;
	clear: both;
}

/*検索部背景色*/
.s_bg {
	background: #FFFFFF;
	padding-top: 8px;
	padding-bottom: auto;
	border: none;
	margin-top: 0px;
}

/*「登録数」の表示*/
.total_cnt {
	background: #FFFFFF;
	text-align: center;
	width: 100%;
}

/*検索ボタンの位置*/
.s_btn {
	background: #FFFFFF;
	padding-top: 3px;
	padding-bottom:6px;
	text-align: center;
}

/*検索ボタンの幅(N4無効)*/
.s_btnw {
	width: 30%;
}

/*「通常に戻す」の表示*/
.reset {
	background: #FFFFFF;
	margin-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}

/*AND-ORの表示*/
.orand {
	background: #FFFFFF;
	width: 100%;
	text-align: center;
}

/*検索語入力フォームの位置*/
.words {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

/*検索語入力フォームの幅(N4無効)*/
.word_w {
	width: 60%;
}

/*オプション項目グループの括り*/
.s_space {
	background: #FFFFFF;
	padding: 3px 1em 3px 1em;
	width: auto;
	text-align: center;
}

/*オプション項目*/
.cboffset {
	background: #FFFFFF;
	margin: 0px 0em 1px auto;
	width: 12em;
}

/*分野リストの括り*/
.gr_grupe {
	background: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}

/*分野一覧の分類*/
H3.ctgry {
	font-size: 90%;
	font-weight: bold;
	color: white;
	background: #FF9999;
	padding: 0px 0px 0px 6px;
	border: none;
	margin: 0px auto 0px 6px;
	text-align: left;
	width: auto;
	clear: both;
}

/*分野一覧の分野（分野名の字数に合わせた幅の調整等）*/
.gr {
	width: 15em;
	background: #FFFFFF;
	margin-left: 6px;
	margin-bottom: 1px;
}

/*「HOME・申し込みページ・管理ページ」の配置*/
.home {
	margin-right: 12px;
	text-align: right;
}

/*申し込みページへのリンクの強調*/
EM.regist_link {
	font-size: 100%;
}

/*「CSSFile」の表示*/
.css_file {
	display: none;
/*	background: #CCCCFF;
	padding: 3px 6px 3px 6px;
	border: none;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
*/
}

/*結果表示部------------------------------*/
/*結果部見出lv1*/
H1.result {
	font-size: 120%;
	font-weight: bold;
	color: white;
	background: #003366;
	padding: 3px 3px 3px 3px;
	border: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*結果部見出lv2*/
H2.pglink {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 8px 0px 8px;
}

/*表示番号（No.xx 〜 No.xx）の色*/
.col_anm {
	color: red;
}

/*現在ページ番号*/
EM.current_page {
	color: #FFA500;
}

/*指定されているオプションの表示*/
.mode {
	color: #996666;
	font-size: 90%;
	font-weight: normal;
}

/*サイト情報表示のマージン*/
.listmgn {
	margin-top: 1em;
	margin-left: 8px;
	margin-right: 8px;
}

/*ノーヒットの表示*/
.nothing {
	text-indent: 1em;
}

/*著作権表示*/
.copyright {
	font-size: 10pt;
	font-weight: bold;
	color: #6500CC;
	background: #FFFFFF;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0em 0em 0.5em 0em;
	text-align: right;
	clear: none;
}

/*サイトの表示データ----------------------*/
/*特にIE、Netscape4のための中央寄せなどの位置指定*/
.result_position {
	text-align: center;
}

/*サイトデータの表示間隔【次項と切替選択】*/
/*←】.data_space {
	padding-bottom: 1.5em;
}【→*/

/*サイトデータ一件分の枠や背景や表示幅【前項と切替選択】*/
.data_space {
	background: #FFFFFF;
	padding: 0.5em 6px 0.5em 6px;
	border: 2px solid #990000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 80%;
}

/*No.*/
H3.i_num {
	color: #669999;
	font-size: 100%;
	font-weight: bold;
	float: left;
	width: 3em;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	text-align: left;
}

/*タイトル〜日付までの括り*/
.title_block {
	text-align: left;
	background: none;
}

/*タイトル*/
.i_ttl {
	color: black;
	font-weight: bold;
}

/*アクセス数*/
.access {
	display: none;
}

/*URL*/
.i_url {
	color: gray;
}

/*日付*/
.i_day {
	color: #9999FF;
}

/*分野*/
.i_gnr {
	color: #000099;
	font-size: 75%;
	text-align: left;
	background: none;
}

/*分野名を括る括弧(ブラケット)*/
.gnr_brkt {
	color: gray;
}

/*ID番号*/
.i_pid {
	color: #FF6600;
	text-align: left;
	background: none;
}

/*キーワード*/
.i_key {
	color: #9933CC;
	font-size: 75%;
	text-align: left;
	background: none;
}

/*[ID}と[Key]の部分*/
.keyid {
	font-weight: bold;
}

/*コメント*/
.i_com {
	text-indent: 1em;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: none;
}

/*スタイル無効のUAでのみ表示される要素（いじらないで）*/
.no_sfua {
	display: none;
}

/*特殊標識用のスタイル------------------------------*/
.sougo {
	color: #336666;
	background: #99FF99;
	font-size: 82%;
	font-style: normal;
	font-weight: normal;
}

.cool {
	color: #005544;
	background: #99FFFF;
	font-size: 82%;
	font-style: normal;
	font-weight: normal;
}

