<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* これは、ユーザーがカスタマイズ可能なスタイルシートです。 */
body {  margin: 0px; font-family: "ＭＳ ゴシック",sans-serif;
}
/* ニュース ---------------------------------------------*/

body.news { 
	font-size: 90%; 
	line-height: 1.3; 
	position:relative;
	background-color:#E6E6E6;
}
body.news2 {
	background: url(header.png) top left no-repeat #ffffff ;
	padding-top:70px;
}
.news div.article  { margin: 15px; margin-bottom:15px; padding: 15px; border: none; background-color:#E6E6E6; }
.news div.title {
	border-left: solid 8px #888888;
	padding-left: 5px;
	margin-bottom: 15px;
	font-weight:bold;
	line-height: 150%;
}
.news2 .button {
	position:absolute;
	top:0;
	right:0;
	background: url(btn_close.png) top right no-repeat;
	width:67px;
	height:67px;
	border:none;
	cursor:pointer;
}
.copyright {
	margin:10px 0 10px 0;
	text-align:right;
	font-size:12px;
	color:#CCCCCC
}
.news div.date  { color: #888888; font-size: 75%; margin-bottom: 5px; }
.news image { margin: 5px; }
.news div.contents { }
.news input.button { color: white;  border: none; background-color: #666666; margin-left: 20px;}
.news .pageinfo table  { color: #C0C1EF; font-size: 80% }
.news .pageinfo td { border: none; }
.news .pageinfo a { text-decoration: none; border: none; padding: 2px; background-color: blue; color: white;  }

body.news .header {
}
body.news {
}

/* ニュース一覧 */
.newslist table {  font-size: 90%; background-color:#E6E6E6; }
.newslist td.date { border: none; padding: 2px; color: #000079;}
.newslist td.title {
	padding: 2px;
	line-height: 150%;
}
.newslist th { padding: 2px; }
.newslist a { text-decoration:none; color: #000079 }
.newslist a:hover{ text-decoration:underline; }


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

body.bulletin { font-size: 90%; line-height: 1.3; }
.bulletin div.article  { margin: 5px; padding: 15px; border: none }
.bulletin div.title {
	border-left: solid 8px #888888;
	padding-left: 5px;
	margin-bottom: 15px;
	font-weight:bold;
	line-height: 150%;
}
.bulletin image { margin: 5px; }
.bulletin div.contents { }
.bulletin .pageinfo table  { color: #C0C1EF; font-size: 80% }
.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 solid blue; }
.bulletinlist div.titlelist { margin-bottom: 2px; }


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

body.links { font-size: 90%; line-height: 1.3; }
.links div.category       { margin: 0px }
.links div.link    { font-size: 90%; margin: 5px 0px 5px 0px }
.links a { text-decoration: none; border-bottom: 1px dotted blue; }
.links .link div.remarks   { margin: 5px 0px 5px 0px }



</pre></body></html>