/* 国際子ども図書館 一次画像検索画面用 共通スタイル設定シート */
body{
}
/* テーブル: デフォルト */
/* テーブル 行 : 強め */
tr.contrast_h{
/*       font-size: 10pt; */
         font-style: normal;
         background-color: #7060FF;
         color: #FFFFFF;
         margin: 0pt;
}

/* テーブル 列 : 強め */
td.contrast_h{
         font-size: 10pt;
         font-style: normal;
         background-color:#7060FF;
         color: #FFFFFF; 
         margin: 0pt;
}

/* テーブル 列 : 暗め */
td.contrast_d{
         font-size: 10pt; 
         font-style: normal;
         background-color:#2417AA;
         color: #FFFFFF; 
         margin: 0pt;
}

/* テーブル 列 : 弱め */
td.contrast_p{
         font-style: normal;
         background-color: #C0C0FF;
         margin: 0pt;
}

/* テーブル 列 : 弱め-リスト表示ボタン部分専用 */
td.contrast_plb{
         font-style: normal;
         background-color: #C0C0FF;
         margin: 0pt;
}

/* テーブルヘッダ：弱め */
th.contrast_p{
         font-style: normal;
         background-color: #C0C0FF;  
         margin: 0pt;
}

/* テーブル  : 目次リンク */
td.mk_link{
       background-color: #E0E0FF;
       font-style:normal;
}

/* テーブル  : 目次訪問中 */
td.mk_visiting{
       background-color: #7060FF;  
       font-style:bold;
}

/* 項目サイズ+1 : 通常色 */
font.size_p1{
	font-size: 10pt;
	color:#333333;
}

/* 項目サイズ+1 : 反転色 */
font.size_p1_n{
	font-size: 10pt;
	color:#F0F0F0;
}

/* 項目サイズ-1 : 通常色 */
font.size_m1{
	font-size: 8pt;
	color:#333333; 
}

/* 項目サイズ-1 : 反転色 */
font.size_m1_n{
	font-size: 8pt;
	color:#F0F0F0;
}

/* エラーヘッダ */
H2.ErrorHeader{
	font-size: 20pt;
	color:#403090;
}

/* 項目ボックス記号 */
font.boxcolor{
	color:#F0E0C0;
	font-size: 10pt;
}

/* 50音ア−ワ先頭文字 */
font.50on_aw{
	font-size:18pt;
}

/* 50音その他先頭文字 */
font.50on_other{
	font-size: 12pt;
}

/* 50音"行"文字 */
font.50on_gyo{
	font-size: 10pt;
}

/* その他標準サイズ指定 */
.sizedef{
 font-size: 10pt;
}

.listsizedef{
}

/* 表示リンク */
A:link { 
color:#3333FF; 
}
         
/* 訪問済リンク*/
A:visited { 
   color: #303083;
}

/* 訪問リンク */
A:active { 
	color:#ff0000;
}
/* 訪問中リンク */
A:hover { color:#ff0000;
          text-decoration:underline;
}
