/*団体一覧ファイルのためのスタイル*/

H1{font-size:160%;}
H2{font-size:140%;}
H3{color:blue; margin-bottom:0.3em;}

LI{margin-bottom:0.1em; margin-left:-2em; font-size:90%;}

.s{font-size:x-small;}


/*団体名一覧*/
.namae{font-size:x-small; line-height:1.3em;}

/*索引の平仮名*/
.b{font-size:120%; font-weight:bold;}

/*警察署一覧へのリンク*/
.sho{text-align:right; margin-top:1em; margin-bottom:1em;}

/*団体ごとの表示枠　オレンジ実線*/
.dantai{
        padding : 2px;
　　　　border-width : 1px;
　　　　border-style : solid ;
　　　　border-color : orange;
　　　　width : 100%;
        margin-bottom:1.5em;
        margin-left:2em;
}

/*団体の読み仮名*/
.yomi{color:black; font-size:80%}

/*連絡先の項目　リストマーク付き*/
.renraku{
         list-style-type:none;
         margin-left:-1em;
         margin-top:0.5em;
         margin-bottom:0.5em;
         image:url(img/image1.gif);
}

