<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	/* background: url(../images/body_bg.jpg); */
}
.layout {
/*	width: 960px;*/
	margin: 0 auto;
	overflow: hidden;
	margin: 20px 20px 0 20px;
}
/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 100px;
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat;
}
/* ==== Navigation === */
#nav {
	width: 200px;
	margin: 20px 0 0 20px;
	float: left;
	background: url(../images/nav_bg.jpg) no-repeat;
}
#nav ul {
}
#nav li {
	float: left;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}
#nav a.link:hover {
	opacity: 0.7;
	filter: alpha(Opacity=70);
}
nav {
	overflow: hidden;
}
/* ==== Content === */
#con {
	background: white;
}
#main {
/*	width: 700px;*/
	float: center;
	margin: 20px 20px 0 20px;
}
#main_l, .main_l {
	width: 350px;
	*width: 335px; /* IE7,IE6 */
	float: left;
	padding-right:12px;
	border-right:1px dotted #666;
}
#main_r, .main_r {
	width: 350px;
	*width: 334px; /* IE7,IE6 */
	float: right;
	padding-left:12px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0 5px 1.5em;
	line-height: 1.5em;
}
#main ul {
	list-style-type: square;
}
#main ol li, #main ul li {
	padding: 5px 0;
}
/* table */
#main table {
	margin: 10px 0;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	width:auto;
}
#main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
}
/* ==== Footer === */
#ft {
	margin-top: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background: #81C676;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 15px;
	left: 0;
}
h2 {
	margin: 0 0 20px 0;
	font-size: 2em;
	font-weight: bold;
	color: #363636;
	text-shadow: 2px 2px 1px rgba(255,255,255,1);
	height: 80px;
	line-height: 80px;
	padding: 0 0 0 .8em;
	background: url(../images/h2_bg.jpg) left center no-repeat;
	overflow:hidden;
}
h2 span {
	float:right;
	font-size:.7em;
	padding: 0 1em 0 0;
}
h3 {
	margin: 1.5em 0 9px;
	font-size: 1.2em;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding: 0 0 0 1.7em;
	background: url(../images/h3_bg.jpg) left center no-repeat;
}
h2 + h3, h3 + h4, div#main_l h3:first-child, div#main_r h3:first-child, div.main_l h3:first-child, div.main_r h3:first-child {
	margin-top:0;
}
#main_r h3, .main_r h3 {
	background: url(../images/h3_bg02.jpg) left center no-repeat;
}
h3.en {
	margin:0;
	padding:0;
	background: none;
	color:#019769;
	font-weight:bold;
	text-align:right;
}

#i_info h3 {
	margin:0;
	width:300px;
	*width:256px; /* IE7,IE6 */
	background: url(../images/h3_bg03.jpg) no-repeat;
	padding-left:40px;
	position:absolute;
	top:-35px;
	left:-8px;
	color: #333;
	font-weight:bold;
}
h4 {
	height: 35px;
	line-height: 32px;
	font-size: 1.1em;
	color:#019769;
	padding: 0 0 0 20px;
	margin: 1em 0 .2em;
	background: url(../images/h4_bg.jpg) no-repeat;
}
#main_r h4, .main_r h4 {
	color:#019690;
	background: url(../images/h4_bg02.jpg) no-repeat;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0;
}
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Common === */

#main p, dt, dd {
	line-height: 1.5em;
}
#main_l p {
	text-indent:1em;
}
#main_l p.noind {
	text-indent:0;
}
.table_cell{display: table;}
.table_cell dt, .table_cell dd{display: table-cell;}

dl.float_L_dl dt {
	float:left;
	clear:left;
	margin-right:15px;
}
dl.float_L_dl dd {
	float:left;
}
#main_l img, #main_r img, .main_l img, .main_r img {
	width:330px !important;
	margin:10px auto;
}
#main_l img.origin, #main_r img.origin, .main_l img.origin, .main_r img.origin {
	width:inherit !important;
}

