/* CGIリンク集管理システム T-BookmarkPlus Final改 */
/* 表示・検索部スタイルシート(tbp.css) */
/* (c) 2004 Yoshihiko Kida */
/* http://www.twin.ne.jp/~fairfox/ */

/*全体の文字サイズはこの項目で決定*/
BODY {
	font-size: 100%;
	color: #4b1305;
	background: #f8f8ef;
	scrollbar-face-color: #e7e7c9;       /* 表面の色 */
	scrollbar-3dlight-color: #a0a049;    /* 左端と上端の色 */
	scrollbar-darkshadow-color: #a0a049; /* 右端と下端 */
	scrollbar-highlight-color: #e7e7c9;  /* ハイライトの色 */
	scrollbar-shadow-color: #e7e7c9;     /* 影の色 */
	scrollbar-arrow-color: #a0a049;      /* 矢印の色 */
	scrollbar-track-color: #e7e7c9;      /* バーの背景の色 */
	background-image : url(im/wall_03.gif);
	background-repeat : repeat-y;background-position : left center;
	margin : 0px 0px 0px 0px;
}

TH,TD {
	font-size: 100%;
	color: #4b1305;
	background: #f8f8ef;
	scrollbar-face-color: #d7d7a6;       /* 表面の色 */
	scrollbar-3dlight-color: #a0a049;    /* 左端と上端の色 */
	scrollbar-darkshadow-color: #a0a049; /* 右端と下端 */
	scrollbar-highlight-color: #f8f8ef;  /* ハイライトの色 */
	scrollbar-shadow-color: #f8f8ef;     /* 影の色 */
	scrollbar-arrow-color: #a0a049;      /* 矢印の色 */
	scrollbar-track-color: #f8f8ef;      /* バーの背景の色 */
}

.ind{
	margin-left: 30px;
}

.text {
	font-size: 90%;
	margin-left: 30px;
}

A:link {
	color: #881100;
	text-decoration:none;
}

A:visited {
	color: #787836;
	text-decoration:none;
}

A:hover {
	color: #cc0000;
	background-color: #ffffcc;
	text-decoration:none;
}

A:active {
	color: #ff9900;
	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: #a0a049;
}

/*タイトル*/
div.title {
	font-size: 90%;
	font-weight: bold;
	color: #f8f8ef;
	background: #a0a049;
	padding: 4px 0px 4px 0px;
	border: none;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: auto;
	text-align: left;
	width: 610;
}

.subtitle {
	font-size: 70%;
	font-weight: normal;
}

/*紹介文*/
.fstmsg {
	color: #4b1305;
	text-indent: 1em;
	margin: 0px 8px 0px 30px;
}

/*検索フォーム部--------------------------*/
/*非フレーム表示時の検索部の幅*/
/*（フレームの幅はindex.htmlで設定します）*/
.nfsearch {
	width: 190px;
	padding-left: 8px;
	padding-bottom: 1em;
	float: right;
}

/*検索部見出lv1*/
H1.s_head {
	font-size: 120%;
	font-weight: bold;
	color: #f8f8ef;
	background: #a0a049;
	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: #f8f8ef;
	background: #bbbb68;
	padding: 1px 0px 1px 0px;
	border: none;
	margin: 0px auto 0px auto;
	text-align: center;
}

/*検索部背景色*/
.s_bg {
	background: #d7d7a6;
	padding-top: 8px;
	padding-bottom: auto;
	border: none;
	margin-top: 0px;
}

