/* CGIリンク集管理システム T-BookmarkPlus Final改 */
/* 管理・登録申請部スタイルシート(tbp_sub.css) */
/* (c) 2004 Yoshihiko Kida */
/* http://www.twin.ne.jp/~fairfox/ */

BODY {
	font-size: 100%;
	color: black;
	background: white;
}

DIV {
	font-size: 100%;
}

TH {
	font-size: 100%;
	font-weight: normal;
	color: white;
	text-align: center;
}

TD {
	font-size: 100%;
	color: black;
	background: #F0F0F7;
}

EM {
	font-style: normal;
	font-weight: bold;
}

STRONG {
	font-style: normal;
	font-weight: bold;
}

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;
}

LEGEND {
	display: none;
}

/*罫線の色(IEのみ)*/
HR {
	color: #5A00B5;
}

/*共用項目--------------------------------*/
/*◆作業タイトル◆部*/
H1,H2.toptitle {
	font-size: 120%;
	color: white;
	background: #6600CC;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	border: none;
	margin: none;
	text-align: center;
}

/*■新規登録■など処理種別の見出*/
H3.chose {
	font-size: 120%;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

/*TABLEの直上に配置される見出(▼付き)*/
H2,H3.ontbl {
	font-size: 100%;
	color: #6600CC;
	font-weight: normal;
	margin-bottom: 0px;
	text-align: center;
}

/*TABLEの配置*/
.tbl {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*必須記入項目並びに「分類」を示す背景色*/
.bgspl {
	background: #99CCCC;
}

/*任意記入項目並びに「分野」、一般的なTHの背景色として使用*/
.bgnml {
	background: #CCCCFF;
}

/*警告見出(警告画面に切り替わった時に出る見出)*/
H1.warn {
	font-size: 300%;
	font-weight: bold;
	color: red;
	background: white;
	text-align: left;
	text-indent: 1em;
}

/*警告文字(黒地に黄文字が初期状態になってます)*/
.caution {
	color: yellow;
	background: black;
}

/*管理メニュー画面------------------------*/
/*管理ページのメインタイトル*/
H1.admin_title {
	font-size: 100%;
	color: #CC66CC;
	background: white;
	font-weight: bold;
	text-align: center;
}

/*処理状況メッセージ*/
.admin_mes {
	text-indent: 1em;
}

/*管理作業メニュー全体の括り*/
.admin_menu {
	width: 25em;
	background: #CCCCFF;
	border: none;
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
}

/*管理作業パスワード部*/
.pass {
	background: #9999FF;
	padding: 3px 0px 3px 1em;
	border: none;
	margin: none;
	text-align: left;
}

/*管理作業セレクタ*/
.topmenu {
	background: #CCCCFF;
	padding: 3px 3px 3px 3px;
	border: none;
	margin: none;
	text-align: left;
}

/*「登録待ち」の文字*/
.waiting {
	font-size: 100%;
	color: black;
	font-weight: bold;
}

/*登録待ちの件数*/
.waitnum {
	font-size: 200%;
	color: white;
}

/*登録待ち一覧画面------------------------*/
/*申請されているページに対する...*/
.waitsub {
	text-align: center;
	margin-top: 0.5em;
}

/*申請サイト許可却下実行ボタン部*/
.excnew {
	background: #FFCC33;
	padding: 6px 12px 6px 12px;
	border: none;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}

/*登録待ちサイト処理画面の説明文*/
.waitcom {
	margin-left: 5%;
}

/*登録待ちサイトの新規登録など申請種別の見出*/
H3.req_type {
	font-size: 100%;
	font-weight: bold;
	text-indent: 1em;
}

/*申請種別見出「新規登録」の色*/
.req_new {
	color: fuchsia;
}

/*申請種別見出「修正」の色*/
.req_fix {
	color: #009933;
}

/*申請種別見出「削除」の色*/
.req_del {
	color: black;
}

/*サイトデータ簡易表示時の「申請受理日」文字(申込み画面と共用)*/
.tmchange {
	font-size: 100%;
	color: navy;
	font-weight: bold;
}

/*サイトデータ簡易表示時のサイト名(タイトル)(申込み画面と共用)*/
.tinyttl {
	font-size: 100%;
	color: black;
	font-weight: bold;
}

/*サイトデータ簡易表示時の選択分野名(申込み画面と共用)*/
.tinygnr {
	color: #FF6600;
}

/*登録待ちサイト受け付け処理選択項目*/
FIELDSET.wait_slct {
	color: black;
	font-weight: normal;
	text-indent: 10%;
	padding-top: 3px;
	padding-bottom: 3px;
	border: none;
}

/*登録待ちサイト受け付け処理選択項目の表題（Netscape4のみ。他はLEGENDをレンダリングしない）*/
.n4slct {
	color: white;
}

/*登録待ちサイト受け付け処理選択項目「却下」の色*/
STRONG.no_regist {
	color: red;
}

/*登録前修正では削除オプションは...*/
.fwarning {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*管理者用登録フォーム画面----------------*/
/*「IDNo.Search」(申込み画面と併用)*/
.idsach {
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

/*登録データ呼出等の操作部(分野リスト、アクセス件数画面と共用)*/
.datread {
	background: #CCFFCC;
	padding: 6px 12px 6px 12px;
	border: none;
	text-align: center;
}

/*”フォームクリア”ボタンの配置*/
.formclear {
	text-align: center;
	margin-top: 6px;
}

/*サイト情報記入欄分類見出(申込み画面と共用)*/
H4.ctgry_hd {
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0.5em 0px 0px 0px;
}

/*サイト情報記入欄分類説明文(申込み画面と共用)*/
.ctgry_comm {
	color: teal;
	font-weight: normal;
	font-style: normal;
}

/*サイト情報記入欄分野説明文(申込み画面と共用)*/
.genre_comm {
	color: teal;
}

/*管理者用登録フォームの実行部*/
.excfix {
	background: #FFCC33;
	padding: 6px 12px 6px 12px;
	border: none;
	margin-top: 1em;
	margin-bottom: 3px;
	text-align: center;
}

/*分野リスト編集画面----------------------*/
/*「分野一覧」の分類名*/
.sgname {
	text-align: center;
}

/*「分野一覧」の分類名の説明*/
.sgcom {
	text-indent: 1em;
}

/*分野リスト編集の実行部*/
/*▼ここから*/
.gredit {
	background: #FFCC33;height: 1.5em;width: 20em;padding: 3px 0px 3px 0px;border: none;margin: 1em auto 0px auto;
}
.excgenre {
	margin-left: 10px;margin-right: 10px;
}
/*「この分野を...」*/
.grdel {
	width: 9em;float: left;
}
/*作業実行ボタン*/
.excbtn {
	width: 8em;float: right;
}
/*▲ここまで*/

/*アクセス件数画面------------------------*/
/*アクセス件数の実行部*/
.excrank {
	background: #FFCC33;
	padding: 6px 12px 6px 12px;
	border: none;
	text-align: center;
}

/*一般用登録申込み画面--------------------*/
/*「登録に関する注意事項」*/
H2.guidehd {
	color: red;
	text-indent: 3em;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
} 

/*申込みの説明*/
.guidemsg {
	text-indent: 1em;
}

/*申込みの説明補助*/
.guidesub {
	color: #0000CC;
}

/*申請ページの作業選択、データ呼出部*/
/*▼ここから*/
.celect {
	background: #CCCCFF;width: 30em;border: none;margin: 0px auto 0px auto;
}
/*「作業を選択してください」*/
H2.please {
	font-size: 100%;font-weight: normal;color: black;background: #CCCCFF;width: 12em;padding-top: 4px;padding-bottom: 2px;margin: 0px 0px 0px 0px;float: left;
}
/*作業を選択してくださいの「修正」と「削除」*/
.fixdel {
	background: #CCFFCC;width: 5em;padding: 3px 3px 3px 0px;border: none;float: right;
}
/*作業を選択してくださいの「新規」*/
.newreq {
	background: white;width: 5em;padding: 3px 3px 3px 0px;border: none;float: right;
}
/*データ呼出操作部*/
.datcall {
	background: #CCFFCC;width: 30em;padding-top: 6px;padding-bottom: 6px;border: none;margin: 0px auto 1em auto;
}
/*▲ここまで*/

/*記入完了操作部*/
/*▼ここから*/
.w_end {
	background: #FFCC33;height: 1.5em;border: none;padding-top: 0.2em;margin: 1em auto 0px auto;width: 30em;
}
/*「入力を終えたら...」*/
H2.w_endhd {
	font-size: 100%;font-weight: normal;color: black;border: none;margin: 0px 0px 0px 0px;width: 16em;float: left;
}
/*「確認画面へ」と「リセット」ボタンの配置*/
.presubmit {
	width: 13em;border: none;float: right;
}
/*▲ここまで*/

/*内容確認画面のサイト情報表示*/
.datcheck {
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/*最終送信ボタンの配置*/
.finsubmit {
	background: #FFCC33;
	padding: 6px 12px 6px 12px;
	border: none;
	text-align: center;
}

/*最終送信ボタン自体の幅(N4無効)*/
.fbtnw {
	width: 8em;
}

/*送信実行時の見出「内容確認」→「申込み完了」*/
H2.exechd {
	font-size: 140%;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	text-indent: 1em;
	text-align: left;
}

/*送信実行時のメッセージ*/
.lastmsg {
	text-indent: 1em;
}

/*最終送信後の見出「申込み完了」の文字色*/
.finreq {
	color: gray;
}

/*そこから検索ページへ戻るリンク*/
.finret {
	text-align: center;
}

/*スタイル無効のUAでのみ表示される要素（いじらないで）*/
.no_sfua {
	display: none;
}

