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


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

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 44px;
	margin-left: 0px;
}
/* ニュース ---------------------------------------------*/

body.news { font-size: 90%; line-height: 1.3; }
.news div.article  { margin: 5px; padding: 15px; border: none }
.news div.title {
	padding-left: 10px;
	margin-bottom: 15px;
	font-weight:bold;
	line-height: 150%;
	color: #006600;
	border: 1px solid #006600;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.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: #006600;
	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;  }

/* ニュース一覧 */
.newslist table {  font-size: 90%; }
.newslist td.date {
	border: none;
	padding: 5px;
	color: #888888;
	vertical-align: top;
}
.newslist td.title {
	padding: 2px;
	line-height: 150%;
}
.newslist th { padding: 5px; }
.newslist a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}


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

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;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #006600;
	font-weight: bold;
	color: #006600;
}
.links div.link    {
	font-size: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.links a { text-decoration: none; border-bottom: 1px dotted blue; }
.links .link div.remarks   {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}