/*
* file Name: st.css
* file Disc: 主にhome.htm用のスタイルシート
* ファイル最終更新日: 03/07/2005
*/

/* アンカー文字 */
A:link {COLOR: #003569;}
A:visited {COLOR: #003569;}
A:active {COLOR: #cc0000;}
A:hover {COLOR: #cc0000;}


/************* 可動部分 *************/

/* タイトル（日本語=tn 検索=tk） */
.tn{color: #003569; font-size: 1.2em;font-weight: bold;}
.tk{color: #ff771c; font-size: 1.2em;font-weight: bold;}

.menu {
font-size: 0.9em;
text-align: right;
}

.kwd {
text-align: center; 
white-space: nowrap;

}
.ad1 {
text-align: center; 
white-space: nowrap;

}

.inst {
text-align: center; 
white-space: nowrap;
COLOR: #cc0000;
font-size: 0.8em;
}





/* ボタン */
.bt { font-size: 0.9em; padding: 0px; margin: 0px; HEIGHT: 20px}

/* サイト文字列 */
.ec { text-align: right; font-size: 0.9em; white-space: nowrap; margin: 1px;}

/* 小カテゴリー */
.sc { font-size: x-small; color: #ff771c; text-align: center; white-space: nowrap;}

/* テーブル内容 */
.tb {}


/* 大カテゴリータイトル */
.ct{
text-align: center;font-size: 1em; color: #003569;
border-top: 1px solid #666666; 
border-bottom: 1px solid #666666; 
padding: 2px; 
background-color: #f6f6f6; 
}

/* 大カテゴリー内容 */
.lc{
	text-align: right;
	padding: 3px 6px;
}



/* サイトフッタータイトル */
.ft {


	background-color: #eeeeee;
	color: #3e5082;
	text-align: center;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;

}

/* iframe */
.if { width: 1px; height: 1px; border-style: none; }

