/*CSS トップページ */

h1    {
      font-size : 180%;
      font-weight : bold;
      white-space : pre;
}
h2    {
      font-size : 150%;
      font-weight : bold;
      color : #FF3300;
      background-image: url("./img/sub-title_mark.jpg"); 
      background-repeat: no-repeat; 
      padding-left: 40px;  
      line-height : 150%;
      margin-bottom : 5px;   
}
h3    {
      font-size  : 120%;
      font-weight: bold;
      background-image: url("./img/link-title_mark.jpg"); 
      background-repeat: no-repeat; 
      padding-left: 25px; 
      margin-bottom : 0; 
}

/* index コンテンツテーブル部分 */
.index-left {
    width : 275px;
    vertical-align : top;
}
.index-center {
    width : 415px;
    vertical-align : top;
}
.index-right {
    width : 215px;
    vertical-align : top;
}

/* index 中央部　*/
.content-list {
    list-style-type : circle;
    margin-top : 5px;
}
.adress {
    white-space: pre;
    line-height : 75%;
    letter-spacing : 0em;
} 

/* index 右側　リンク部分 */
.link-list {
    list-style-image : url("./img/link-list_mark.jpg");
    margin-top : 0;
    margin-left : 20px;
    line-height : 150%;
}    
