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

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

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; }

/* ニュース一覧 */
#news2 div.article { margin: 0px; padding: 0px; border: none; }
#news2 #wrapper {
	background-image: url(newsimg/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#news2 #header {
	background-image: url(newsimg/header.gif);
	background-repeat: no-repeat;
	height: 65px;
	width: 600px;
}
#news2 #footer {
	background-image: url(newsimg/footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 600px;
}
#news2 input.button {
	border: none;
	background-color: #ad090b;
	color: #FFFFFF;
	float: right;
	margin-right: 32;
}
#news2 #contents {
	width: 536px;
	padding-right: 32px;
	padding-left: 32px;
}
#news2 .title {
	background-image: url(newsimg/background_title.gif);
	background-repeat: no-repeat;
	width: 525px;
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	background-position: center bottom;
}
#news2 div.date { font-size: 90%; color: #666666; font-weight; normal; float:right;}

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

body.bulletin { font-size: 90%; line-height: 1.3; }
.bulletin div.article { margin: 5px; padding: 15px; border: 1px blue 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 green;}
.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; }



