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

a {
	text-decoration:none;
	color:#63A204;
}
a:hover {
	text-decoration:underline;
	color:#7CBE19;
}
table {
	border-spacing:0;
	font-size: 12px;
}
/* ニュース ---------------------------------------------*/

body.news {
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size:12px; !important
	line-height: 1.3;
}
.news div.article {
	margin: 0px;
	padding: 10px;
	border: 1px #C8DFA6 solid;
}
.news div.title {
	margin-bottom: 10px;
}
.news div.date {
	color:#000000;
	font-weight: bold;
	float:right;
}
.news image {
	margin: 5px;
}
.news div.contents {
	display:block;
	clear:both;
	padding-top:15px;
}
.news input.button {
	background-color: #85c725;
	color:#FFFFFF;
	border:none;
}
.news .pageinfo table {
	font-size: 12px;
	color:#999999;
}
.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;
	font-size: 16px;
	line-height: 150%;
}
.newslist td.title {
	border: none;
	padding: 2px;
	font-size: 16px;
	line-height: 150%;
}
.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.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
#news2 #header {
	background-image: url(newsimg/header.jpg);
	background-repeat: no-repeat;
	height: 158px;
	width: 620px;
}
#news2 #footer {
	background-image: url(newsimg/footer.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 620px;
}
#news2 input.button {
	border: none;
	background-color: #85c725;
	color: #FFFFFF;
	margin-left: 32px;
}
#news2 #contents {
	width: 536px;
	padding-right: 32px;
	padding-left: 32px;
}
#news2 .title {
	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;
}
