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


body{
	font-family: Helvetica Neue, Helvetica, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	margin: 0px;
}
/* ニュース ---------------------------------------------*/

body.news { font-size: 90%; line-height: 1.3;
	background: transparent;
	background-color: transparent; }
.news div.article  { margin: 5px; padding: 15px; border: none }
.news div.title {
	padding-left: 12px;
	margin-bottom: 15px;
	font-weight:bold;
	line-height: 150%;
	color: #0061A1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0061A1;
}
.news div.date  { color: #000000; font-size: 75%; margin-bottom: 5px; }
.news image { margin: 5px; }
.news div.contents { }
.news input.button {
	color: black;
	border: none;
	background-color: #D4F431;
	margin-left: 20px;
}
.news .pageinfo table  { color: #FFFFFF; font-size: 80% }
.news .pageinfo td { border: none; }
.news .pageinfo a {
	text-decoration: none;
	border: none;
	padding: 2px;
	color:#FFFFFF;
}

/* ニュース一覧 */

.newslist {
	width: 600px;
	height: 300px;
 }

.newslist table {
	font-size: 100%;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.newslist td.date {
	border: none;
	padding-bottom: 1px;
	color: #000000;
	vertical-align: top;
}
.newslist td.title {
	padding-bottom: 1px;
}
.newslist th { padding: 5px; }

.newslist a {
	text-decoration: none;
	color: #000000;
}


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

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