<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
reset
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, /*sub, sup,*/ tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*reset縺薙％縺ｾ縺ｧ*/



/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
common
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

body {
	height:100%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #333333;
	font-size:87%;
	line-height:160%;
	border-top: 5px solid #8C9664;
}

* html body {
	font-size:87%;
}
/**/
*:first-child+html body {
	font-size:87%;
}

img {
	vertical-align:bottom;
	border:none;
	display:block;
}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.fleft {float:left;	}
.fright {float:right;}
.center00 {margin:0px auto;}
.center20 {margin:20px auto;}
.clear {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.h10 {height:10px;}
.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t20 {padding-top:20px;}
.b10 {padding-bottom:10px;}
.b20 {padding-bottom:20px;}
.b400 {padding-bottom:400px;}
.r10 {padding-right:10px;}
.l10 {padding-left:10px;}
.b {font-weight:bold;}
.underline {text-decoration:underline;}
.through {text-decoration: line-through;}
.mt40 {margin-top:40px;	}

.mb5 {margin-bottom: 5px;}
.mb3em {margin-bottom:.3em;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml20 {margin-left:20px;}
.ssText {font-size:0.8em;縲line-height:135%;}
.sText {font-size:0.9em;縲line-height:150%;}
.lText {font-size:1.1em;}
.llText {font-size:1.2em;}
.XlText {font-size:1.3em;}
.indent1em {
	padding-left:1em;
	text-indent:-1em;
}
.color_red {color:#e50012;}
.color_darkblue {color:#004286;}
.color_green {color:#94d303;}
.color_orange {color:#EC6C00;}
.color_gray {color:#666666;}
.caution {color:#c50018;}
a {
	color:#29a9e0;
	text-decoration: none;
	outline:0;
}
a:hover {
	text-decoration: underline;
}
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }

/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
layout
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

body &gt; .wrapper {
    height: auto;
}

.wrapper {
	width: 100%;
	background: url(../images/bg.jpg) 0 0 #ccc repeat;
	/*background-size: cover;*/
}

.main {
	width: 950px;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */
  display: flex;
	-webkit-flex-direction: row-reverse; /* Safari */
  flex-direction: row-reverse;
}

/*繧ｳ繝ｳ繝�Φ繝�お繝ｪ繧｢
------------------------------------------------------*/

.contents {
	width: 695px;
	/*background-image: url("../images/bg-contents.png");
	background-repeat: repeat-y;
	background-position: lefte top;
	background-size: auto;*/
}

.secretariat-wrap {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	-webkit-justify-content: space-around; /* Safari */
  justify-content: space-around;
}

.secretariat {
	width: 315px;
}

.secretariat h3 {
	margin-bottom: 5px;
	padding: 5px 10px;
	border-bottom: 1px solid #8c9664;
	border-left: 5px solid #8c9664;
	font-size: 15px;
	font-weight: bold;
	color: #8c9664;
}

.secretariat dl {
	width: 284px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #2d4646;
}

.secretariat dt {
	font-weight: bold;
	line-height: 1.5;
}

.secretariat dd {
	line-height: 1.5;
}

.secretariat dd a {
	color: #29a9e0;
}

/*繧ｵ繧､繝峨お繝ｪ繧｢
------------------------------------------------------*/

.side {
	width: 255px;
	background-image: url("../images/bg-side-top00.png"),url('../images/bg-side.png');
	background-repeat: no-repeat,repeat-y;
	background-position: center top,center top;
	background-size: auto,auto;
	box-shadow: 5px 0px 4px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 0px 4px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 0px 4px -3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 100;
}

.english {
	width: 226px;
	margin: 0px auto 16px;
	padding-top: 21px;
}

.english li a {
	display:block;
	width:226px;
	height:37px;
	background-clip: padding-box, border-box;
	background-image: linear-gradient(-180deg, #dbafaa 0%, #c1736b 100%), linear-gradient(-180deg, #c1736b 0%, #dbafaa 100%);
	background-origin: padding-box, border-box;
	border: 2px solid transparent;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	padding-top: 10px;
	padding-left: 7px;
	text-decoration: none;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.english li a:hover {
	background-clip: padding-box, border-box;
	background-image: linear-gradient(-180deg, #c1736b 0%, #dbafaa 100%), linear-gradient(-180deg, #dbafaa 0%, #c1736b 100%);
	background-origin: padding-box, border-box;
	border: 2px solid transparent;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
}

.menu {
	width: 226px;
	margin: 0px auto;
	margin-bottom: 19px;
}

.menu li {
	background-image: url("../images/menu-off.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	width:226px;
	height:38px;
	margin-bottom: 7px;
}

.menu li a {
	display:block;
	width:226px;
	height:38px;
	font-size: 13px;
	font-weight: bold;
	color: #a25952;
	line-height: 1;
	padding-top: 13px;
	padding-left: 10px;
	font-feature-settings: "palt";
	font-family: 'Noto Sans Japanese', sans-serif;
}
.menu li a.txt_small {
	font-size: 12px;
}


/*繝帙ヰ繝ｼ縲√い繧ｯ繝�ぅ繝匁凾繧ｹ繧ｿ繧､繝ｫ*/

.menu li:hover,
.menu li.active {
	opacity: .7;
}

.menu li a:hover,
.menu li.active a {
	text-decoration: none;
}

/*繧｢繧ｯ繝�ぅ繝匁凾繝ｪ繝ｳ繧ｯ蜍穂ｽ�*/
.menu li.active a {
	pointer-events: none;
}
.menu li.active a:hover {
	cursor: default;
}

.news {
	width: 226px;
	margin: 0px auto 19px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px 0;
}

.news h3 {
	width:210px;
	height:28px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	background-clip: padding-box, border-box;
	background-image: linear-gradient(-180deg, #c1736b 0%, #dbafaa 100%), linear-gradient(-180deg, #dbafaa 0%, #c1736b 100%);
	background-origin: padding-box, border-box;
	border: 2px solid transparent;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	padding-top: 5px;
	padding-left: 7px;
}

.news-list {
	width:210px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	height: 400px;
	overflow: auto;
}

.date {
	display: block;
	background-color: #ffffff;
	padding: 3px 5px 0 5px;
	color: #a72037;
}

.excerpt {
	display: block;
	padding: 3px 5px;
	color: #666666;
}

.news-list li {
	line-height: 1.5;
	font-size: 0.9em;
}


.news-list li a {
	color: #29cdff;
	text-decoration: none;
}

.news-list li a:hover */ {
	text-decoration: underline;
}

/*繝輔ャ繧ｿ繝ｼ繧ｨ繝ｪ繧｢
------------------------------------------------------*/

footer {
	width: 100%;
	height: 48px;
	background: url(../images/bg-lower.png) top repeat-x;
}

.footer-copyright {
	width: 950px;
	margin: 0 auto;
	padding-top: 13px;

}

.footer-copyright small {
	margin-left: 5px;
	color:#FFFFFF;
	line-height: 1;
	font-size: 0.9em;
}
</pre></body></html>