/* ==== Index === */
#i_img {
	margin-bottom:20px;
}
#i_news {
	width:100%;
	height:300px;
	overflow:auto;
	float:left;
}
#i_news table {
	width: 100%;
	margin: 0;
}
#i_news table td {
	vertical-align: top;
	font-size: .9em;
	padding: 10px 0;
	border-bottom: 1px dotted #bbb;
}
#i_news table td.date {
	width: 7.2em;
}
#i_bnr {
	margin-top: 20px;
	width: 220px;
	float: right;
	margin-left: 20px;
}
#i_info {
	width:300px;
	*width:250px; /* IE7,IE6 */
	float:right;
	padding: 10px 15px;
	border-left: 8px #ACEF6B solid;
	border-right: 8px #ACEF6B solid;
	border-bottom: 8px #ACEF6B solid;
	margin:55px 0 0 20px;
	position:relative;
}
#i_info p{
	line-height:1.2em;
}

/*----pagetop----*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #019769;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}

#notice {
	width: 200px;
	margin:20px 0;
}
#notice dd{
	border-right:2px solid #054D5E;
	border-bottom:2px solid #054D5E;
	border-left:2px solid #054D5E;
	padding:10px;
	line-height:1.2em;
}
#notice a {
	padding:10px;
	background:#054D5E;
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2em;
	text-align:center;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
#notice a:hover {
	background:#08758e;
}

a.link {
	display:block;
	height:52px;
	margin-top:10px;
	background:url(../images/link_bg.jpg) no-repeat;
	padding: 8px 10px 0 33px;
	font-family: "Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "繝｡繧､繝ｪ繧ｪ", Meiryo, serif;
	text-decoration:none;
	font-size:11px;
	line-height:1em;
	color:#777;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
a.link strong {
	display:block;
	font-size:16px;
	line-height:1em;
	color:#000;
}
a.link02 {
	display:block;
	height:52px;
	margin-top:10px;
	background:url(../images/link_bg02.jpg) no-repeat;
	padding: 8px 10px 0 33px;
	font-family: "Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "繝｡繧､繝ｪ繧ｪ", Meiryo, serif;
	text-decoration:none;
	font-size:11px;
	line-height:1em;
	color:#777;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
a.link02 strong {
	display:block;
	font-size:16px;
	line-height:1em;
	color:#000;
}
a.link08 {
	display:block;
	height:52px;
	margin-top:10px;
	background:url(../images/link_bg08.jpg) no-repeat;
	padding: 8px 10px 0 33px;
	font-family: "Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "繝｡繧､繝ｪ繧ｪ", Meiryo, serif;
	text-decoration:none;
	font-size:11px;
	line-height:1em;
	color:#777;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
a.link08 strong {
	display:block;
	font-size:16px;
	line-height:1em;
	color:#000;
}

#main ol.prths {
	padding-left:1.7em;
}
ol.prths li{
      list-style-type:none;
      list-style-position:inside;
      counter-increment: cnt;
	  text-indent:-1.5em;
      *list-style-type:decimal; /* IE7,IE6 */
      *list-style-position:outside;
	  *text-indent:0em;
}
ol.prths li:before{
      display: marker;
      content: "(" counter(cnt) ")";
}
ol.prths02 li:before{
      display: marker;
      content: counter(cnt) ") ";
}
.publ dt, .act dt {
	font-weight:bold;
	border-top: 1px dotted #999;
	padding: .8em 0 0;
	color:#019769;
}
h3 + .publ dt:first-child, .act dt:first-child {
	border-top: none;
}
.publ dd {
	margin: 1em 0 1em 2em;
	display: list-item;
	list-style-type: square;
}
.act dd {
	margin: 1em 0 1em 0;
}
#main ul.contents {
	list-style-type:none;
	width:100%;
	overflow:hidden;
}
#main ul.contents li {
	background: url(../images/common/icon_list01.png) 1px 9px no-repeat;
	padding-left: 15px;
	padding-right:50px;
	margin-left:30px;
}
#main ul.pub_list {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	padding-top:0;
	margin-bottom:15px;
	overflow:hidden;
}
#main ul.act_list{
  	display: table;
	padding-top:0;
	margin-bottom:15px;
}
#main ul.act_list li{
  display: table-cell;
  vertical-align: middle;
}

#main ul.gan_list {
	margin-bottom:15px;
	overflow:hidden;
}
.list {
	color: #196bc7;
	text-decoration:underline;
	cursor:pointer;
}
.list:hover {
	outline: 0;
	color: #16AAC9;
}</pre></body></html>