@charset "utf-8";
/* CSS Document */

/* トップページ NEWS&TOPICS 表示用 */

html,body {
scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #336600;
scrollbar-highlight-color: #336600;
scrollbar-shadow-color: #336600;
scrollbar-3dlight-color: #336600;
scrollbar-darkshadow-color: #336600;
scrollbar-track-color: #99cc99;
}

table{
	width:550;
	border-collapse:collapse;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

td {
  	border-collapse:collapse;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding:9px 0px;
}

td.no-border{
	border-bottom: none !important;
}

.date1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:68px;
	padding-top:11px;
	vertical-align:top
}
.cat1 {/*-- お知らせ --*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #CC1458/*#F30*/;
	width:68px;
	padding-top:11px;
	white-space: nowrap;
	vertical-align:top
}
.cat2 {/*-- 行事 --*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #3DA600/*#690*/;
	width:68px;
	padding-top:11px;
	white-space: nowrap;
	vertical-align:top
}
.cat3 {/*-- TOPICS --*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #A6539B/*#609*/;
	width:68px;
	padding-top:11px;
	white-space: nowrap;
	vertical-align:top
}
a:link {
	color: #003EA3;
	text-decoration: none;
}
a:visited {
	color: #9051A3;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