/*項目グループ上下の隙間*/
.s_space {
	background: #d7d7a6;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*「登録数」の表示*/
.total_cnt {
	background: #d7d7a6;
	margin-bottom: 4px;
	text-align: center;
}

/*検索ボタンの位置*/
.s_btn {
	background: #d7d7a6;
	padding-top: 3px;
	padding-bottom: 6px;
	text-align: center;
}

/*検索ボタンの幅(N4無効)*/
/*.s_btnw {
/*	width: 80%;
/*}

/*「通常に戻す」の表示*/
.reset {
	background: #d7d7a6;
	margin-top: 4px;
	margin-right: 12px;
	text-align: right;
}

/*AND-ORの表示*/
.orand {
	background: #d7d7a6;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

/*検索語入力フォームの位置*/
.words {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

/*検索語入力フォームの幅(N4無効)*/
.word_w {
	width: 90%;
}

/*検索部のチェック項目の横位置*/
.cboffset {
	background: #d7d7a6;
	padding-right: 1.5em;
	text-align: right;
}

/*分野リストのTABLEの背景色*/
TH,TD.grbg {
	background: #d7d7a6;
}

/*分野一覧の分類*/
.ctgry {
	font-size: 100%;
	font-weight: bold;
	color: #f8f8ef;
	background: #a0a049;
	padding: 1px 0px 1px 6px;
	border: none;
	margin: 0px auto 0px 12px;
	text-align: left;
}

/*分野一覧の分野*/
.gr {
	background: #d7d7a6;
	margin-left: 12px;
}

/*「HOME・申し込みページ・管理ページ」の配置*/
.home {
	margin-right: 12px;
	text-align: right;
}

/*申し込みページへのリンクの強調*/
EM.regist_link {
	font-size: 120%;
}

/*「CSSFile」の表示*/
.css_file {
	background: #d7d7a6;
	padding: 3px 6px 3px 6px;
	border: none;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*結果表示部------------------------------*/
/*結果部見出lv1*/
div.result {
	font-size: 80%;
	text-decoration:underline;
	color: #4b1305;
	padding: 0px 3px 0px 3px;
	border: none;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: auto;
	text-align: left;
	width: 600px;
}

div.gentei {
	font-size: 70%;
	color: #4b1305;
	padding: 5px 3px 0px 3px;
	border: none;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: auto;
	text-align: right;
	width: 600px;
}

H1.result {
	font-size: 90%;
	text-decoration:underline;
	color: #4b1305;
	padding: 0px 3px 0px 3px;
	border: none;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: auto;
	text-align: left;
}

/*結果部見出lv2*/
H2.pglink {
	font-size: 80%;
	width: 600px;
	margin: 0px 8px 0px 30px;
}

/*表示番号（No.xx 〜 No.xx）の色*/
.col_anm {
	color: red;
}

/*現在ページ番号*/
EM.current_page {
	color: #4b1305;
}

/*指定されているオプションの表示*/
.mode {
	color: #996666;
	font-size: 90%;
	font-weight: normal;
}

/*サイト情報表示のマージン*/
.listmgn {
	margin-top: 1em;
	margin-left: 30px;
	margin-right: 8px;
}

/*ノーヒットの表示*/
.nothing {
	text-indent: 1em;
}

/*著作権表示*/
.copyright {
	font-size: 10pt;
	font-weight: bold;
	color: #4b1305;
	text-align: left;
	margin-left: 30px;
	margin-bottom: none;
	clear: none;
}

/*サイトの表示データ----------------------*/
/*特にIE、Netscape4のための中央寄せなどの位置指定*/
.result_position {
	text-align: center;
}

/*サイトデータの表示間隔【次項と切替選択】*/
.data_space {
	padding-bottom: 1.5em;
}

/*サイトデータ一件分の枠や背景や表示幅【前項と切替選択】*/
/*←】.data_space {
	background: #CCFFCC;
	padding: 0.5em 6px 0.5em 6px;
	border: 2px solid #663399;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: auto;
}【→*/

/*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: #4b1305;
	font-weight: bold;
}

/*アクセス数*/
.access {
	display: none;
}

/*URL*/
.i_url {
	color: #bbbb68;
	font-size: 100%;
}

/*日付*/
.i_day {
	color: #bbbb68;
	font-size: 80%;

}

/*分野*/
.i_gnr {
	font-size: 70%;
	color: #a26624;
	text-align: left;
	background: none;
	width: 500px;
}

/*分野名を括る括弧(ブラケット)*/
.gnr_brkt {
	color: #cc0000;
}

/*ID番号*/
.i_pid {
	color: #FF6600;
	text-align: left;
	background: none;
}

/*キーワード*/
.i_key {
	color: #9933CC;
	text-align: left;
	background: none;
}

/*[ID}と[Key]の部分*/
.keyid {
	font-weight: bold;
}

/*コメント*/
.i_com {
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #d7d7a6 #a0a049 #a0a049 #d7d7a6;
	background: #ffffff;
	width: 500;
}

.i_com2 {
	font-size: 80%;
	margin: 5px 5px 5px 5px;
}

/*スタイル無効の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;
}
