/* test 用　スタイルシート */
/* width:6XXpx; を目標に。 */
/* LastModified 2006.12.07 */

/* Body全体の設定 */
BODY {
	font-family : "ＭＳ 明朝",serif;
	color: Silver;
	background-color: Black;
	background-image: url("img_bs/logo.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 600px 15px;
}

/* 見出し */
H1 {
	color: Red;
	font-size: 36px;
	font-weight: bolder;
}
/* 横線 */
HR {
	color: Silver;
}

/* ▼テーブル関連設定集▼ */
/* TABLE全体の設定 */
TABLE {
	border-color: Blue;
	font-family : "ＭＳ 明朝","Fantasy";
	color: Silver;
}

/* カラム全体の設定 */
TD {
	border-color: Blue;
}

/* カラムHEAD全体の設定 */
TH {
	border-color: Blue;
	background-color: DarkSlateBlue;
	color: White;
}

/* キャプション設定 */
CAPTION {
	color: Aqua;
	font-size: 120%;
}

/* 一番外枠のテーブル */
TABLE.outline {
	table-layout: fixed;
	width: 660px;
	frame: void;
}

/* 本文内使用のテーブル */
TABLE.main {
	border-style: ridge;
	border-width: 3px;
}

/* データ部テーブルのスクロールバー設定 */
DIV.scroll{
	width: 640px;
	height: 390px;
	margin-left: 2%;
	line-height: 200%;
	overflow-y: auto;
	scrollbar-3dlight-color: none;
	scrollbar-arrow-color: Red;
	scrollbar-base-color: Gray;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: Navy;
	scrollbar-highlight-color: Silver;
	scrollbar-shadow-color: Blue;
}

/* 表題用カラム */
TD.title {
	text-align: center;
}

/* 階層内移動用カラム */
TD.link {
	height: 40px;
	color: Aqua;
	font-size: 150%;
	font-weight: bolder;
}

/* ▼リンク設定集▼ */
A {
	text-decoration: none;
	color: White;
}

/* カーソルをあてたリンク */
A:hover {
	color: red;
}

/* 動作中リンク */
A:active {
	color: Aqua;
}

/* 既に見たリンク */
A:vlink {
	color: Silver;
}

/* メール用文字列 */
A.mail {
	text-decoration: none;
	font-weight: bold;
	color: Silver;
}

/* 隠しページ用リンク */
A.hidden {
	text-decoration: none;
	color: Black;
}

/*▼ リスト項目の設定集 ▼*/
LI{
	list-style-position : inside;
	color : White;
}

/* 順不同のリストにて"♪"を表示 */
LI.img{
/*	content : "♪";	*/
	list-style-position : outside;
	list-style-image : url("http://www.geocities.jp/server-errors/not_found.html");
}

/*▼ 引用句の設定集 ▼*/
/* と思ってたけど余り対応が… */
/* ブロックタイプ */
blockquote:before{
	display: block;
	content: "以下は引用です。"
}

/* 文中に使用し…たかったけどブラウザが未対応 */
Q {
	quotes: "「" "」" "『" "』";
}
Q:before {
	content: open-quote;
}
Q:after {
	content: close-quote;
}


/*▼ タブ風画像の設定集 ▼*/
/* アクティブタブの左側セル */
TD.index_la {
	background-image: url(img_bs/tab_pln00.png);
	width:20px;
	height:30px;
	background-color: Black;
}

/* アクティブタブの中央セル */
TD.index_ca {
	background-image: url(img_bs/tab_pln01.png);
	height:30px;
	background-color: Black;
}

/* アクティブタブの右側セル */
TD.index_ra {
	background-image: url(img_bs/tab_pln02.png);
	width:15px;
	height:30px;
	background-color: Black;
}
/* タブの左側セル */
TD.index_lp {
	background-image: url(img_bs/tab_pln10.png);
	width:20px;
	height:30px;
	background-color: Black;
}

/* タブの中央セル */
TD.index_cp {
	background-image: url(img_bs/tab_pln11.png);
	height:30px;
	background-color: Black;
}

/* タブの右側セル */
TD.index_rp {
	background-image: url(img_bs/tab_pln12.png);
	width:15px;
	height:30px;
	background-color: Black;
}

/* タブの最後の空き調整用のライン画像セル */
TD.index_line {
	background-image: url(img_bs/tab_line.png);
	width: 30px;
	height: 30px;
	background-color: Black;
}

/* タブのテキストリンクの文字 */
A.index {
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
	color: Silver;
}

/* 現在見ているタブの文字 */
FONT.index {
	font-size: 16px;
	font-weight: bolder;
	color: Aqua;
}

/* タブの文字が大き過ぎる時に調整 */
FONT.index_mini {
	font-size: 14px;
}

/* ▼文字弄り用の設定集▼ */
/* ちょっと小さいフォント */
SMALL {
	font-size: 80%;
}

/* ちょっと大きいフォント */
BIG {
	font-weight: bolder;
	font-size: 150%;
}

/* 強調したいとき */
STRONG {
	font-weight: bolder;
	font-size: 200%;
}

/* 斜体になりがちなので、ちょっと保留。 */
EM {
	font-weight: bolder;
	font-size: 150%;
}

/* 明るいフォント */
FONT.light {
	color: White;
}

/* ハート用 */
FONT.heart {
	color: Pink;
	font-weight: bolder;
	font-family : "ＭＳ ゴシック";
}

/* 蛍光フォント */
FONT.lumen {
	color: Aqua;
}

/* 強いフォント */
FONT.strong {
	color: Red;
}

/* 隠しフォント */
FONT.hide {
	color: Black
}

/* 背景が違うフォント */
FONT.bk_chg {
	background-color: red;
}
