/*　p_list.css ― 復元版　*/
/*　原本は Wayback Machine に未保存のため、現存 CSS の設計言語と
　　人物索引ページの class 使用状況から再構成したもの。　*/

/*　索引行の設定　*/

td#ll{
border-bottom:1px solid #03f;
padding:1px 0px 1px 5px;
}
td#ll a:link,td#ll a:visited{
color:#009;
text-decoration:underline;
}
td#ll a:hover{
color:#00c;
font-weight:bold;
text-decoration:none;
}
td#ll a:active{
color:#009;
font-weight:normal;
text-decoration:underline;
}

/*　索引カラムの設定　*/

span.p0{
display:inline-block;
width:22px;
color:#fff;
font-size:9pt;
text-align:center;
background-color:#66c;
margin-right:12px;
}
span.p1{
display:inline-block;
width:230px;
}
span.p2{
display:inline-block;
width:100px;
color:#666;
font-size:9pt;
}
span.p3{
color:#999;
font-size:9pt;
margin-right:10px;
}

/*　索引ナビの設定　*/

table.list,table.list2{
table-layout:fixed;
background-color:#fff;
}
td.list,td.list2,td.list_f{
color:#369;
font-size:10pt;
text-align:center;
border-width:1px;
border-style:solid;
border-color:#ddd #99c #99c #eee;
background-color:#fff;
}
.list a:link,.list a:visited,
.list2 a:link,.list2 a:visited,
.list_f a:link,.list_f a:visited{
color:#369;
text-decoration:none;
background-color:#fff;
width:100%;
}
.list a:hover,.list2 a:hover,.list_f a:hover{
color:#fff;
font-weight:bold;
text-decoration:none;
background-color:#039;
}
