/* テーブル関係 */
TABLE {
	/* テーブルのレイアウト方法 */
}
BODY {
	background-color:#ADFF2F;
	font-family: 'ＭＳ ゴシック';
	color:darkgreen;
}
H1, H2, H3{
	color:navy;
}
TH{
	background-color:#1E90FF;
	font-weight: bold;
}
A{
	font-weight: bold;
}
HR{
	height:2px;
	border-style:groove;
}

/* ソフトメニュー(左部に表示されるメニュー) */
	/* 全体 */
	.SoftBase {
		width:100%;
	}
	/* 左側 */
	.SoftBaseLeft {
		background-color:#6495ED;
		width:200;
		vertical-align:top;
	}
	/* メニュー全体 */
	.SoftMenuBase {
		height:300;
		width:100%;
	}
	/* 共通 */
	.SoftMenuCommon {
		height:30;
		width:180;
		border-style: groove;
		border-width: 2px;
		border-top-color: white;
		border-left-color: white;
		border-bottom-color: black;
		border-right-color: black;
		cursor: pointer;
	}
	/* 共通(フォント) */
	.SoftMenuCommonFont {
		font-size: 14pt;
		font-weight: bold;
		filter: Glow(color=#0000FF,strength=1);
	}
	/* 通常時 */
	.SoftMenuNormal {
		background-color: #E0FFFF;
		color:#000080;
	}
/* ダウンロードボタン */
	/* 共通 */
	.SoftDownload {
		width:auto;
	}
/* 更新情報 */
	/* 共通 */
	.SoftUpdate {
		font-size: 14pt;
		font-weight: bold;
		color:#FFFFFF;
	}


/* リンク集 */
	/* 表 */
	.LinksTable {
		table-layout:fixed;
	}
	/* カテゴリタイトル */
	.CategoryTitle {
		width:100%;
		text-align:left;
		padding: 5px;
		border-style: double;
		border-width: 4px;
		border-color: gray;
		color:#FFFF00;
	}
	/* タイトル */
	.LinksTitle {
		width:100%;
		text-align:left;
		padding: 2px;
		border-style: solid;
		border-width: 1px;
		border-color: gray;
		color:#FFFF00;
	}
	/* セル共通 */
	.LinkCellCommon {
		font-size:11pt;
		padding: 5px;
		border-top-style: none;
		border-left-style: none;
		border-bottom-style: dotted;
		border-right-style: dotted;
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-bottom-color: green;
		border-right-color: green;
		color:#0000FF;
	}
	/*Link カラー */
	.LinkKatgri
	{
		table-layout:fixed;
		width:140px;
	}
	.LinkCol
	{
		font-size: 10pt;
		background-color: #00FF00;
		width:120px;
	}
	/*New カラー */
	.NewCor
	{
		font-weight:bold;
		color:#CC0099;
	}
/* ソフトボディ(右部に表示される内容) */
	/* 見出しフォント */
	.SoftBodyMidasiFont {
		color:#FFFFFF;
		font-size: 12pt;
		font-weight: bold;
	}
	/* テーブル */
	.SoftBodyTable {
		padding: 3px;
	}
.sft_TableTitle {
	font-size   : 14pt;
	font-weight : bold;
	color:#FFFF00;
}
