@charset "EUC-JP";

/* CSS Document */

/* 標準リンク */
A:link { color: #2A00AA; font-weight: bold; text-decoration: underline;}
A:visited { color: #2A00AA; font-weight: bold; text-decoration: underline;}
A:active { color: #2A00AA; font-weight: bold; text-decoration: underline;}
A:hover { color: #CC0000; font-weight: bold; text-decoration: underline ;}


/* メニューリンク */
.menutable A:link { color: #0000FF; font-weight: normal ; text-decoration: underline;}
.menutable A:visited { color: #0000FF; font-weight: normal ; text-decoration: underline;}
.menutable A:active { color: #0000FF; font-weight: normal; text-decoration: underline;}
.menutable A:hover { color: #0000FF; font-weight: bold ; text-decoration: none;}

/* メニューの自ページリンク */
.menutable .nowlink A:link { color: #FF0000; font-weight: bold ; text-decoration: none;}
.menutable .nowlink A:visited { color: #FF0000; font-weight: bold ; text-decoration: none;}
.menutable .nowlink A:active { color: #FF0000; font-weight: bold; text-decoration: none;}
.menutable .nowlink A:hover { color: #0000FF; font-weight: bold ; text-decoration: none ;}

/* メニューリンク */
.navigate A:link { color: #2A00AA; font-weight: normal ; text-decoration: none ;}
.navigate A:visited { color: #2A00AA; font-weight: normal ; text-decoration: none ;}
.navigate A:active { color: #2A00AA; font-weight: normal; text-decoration: none ;}
.navigate A:hover { color: #CC0000; font-weight: normal ; text-decoration: none ;}

/* ページフレーム */
.pageframe {
	width: 800px;
	margin: 0;
	padding: 0;
	border: none;
}

/* メニューフレーム */
.menuframe {
	width: 151px;
	vertical-align: top;
}

/* メイン情報フレーム */
.mainframe {
	text-align: left;
	vertical-align: top;
}

/* メニュー欄 */
.menutable {
	font-size: x-small;
	border: none;
	color: #FF0000;
	font-weight: bold;
	margin: 6px 0;
	width: 100%;
	background-color: #FfFfFf;
}

/* メニュー欄セル */
.menutable td {
	text-align: center;
	vertical-align: middle;
	padding: 1px 0px;
	border: none;
}

/* ページ先頭ヘッダー文字 */
.headstring {
	font-size: x-small;
	color: #999999;
}

/* メニューの自ページ */
.nowlink {
}

/* ナビゲート */
.navigate {
	color: #000000;
	font-size: x-small;
	padding: 3px;
}
