
/* これは、ユーザーがカスタマイズ可能なスタイルシートです。 */

/* ニュース ---------------------------------------------*/

body.news { font-size: 90%; line-height: 1.3; }
.news div.article { margin: 5px; padding: 15px; border: 1px silver solid; }
.news div.title { margin-bottom: 15px; }
.news div.date { font-size: 90%; color: orangered; font-weight; bold;}
.news image { margin: 5px; }
.news div.contents { }
.news input.button { border: 1px solid maroon; background-color: khaki; }
.news .pageinfo table { font-size: 100%; }
.news .pageinfo td { border: none; }
.news .pageinfo a { text-decoration: none; border: none; padding: 2px; background-color: blue; color: white;  }

/* ニュース一覧 */
.newslist table { border-collapse: collapse; font-size: 100%; }
.newslist td.date { border: none; padding: 2px; font-weight: bold; font-family: "ＭＳ ゴシック",sans-serif; }
.newslist td.title { border: none; padding: 2px; }
.newslist th { border: 1px solid #666666; padding: 2px;  background-color: darkcyan; color: white;}
.newslist a { text-decoration: none; border-bottom: 2px solid white; }


/* 会報誌 ---------------------------------------------*/

body.bulletin { font-size: 90%; line-height: 1.3; }
.bulletin div.article { margin: 5px; padding: 15px; border: 1px silver solid; }
.bulletin div.title { margin-bottom: 15px; }
.bulletin image { margin: 5px; }
.bulletin div.contents { }
.bulletin .pageinfo table { font-size: 100%; }
.bulletin .pageinfo td { border: none; }
.bulletin .pageinfo a { text-decoration: none; border: none; padding: 2px; background-color: blue; color: white;  }

/* 会報誌一覧 */
.bulletinlist a { text-decoration: none; border-bottom: 1px dotted gray; }
.bulletinlist div.titlelist { margin-bottom: 2px; }


/* リンク ---------------------------------------------*/

body.links { font-size: 90%; line-height: 1.3; }
.links div.category { margin: 15px 10px 5px 5px; font-size: 120%; font-weight: bold; border-bottom: 3px double orange;}
.links div.link { margin: 5px 0px 5px 15px;}
.links a { text-decoration: none; border-bottom: 1px dotted blue; }
.links .link div.remarks { margin: 5px 0px 5px 30px; }



