/* *********************** *
 $ bbs_style.css/20020901 $
 * *********************** */

/* -------- 文字サイズ(BODY,TABLE) ----------- */
	body,tr,td {
		font-size:10pt;
//		color:#0088ff;
		color:#003366;
	}

/* ------ 掲示板のタイトルの文字サイズと色 ---------- */
/* ------ とりあえずです。ＤＢの方が優先します。 ---- */
	.title_style {
		font-size:18pt;
		color:#008080;
	}

/* -------- 文字サイズ ----------- */
	.size4{font-size:4px;}
	.size6{font-size:6px;}
	.size9{font-size:9px;}
	.size10{font-size:10px;}
	.size11{font-size:11px;}
	.size13{font-size:13px;}
	.size14{font-size:14px;}
	.size15{font-size:15px;}
	.size16{font-size:16px;}
	.size17{font-size:17px;}
	.size18{font-size:18px;}
	.size19{font-size:19px;}
	.size21{font-size:21px;}
	.size23{font-size:23px;}

/* -------- 文字サイズ（エラーメッセージ） ----------- */
	.err_msg {
		font-size:15pt;
		color:#ff0000;
	}

/* -------- 文字サイズ（ガイドメッセージ） ----------- */
	.guide_msg {
		font-size:15pt;
	}

/* -------- リンク -------- */
	a {
		text-decoration:none;
		font-weight:none;
		font-size:9pt;
	}

	a:link {
		color:#0000aa;
	}

	a:visited {
		color:#0000ff;
	}

	a:active {
		color:#f11000;
	}

	a:hover, a:focus {
		background-color:#bafecd;
		color:#0000ff;
/**		font-weight:bold;	**/
/**		font-size:10pt;		**/
	}

/* -------- 継承系 -------- */

	address a {
		font-family:"Georgia", "Times New Roman", "Times", serif;
		font-size:1.1em;
/**		font-weight:bold;	**/
	}

	img a:hover, img a:focus {
		background:none;
	}
