/*///////////////////////////////////*/
/* 情報館WebOPAC ヘルプスタイルシート*/
/*///////////////////////////////////*/
a.link       { color: #0000FF; text-decoration: underline }/* キャッシュされているリンク*/
a.visited    { color: purple; text-decoration: underline }/* キャッシュ済みのリンク*/
a.active     { color: red; text-decoration: underline }/* 選択されているリンク*/

/* 1行目のHELPの文字列*/
h1.タイトル { display: block; text-align: left; font-size: medium; color: #666633;text-indent: 0; margin-left: 10px; 
               margin-right: 0; margin-top: 0; margin-bottom: 0 }

/* ページタイトル*/
h1.章タイトル { display: block; text-align: left; font-size: medium; color: #000000;margin-top: 0; margin-bottom: 12px }

/* 各項の見出し*/
h2.見出し1 { display: block; text-align: left; font-size: medium; color: #999900; 
               text-indent: 0; margin-left: 0; margin-right: 0; margin-top: 0; 
               margin-bottom: 9px }
/* 項内の見出し*/
h3.見出し2 { display: block; text-align: left; font-size: small; color: #000000; 
               text-indent: 0; margin-left: 0; margin-right: 0; margin-top: 
               8px; margin-bottom: 8px }
/* 質問集のQ部分（背景色つき）*/
h3.見出し3 { display: block; text-align: left; font-size: small; color: #000000; 
               background-color: #C0C0C0; text-indent: 0; margin: 0 }
/* 本文*/
p.本文     { display: block; text-align: left; font-size: small; margin-top: 3px; 
               margin-bottom: 3px }
/* 手順番号（太字）*/
p.番号リスト { display: block; font-size: small; color: #000000; font-weight: bold }

/* 本文インデント*/
p.インデント { display: block; text-align: left; text-indent: 0; font-size: small; 
               margin-left: 18px; margin-right: 0; margin-top: 3px; 
               margin-bottom: 3px }

/* 本文インデント2*/
p.インデント2 { display: block; text-align: left; text-indent: 0; font-size: small; 
               margin-left: 32px; margin-right: 0; margin-top: 3px; 
               margin-bottom: 3px }

/* ビュレット*/
li.ビュレットリスト { display: block; text-align: left; font-size: small; color: #000000; 
               text-decoration: none; vertical-align: baseline; 
               text-transform: none; list-style-type: disc; margin-top: 3px; 
               margin-bottom: 3px }
/* ページ下「先頭へ」*/
p.フッタ  { display: block; text-align: left; font-size: small ; color: #000000}

/* 斜体文字*/
em.斜体    { color: #000000; text-decoration: none; vertical-align: baseline; 
               text-transform: none; font-style: italic }
/* 入力枠つき（枠内は斜体）*/
em.入力    { color: #000000; text-decoration: none; text-transform: none; line-height: 100%; 
               border-style: inset; padding-left: 0; padding-right: 2px; 
               padding-top: 0; padding-bottom: 0 }

/* 太字*/
strong.太字 { color: #000000; text-decoration: none; vertical-align: baseline; 
               text-transform: none; font-weight: bold }

/* ｐが無指定だったとき*/
p            { font-size: small; text-align: left; margin-top: 3px; margin-bottom: 3px }
