@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 87.5%;
	color: #333333;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #ECE8CC;
}

/* -------------- */

#blockskip {
	z-index: 9999;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}
*html #blockskip {
	position: relative;
}
#blockskip a {
	display: block;
	float: left;
	background: #f8f8f8;
	margin: 0;
	margin-top: -1px;
	padding: 0;
	width: 100%;
	min-width: 980px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	color: #333;
	line-height: 0;
	cursor: default;
	height: 1px;
	overflow: hidden;
}
#blockskip a:hover {
	text-decoration: underline;
}
#blockskip a.show {
	color: #333;
	height:1em;
	margin-top: -3px;
	padding: 5px 0;
	font-size: 93%;
	line-height: 1;
	cursor: pointer;
}
/* -------------- */

img {
	border: 0;
}

a:link    { color: #00929F; }
a:visited { color: #00929F; }
a:hover   { color: #2B3487; }
a:active  { color: #070B47; }


/* mouse over */
a img {
  filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

a:hover img {
  filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#gnav a:hover img {
  filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#wrapper {
	background: url(../image/bg_contents.png);
	padding-bottom: 10px;
}

/* ------------------------------------------------------------ */

#textsizer li a.textresizer-active {
  filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* -- Google Search - index ------------------------------------ */

#searchL {
	width: 520px;
	margin: 0 0 0 95px;
	border: solid 3px #A4CDDE;
	background: url(../image/bg_search_l.jpg) no-repeat center;
	background-color: #FFFFFF;
}
#searchL p {
	text-align: left !important;
	margin: 8px 0 4px !important;
	padding-left: 105px;
	line-height: 1.4;
}
#searchL form {
	margin-bottom: 8px;
}
#searchL .hide {
	display: none;
}
#searchL .searchtext {
	width: 300px;
	height: 23px;
	margin-left: 65px;
}
#searchL .searchbut {
	vertical-align: bottom;
}

/* -- Google Search - Header ------------------------------------ */

.headerR #search {
	width: 360px;/* 243px */
	float: right;/* left */
	text-align: right;/* add */
	margin-top: 20px;/* add */
}
.headerR #search img {
	vertical-align: bottom;
}
.headerR #search .searchtext {
	width: 240px;/* 140px */
	height: 17px;
}
.headerR #search .searchbtn {
	vertical-align: bottom;
	_vertical-align: baseline;
}
/* ------------------------------------------------------------ */

#headerA {
	background: url(../image/bg_header.png) repeat-x;
	border-bottom: solid 5px #0073A2;
}
#headerA h1,
#headerA p {
	margin: 0;
}
#headerA #headerIn {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 17px;
	text-align: left;
}

#gnavA {
	margin: 38px 0 0 -10px;
	padding: 0;
	overflow: hidden;
	_margin: 38px 0 0 -20px;
	_zoom: 1;
}
#gnavA li {
	float: left;
	list-style: none;
	margin-left: 9px;
}

#contentsA {
	overflow: hidden;
	margin-top: 0;/* 30px */
}

#contentsA #gnavTeijyu{
	float:right;
	width:230px;
}

#contentsA #contentsLeft {
	width: 160px;
	float: left;
	text-align: left;
}

#contentsA #contentsCenter {
	width: 630px;
	float: left;
}

#contentsA #contentsCenter #kinkyu {
	width: 520px;
	margin: 0 0 10px 95px;
	border: solid 3px #900D01;
	background: #FFFFFF;
}
#contentsA #contentsCenter #kinkyu h2 {
	margin: 0;
	padding: 2px 8px;
	background-image: url(../image/bg_kinkyu.jpg);
	background-repeat: repeat-x;
	background-color: #900D01;
	color: #FFFFFF;
}
#contentsA #contentsCenter #kinkyu dl {
	margin: 8px;
	position: relative;
}
#contentsA #contentsCenter #kinkyu dt {
	background: url(../image/icon_arrow02.png) no-repeat left;
	padding-left: 11px;
	width: 7em;
	position: absolute;
}
#contentsA #contentsCenter #kinkyu dd {
	margin: 0 0 8px 0;
	position: relative;
	padding-left: 7.5em;
}
#contentsA #contentsCenter #kinkyu2 {
	margin: 0 auto 30px;
	border: solid 3px #900D01;
	background: #FFFFFF;
}
#contentsA #contentsCenter #kinkyu2 h2 {
	margin: 0;
	padding: 2px 8px;
	background-color: #900D01;
	color: #FFFFFF;
	text-align: center;
}
#contentsA #contentsCenter #kinkyu2 dl {
	margin: 8px;
	position: relative;
}
#contentsA #contentsCenter #kinkyu2 dt {
	background: url(../image/icon_arrow04.png) no-repeat left;
	padding-left: 11px;
	width: 11em;
	position: absolute;
}
#contentsA #contentsCenter #kinkyu2 dd {
	margin: 0 0 8px 0;
	position: relative;
	padding-left: 11.5em;
}
#contentsA #contentsCenter table {
	width: 100%;
	border: solid 3px #900D01;
	background: #FFF;
	font-size: 16px;
	margin-bottom:60px;
}
#contentsA #contentsCenter table tr th {
	background: #F5E5E7;
	padding:10px;
}
#contentsA #contentsCenter table tr td {
	padding: 10px 0 10px 10px;
	font-weight: bold;
}
#contentsA #contentsCenter p {
	text-align: center;
	margin: 0 0 10px;
}

#contentsA #contentsRight {
	width: 160px;
	float: right;
	text-align: right;
}
#contentsA #contentsRight p {
	margin: 0 0 5px 0;
}

#subsite {
	margin: 38px 0 0 -10px;
	padding: 0;
	overflow: hidden;
	_margin: 38px 0 0 -20px;
	_zoom: 1;
}
#subsite li {
	float: left;
	list-style: none;
	margin-left: 9px;
}
#subsite li img {
	vertical-align: bottom;
}
#subsite2 {
	margin: 38px 0 0 -10px;
	padding: 0;
	overflow: hidden;
	_margin: 38px 0 0 -20px;
	_zoom: 1;
}
#subsite2 li {
	width: 180px;
	float: left;
	list-style: none;
	margin-left: 10px;
	text-align: center;
	font-size: 20px;
	border-bottom: 5px solid #0073A2;
}
#subsite2 li a:link {
	color:#333;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
	display:block;
	padding: 20px 0px;
}
#subsite2 li a:visited {
	color:#333;
}
#subsite2 li a:hover {
	background: #00929F; 
	color: #FFFFFF;
}

#subsite2 li a span {
	font-size: 16px;
	font-weight: normal;
}
#subsite2 .bg01 {
	background-image: url(../image/bg_emergency01.jpg);
	background-repeat: repeat;	
}
#subsite2 .bg02 {
	background-image: url(../image/bg_emergency02.jpg);
	background-repeat: repeat;	
}
#subsite2 .bg03 {
	background-image: url(../image/bg_emergency03.jpg);
	background-repeat: repeat;	
}
#subsite2 .bg04 {
	background-image: url(../image/bg_emergency04.jpg);
	background-repeat: repeat;
}
#subsite2 .bg05 {
	background-image: url(../image/bg_emergency05.jpg);
	background-repeat: repeat;
}

#subsite3 {
	margin: 38px 0 0 -10px;
	padding: 0 0 60px;
	overflow: hidden;
	_margin: 38px 0 0 -20px;
	_zoom: 1;
}
#subsite3 li {
	float: left;
	list-style: none;
	margin-left: 10px;
	border: 1px solid #0073A2;
	background: #FFF;
	width: 228px;
	text-align: center;
	line-height: 2em;
}
#subsite3 li a {
	text-decoration: none;
	color:#333;
	display:block;
}

#subsite3 li a:hover {
	background: #00929F; 
  color: #FFFFFF;
}

#pr {
	margin: 30px 0 0;
	padding-bottom: 30px;
}
#pr dl {
	background: #DFE1E2;
	margin: 0;
	overflow: hidden;
	_zoom: 1;
}
#pr dt {
	float: left;
	padding: 10px;
	line-height: 1em;
}
#pr dd {
	float: right;
	margin: 10px;
	font-size: 86%;
	line-height: 1em;
	color: #002A39;
}
#pr ul {
	margin: 0;
	padding: 15px 30px 15px 0;
	overflow: hidden;
	border-bottom: solid 2px #DFE1E2;
	background: #FFFFFF;
	_zoom: 1;
}
#pr li {
	float: left;
	list-style: none;
	margin: 5px 0 0 29px;
}
#pr li img {
	vertical-align: bottom;
}

#footerA #footerIn {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#footerA #footerLeft {
	float: left;
	padding-left: 160px;
	width: 630px;
	text-align: center;
	margin: 20px 0;
}
#footerA #footerRight {
	width: 160px;
	float: right;
	text-align: center;
	margin: 20px 0;
}

/* ------------------------------------------------------------ */
.arrow01 {
	background: url(../image/icon_arrow01.png) no-repeat;
	padding-left: 15px !important;
}

/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */

#header {
	background: url(../image/bg_header.png) repeat-x;
	border-bottom: solid 3px #025b80;
	overflow: hidden;
}
#header p {
	margin: 0;
}
#header li {
	list-style: none;
	float: left;
}
#header #headerIn {
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	overflow: hidden;
}
#header #logo {
	float: left;
}
.headerR {
	float: right;
	font-size: 86%;
	font-weight: bold;
	/*min-width: 515px;*/
}
.headerR ul {
	float: left;
	padding-left: 0;/* 3px */
	padding-right: 10px;/* add */
	margin: 0 0 3px 0;
}
.headerR ul:last-of-type {
	padding-right: 0;
}

.headerR li {
	margin-left: 3px;
	line-height: 2em;
}
.headerR #lang {
	/*padding-top: 5px;*/
}

/* ------------------------------------------------------------ */

#gnav {
	clear: both;
	width: 966px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#gnav li {
	margin: 0 0 0 8px;
}
#gnav li img {
	vertical-align: bottom;
}

/* ------------------------------------------------------------ */

#topicpath {
	clear: both;
	width: 950px;
	margin: 10px auto 15px;
	overflow: hidden;
}
#topicpath ul {
	clear: both;
	padding: 0;
	margin: 5px 0 0 0;
	overflow: hidden;
}
#topicpath li {
	list-style: none;
	float: left;
	line-height: 1.2em;
	padding-left: 14px;
	padding-right: 6px;
	background: url(../image/icon_topicpath.png) no-repeat;
	white-space: nowrap;
}
#topicpath li.home {
	background: none;
	padding-left: 0;
}

/* ------------------------------------------------------------ */

#contents1,
#contents2,
#contents3 {
	clear: both;
	width: 950px;
	margin: 0 auto;
}
#contents2 {
	overflow: hidden;
}
#contents2 #main {
	width: 700px;
	float: left;
}
#contents2 #sub {
	width: 230px;
	float: right;
	padding-bottom: 30px;
}
#contents3 #main {
	width: 450px;
	float: left;
	margin-left: 20px;
}
#contents3 #sub1 {
	width: 230px;
	float: left;
}
#contents3 #sub2 {
	width: 230px;
	float: right;
}

/* ------------------------------------------------------------ */

#pagetop {
	clear: both;
	width: 950px;
	margin: 10px auto 0;
	overflow: hidden;
}
#pagetop p {
	float: right;
	margin: 0 0 0 0;
	padding-left: 23px;
	background: url(../image/icon_arrow_t.png) no-repeat left;
}

/* ------------------------------------------------------------ */

#footer {
	clear: both;
	text-align: center;
	background: url(../image/bg_footer.jpg);
}
#footer #footerLeft {
	background: url(../image/bg_footer_l.jpg) no-repeat left top; 
}
#footer #footerRight {
	padding: 50px 0 0;
	background: url(../image/bg_footer_r.jpg) no-repeat right top;
	height: 214px;
}
#footer p span {
	padding: 0 0.5em;
}

/* ------------------------------------------------------------ */

.tabmenu {
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 0;
}

.tabmenu li {
	float: left;
	background: url(../image/bg_tab01.png) no-repeat right bottom;
  margin-right: 2px;
	padding-right: 4px;
	font-size: 128%;
	font-weight: bold;
}

.tabmenu li a {
    float: left;
    padding: 2px 13px 7px;
    margin: 0;
		text-decoration: none;
}
.tabmenu li.tab1 a:link,
.tabmenu li.tab2 a:link {
		background: #99C7DA;
		color: #E1EEF4;
}
.tabmenu li.tab1 a:hover,
.tabmenu li.tab2 a:hover {
		background: #338FB5;
		color: #FFFF66;
}
.tabmenu li.tab3 a:link {
		background: #C78680;
		color: #EEDBD9;
}
.tabmenu li.tab3 a:hover {
		background: #900E02;
		color: #FFFF66;
}

.tabmenu li{
    list-style-type: none;
}
 
.content {
    clear: both;
    overflow: hidden;
    width: 700px;
		background: #FFFFFF;
}
.tabbox {
    display: none;
}

.content #tab1,
.content #tab2 {
    border:1px solid #338FB5;
		border-top: 5px solid #338FB5;
}

.content #tab3 {
    border:1px solid #900E02;
		border-top: 5px solid #900E02;
}

.tabmenu li.active {
}
.tabmenu li.active a:link{
    color: #FFFFFF;
		text-decoration: none;
		background: url(../image/bg_tab02.png) no-repeat center bottom;
    background-color: #338FB5;
}
.tabmenu li.active a.tab3:link{
		background: url(../image/bg_tab02.png) no-repeat center bottom;
    background-color: #900E02;
}

/* ---------- */

.tabbox ul {
	border-bottom: dashed 1px #348FB5;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
	_zoom: 1;
}
#tab3 ul {
	border-bottom: dashed 1px #900E02;
}
.tabbox li {
	list-style: none !important;
	float: right;
	margin: 0 0 0 20px;
	padding: 0 0 0 23px;
}
.tabbox li.rss {
	background: url(../image/icon_rss.png) no-repeat;
}
.tabbox li.list {
	background: url(../image/icon_list.png) no-repeat;
}
#tab3 li.list {
	background: url(../image/icon_list02.png) no-repeat;
}
.tabbox dl {
	margin: 0;
	padding: 5px 10px
}
.tabbox dt {
	background: url(../image/icon_arrow03.png) no-repeat left;
	padding-left: 11px;
	width: 7em;
	position: absolute;
}
#tab3 dt {
	background: url(../image/icon_arrow02.png) no-repeat left;
	padding-left: 11px;
	width: 7em;
	position: absolute;
}
.tabbox dd {
	margin: 0 0 8px 0;
	position: relative;
	padding-left: 7.5em;
}

/* ------------------------------------------------------------ */
#contents2 #main #seikatu {
	margin: 0;
	padding: 10px 0 8px 4px;
	_padding: 10px 0 4px 0;
	background: #FFFFFF;
  border:1px solid #338FB5;
	overflow: hidden;
	_zoom: 1;
}

#contents2 #main #seikatu li {
	list-style: none;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

/* ------------------------------------------------------------ */

#sub .titSeikatu {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	background: url(../image/bg_title02.png) no-repeat right bottom;
	background-color: #338FB5;
	color: #FFFFFF;
	font-size: 128%;
	font-weight: bold;
}
#sub #seikatu {
	margin: 0;
	padding: 2px 0 0 1px;
	_padding: 4px 0 0 0;
	background: #FFFFFF;
  border:1px solid #338FB5;
	overflow: hidden;
	_zoom: 1;
}
#sub #seikatu li {
	list-style: none;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	vertical-align: bottom;
	line-height: 1.1;
}
#sub #seikatuSP {
	display: none;
}

/* ------------------------------------------------------------ */

h1.titType01 {
	margin: 0;
}
h2.titType02 {
	margin: 30px 0 0 0;
	padding: 5px 10px;
	background: url(../image/bg_title02.png) no-repeat right bottom;
	background-color: #338FB5;
	color: #FFFFFF;
}
p.titType03g {
	margin: 0 0 2px;
	padding: 8px 10px;
	font-size: 114%;
	font-weight: bold;
	color: #FFFFFF;
	background: #86A03D;
}
p.titType03r {
	margin: 0 0 2px;
	padding: 8px 10px;
	font-size: 114%;
	font-weight: bold;
	color: #FFFFFF;
	background: #E64C42;
}
p.titType03b {
	margin: 0 0 2px;
	padding: 8px 10px;
	font-size: 114%;
	font-weight: bold;
	color: #FFFFFF;
	background: #5771B4;
}
p.titType03dg {
	margin: 0 0 2px;
	padding: 8px 10px;
	font-size: 114%;
	font-weight: bold;
	color: #FFFFFF;
	background: #5A7802;
}
p.titType03y {
	margin: 0 0 2px;
	padding: 8px 10px;
	font-size: 114%;
	font-weight: bold;
	color: #FFFFFF;
	background: #E39428;
}
p.titType03z {
	margin: 0 0 2px;
	padding: 8px 10px;
	font-size: 114%;
	font-weight: bold;
	color: #FFFFFF;
	background: #004E6D;
}
p.titType03e {
	margin: 0 0 2px;
	padding: 8px 10px;
	font-size: 114%;
	font-weight: bold;
	color: #FFFFFF;
	background: #CC8B00;
}


h1.titType04g {
	margin: 0;
	padding: 1em 10px;
	font-size: 171%;
	background: url(../image/bg_title04.png) no-repeat right bottom;
	background-color: #D9E3B2;
}
h1.titType04r {
	margin: 0;
	padding: 1em 10px;
	font-size: 171%;
	background: url(../image/bg_title04.png) no-repeat right bottom;
	background-color: #F7C9C6;
}
h1.titType04b {
	margin: 0;
	padding: 1em 10px;
	font-size: 171%;
	background: url(../image/bg_title04.png) no-repeat right bottom;
	background-color: #C3CCE4;
}
h1.titType04dg {
	margin: 0;
	padding: 1em 10px;
	font-size: 171%;
	background: url(../image/bg_title04.png) no-repeat right bottom;
	background-color: #C5D0A7;
}
h1.titType04y {
	margin: 0;
	padding: 1em 10px;
	font-size: 171%;
	background: url(../image/bg_title04.png) no-repeat right bottom;
	background-color: #F5DAB4;
}
h1.titType04z {
	margin: 0;
	padding: 1em 10px;
	font-size: 171%;
	background: url(../image/bg_title04.png) no-repeat right bottom;
	background-color: #B2CAD3;
}
h1.titType04e {
	margin: 0;
	padding: 1em 10px;
	font-size: 171%;
	background: url(../image/bg_title04.png) no-repeat right bottom;
	background-color: #F0DA99;
}


h2.titType05 {
	margin: 30px 0 0 0;
	padding: 5px 10px;
	background: url(../image/bg_title02.png) no-repeat right bottom;
	background-color: #DDD7A5;
	border: solid 1px #A08D02;
	line-height: 1.1;
}

/* ------------------------------------------------------------ */

.news {
	background: #FFFFFF;
	border: solid 1px #348FB5;
}
.news ul {
	margin: 0;
	padding: 5px 10px;
	border-bottom: dashed 1px #348FB5;
	overflow: hidden;
	_zoom: 1;
}
.news li {
	list-style: none;
	float: right;
	margin: 0 0 0 20px;
	padding: 0 0 0 23px;
}
.news li.rss {
	background: url(../image/icon_rss.png) no-repeat;
}
.news li.list {
	background: url(../image/icon_list.png) no-repeat;
}
.news dl,
.news2 dl {
	margin: 0;
	padding: 5px 10px;
}
.news dt,
.news2 dt {
	background: url(../image/icon_arrow04.png) no-repeat left;
	padding-left: 11px;
	width: 7em;
	position: absolute;
}
.news dd,
.news2 dd {
	margin: 0 0 8px 0;
	position: relative;
	padding-left: 7.5em;
}

/* ------------------------------------------------------------ */

.oshirase {
	margin: 0;
	padding: 5px 10px;
	background: #FFFFFF;
	border: solid 1px #A08D00;
	border-top: none;
}
.oshirase dt {
	background: url(../image/icon_arrow05.png) no-repeat left;
	padding-left: 11px;
	width: 7em;
	position: absolute;
}
.oshirase dd {
	margin: 0 0 8px 0;
	position: relative;
	padding-left: 7.5em;
}

/* ------------------------------------------------------------ */

.fileContainer {
	border-bottom: solid 1px #A08D00;
}
.fileContainer ul {
	margin: 0;
	padding: 30px 0;
	overflow: hidden;
	_zoom: 1;
}
.fileContainer li {
	margin: 0 0 0 15px;
	list-style: none;
	width: 300px;
	float: left;	
	background: url(../image/icon_file.png) no-repeat 0 2px;
	padding: 2px 0 2px 24px;
}

/* ---------- */

.categoryContainer {
	margin: 0 0 0 -10px;
	_margin: 0 0 0 -20px;
}
.categoryBox {
	border: solid 1px #A08D00;
	background: #FFFFFF;
	margin: 30px 0 0 10px;
	width: 343px;
	float: left;
}
.categoryBox h3 {
	margin: 0;
	padding: 10px;
	line-height: 1.1;
	border: solid 1px #FFFFFF;
	background: url(../image/bg_categorybox.jpg);
}
.categoryBox ul {
	margin: 0;
	padding: 10px;
	border-top: solid 1px #A08D00;
}
.categoryBox ul li {
	list-style: none;
	background: url(../image/icon_file.png) no-repeat 0 2px;
	padding: 2px 0 2px 24px;
}
.categoryBox ul li.folder {
	background: url(../image/icon_folder.png) no-repeat 0 2px;
}

/* ------------------------------------------------------------ */
#sub .btnKinkyu {
	margin: 0;
	padding: 0;
}
#sub .btnKinkyu li {
	list-style: none;
	font-size: 128%;
	font-weight: bold;
	background: url(../image/bg_kinkyu.jpg);
	border-top: solid 1px #C6827B;
	border-right: solid 1px #5B2A25;
	border-bottom: solid 1px #5B2A25;
	border-left: solid 1px #C6827B;
}
#sub .btnKinkyu li a {
	padding: 15px;
	text-decoration: none;
	display: block;
}
#sub .btnKinkyu li a:link    { color: #FFFFFF; }
#sub .btnKinkyu li a:visited { color: #FFFFFF; }
#sub .btnKinkyu li a:hover   { color: #00929F; background: #D4E7EF; }
#sub .btnKinkyu li a:active  { color: #FFFFFF; }


#sub .lisKinkyu {
	background: #FFFFFF;
	margin: 0 0 10px;
	padding: 5px 10px;
	border: solid 1px #900D01;
	border-top: none;
}
#sub .lisKinkyu li {
	list-style: none;
	background: url(../image/icon_arrow02.png) no-repeat 0 3px;
	padding-left: 13px;
}

/* ------------------------------------------------------------ */

.eCal {
	background: #FFFFFF;
	margin: 0 0 10px;
	padding: 5px 2px;
	border: solid 1px #0073A2;
	border-top: none;
	overflow: hidden;
	_zoom:1;
}
.e_cal_table1 {
	margin: 0 auto;
	width: 220px;
}
p.e_cal_month {
	font-weight: bold;
	margin: 5px;
}
.e_cal_table2 {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.e_cal_table2 th,
.e_cal_table2 td {
	border: solid 1px #999999;
	background: #FFF;
	text-align: center;
	font-weight: normal;
	padding: 2px;
	font-size: 85%;
	width: 2em;
}
th.e_cal_sunday,
td.e_cal_sunday {
	background: #FFEBFF;
}
th.e_cal_saturday,
td.e_cal_saturday {
	background: #D6EBFF;
}
p.e_cal_textlink {
	margin: 5px auto 0;
	padding-left: 15px;
	padding-right: 10px;
	background: url(../image/icon_arrow04.png) left no-repeat;
	float: right;
	text-align: right;
}

/* ------------------------------------------------------------ */

.btnShicho {
	margin: 0 0 2px;
}
.btnGikai {
	margin: 0 0 10px;
}

.btnType01 {
	margin: 30px 0 0 -10px;
	_margin-left: -20px;
	padding: 0;
	overflow: hidden;
	_zoom: 1;
}
.btnType01 li {
	list-style: none;
	float: left;
	width: 343px;
	margin: 0 0 10px 10px;
	background: url(../image/bg_btn01.jpg) repeat-y;
	font-size: 128%;
	font-weight: bold;
	border-top: solid 1px #F3F1E0;
	border-right: solid 1px #7C7A6C;
	border-bottom: solid 1px #7C7A6C;
	border-left: solid 1px #F3F1E0;
	line-height: 1.1;
}
#contents3 .btnType01 li {
	width: 218px;
}
.btnType01 li a {
	display: block;
	padding: 14px 20px;
	text-decoration: none;
}
#contents3 .btnType01 li a {
	padding: 14px 10px;
}
.btnType01 li a:link    { color: #333333; }
.btnType01 li a:visited { color: #333333; }
.btnType01 li a:hover   { color: #00929F; background: #D4E7EF; }
.btnType01 li a:active  { color: #333333; }

.btnType02 {
	margin: 0;
	padding: 0;
}
.btnType02 li {
	margin-bottom: 10px;
	list-style: none;
	font-size: 128%;
	font-weight: bold;
	background: url(../image/bg_btn02.jpg);
	border-top: solid 1px #C1DEE8;
	border-right: solid 1px #4A5B62;
	border-bottom: solid 1px #4A5B62;
	border-left: solid 1px #C1DEE8;
}
.btnType02 li a {
	padding: 15px;
	text-decoration: none;
	display: block;
}
.btnType02 li a:link    { color: #FFFFFF; }
.btnType02 li a:visited { color: #FFFFFF; }
.btnType02 li a:hover   { color: #00929F; background: #D4E7EF; }
.btnType02 li a:active  { color: #FFFFFF; }

.btnType03 {
	margin: 0;
	padding: 0;
}
.btnType03 li {
	margin-bottom: 10px;
	list-style: none;
	background: url(../image/bg_meyasubako.jpg);
	border: solid 1px #201A1A;
	line-height: 1.1;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}
.btnType03 li strong {
	font-size: 128%;
}
.btnType03 li a {
	padding: 20px 15px 10px 15px;
	text-decoration: none;
	display: block;
}
.btnType03 li a:link    { color: #333333; }
.btnType03 li a:visited { color: #333333; }
.btnType03 li a:hover   { color: #00929F; background: url(../image/bg_meyasubako2.jpg); }
.btnType03 li a:active  { color: #333333; }

/*  */

.subBox {
	background: #FFFFFF;
	border: solid 1px #358FB5;
	border-top: none;
	padding: 10px;
	margin: 0 0 10px;
}
.subBox p {
	margin: 0 0 2px;
}
.subBox ul {
	margin: 0;
	padding: 5px 0 0;
	overflow: hidden;
	_zoom:1;
}
.subBox li {
	list-style: none;
	float: right;
	background: url(../image/icon_arrow04.png) no-repeat 0 5px;
	padding-left: 15px;
}

/*  */
.uroko,
.uroko2,
.uroko3,
.uroko_shigi{
	margin: 0;
	padding: 0;
}
.uroko li {
	margin-bottom: 10px;
	list-style: none;
	background: url(../image/bg_uroko.jpg);
	font-size: 128%;
	font-weight: bold;
	line-height: 1.1;
	border-top: solid 1px #C1DEE8;
	border-right: solid 1px #4A5B62;
	border-bottom: solid 1px #4A5B62;
	border-left: solid 1px #C1DEE8;
}
.uroko li a {
	padding: 18px 15px;
	text-decoration: none;
	display: block;
}
.uroko li a:link    { color: #333333; }
.uroko li a:visited { color: #333333; }
.uroko li a:hover   { color: #00929F; background: #D4E7EF; }
.uroko li a:active  { color: #333333; }

.uroko2 li {
	margin-bottom: 10px;
	list-style: none;
	background: url(../image/bg_uroko2.jpg);
	font-weight: bold;
	border-top: solid 1px #EFECD5;
	border-right: solid 1px #797766;
	border-bottom: solid 1px #797766;
	border-left: solid 1px #EFECD5;
	line-height: 1.1;
}
.uroko2 li strong {
	font-size: 128%;
}
.uroko2 li a {
	padding: 15px;
	text-decoration: none;
	display: block;
}
.uroko2 li a:link    { color: #333333; }
.uroko2 li a:visited { color: #333333; }
.uroko2 li a:hover   { color: #00929F; background: #EEEBD2; }
.uroko2 li a:active  { color: #333333; }

.uroko3 li {
	margin-bottom: 10px;
	list-style: none;
	background: url(../image/bg_uroko3.jpg);
	font-size: 128%;
	font-weight: bold;
	line-height: 1.1;
	border-top: solid 1px #C1DEE8;
	border-right: solid 1px #4A5B62;
	border-bottom: solid 1px #4A5B62;
	border-left: solid 1px #C1DEE8;
}
.uroko3 li a {
	padding: 18px 15px;
	text-decoration: none;
	display: block;
}
.uroko3 li a:link    { color: #FFFFFF; }
.uroko3 li a:visited { color: #FFFFFF; }
.uroko3 li a:hover   { color: #00929F; background: #D4E7EF; }
.uroko3 li a:active  { color: #FFFFFF; }

/*  */
.uroko_shigi li { 
	margin-bottom: 10px;
	list-style: none;
	background-image: url(../image/shigi/bg_line.jpg);
	font-size: 128%;
	font-weight: bold;
	line-height: 1.1;
	border: solid 1px #8D7761;
	border-right-color:#442C13;
	border-bottom-color:#442C13;
}
.uroko_shigi li a {
	padding: 18px 15px;
	text-decoration: none;
	display: block;
}
.uroko_shigi li a:link,
.uroko_shigi li a:active,
.uroko_shigi li a:visited,
.uroko_shigi li a:hover { color: #ffffff; }
.uroko_shigi li a:hover  { background: #9B5710;}


/*  */
p.keitai {
	border: solid 1px #0073A2;
	background: url(../image/bg_keitai01.png) no-repeat 5px;
	background-color: #FFFFFF;
	padding: 1px 1px 1px 50px;
	min-height: 62px;
	_height: auto !important;
	_height: 62px;
	line-height: 1.1;
	font-size: 85%;
}
p.keitai strong {
	font-size: 133%;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}

/*  */
.lisType01 {
	background: #FFFFFF;
	margin: 0 0 10px;
	padding: 5px 10px;
	border: solid 1px #0073A2;
	border-top: none;
}
.lisType01 li {
	list-style: none;
	background: url(../image/icon_arrow04.png) no-repeat 0 5px;
	padding-left: 13px;
}

.lisType02 {
	background: #FFFFFF;
	margin: 0 0 10px;
	padding: 5px 10px;
	border: solid 1px #0073A2;
	border-top: none;
}
.lisType02 li {
	list-style: none;
	background: url(../image/icon_arrow04.png) no-repeat 0 8px;
	padding: 3px 0 3px 13px;
	border-bottom: dashed 1px #0073A2;
}

.lisType03 {
	background: #FFFFFF;
	margin: 0 0 10px;
	padding: 5px 10px;
	border: solid 1px #0073A2;
}
.lisType03 li {
	list-style: none;
	background: url(../image/icon_arrow04.png) no-repeat 0 5px;
	padding-left: 13px;
}

.submenu {
	margin: 0;
	padding: 15px 10px;
	background: url(../image/bg_submenu.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 114%;
	font-weight: bold;
}

/* ------------------------------------------------------------ */
.kankoBtn01 {
	overflow: hidden;
	_zoom: 1;
	margin: 30px 0 0 -19px;
	padding: 0;
}
.kankoBtn01 li {
	list-style: none;
	float: left;
	padding: 0 0 0 19px;
	margin: 0 0 15px 0;
}
.kankoBtn02 {
	overflow: hidden;
	_zoom: 1;
	margin: 15px 0 0 -19px;
	padding: 0;
}
.kankoBtn02 li {
	list-style: none;
	float: left;
	padding: 0 0 0 19px;
	margin: 0 0 0 0;
}
/* ------------------------------------------------------------ */
.teijyuBtn01{
	overflow:hidden;
	_zoom:1;
	margin:30px 0 0 -19px;
	padding:0;
}

.teijyuBtn01 li{
	list-style-type:none;
	float:left;
	margin:0 0 15px 0;
	padding:0 0 0 19px;
}

.teijyuBtn02 {
	margin: 30px 0 0 0;
	padding: 0;
}

/* ------------------------------------------------------------ */
#contents2 h1.general,
#contents1 h1.general {
	margin: 0 0 0;
	padding: 10px;
	font-size: 157%;
	font-weight: bold;
	background: url(../image/bg_h1general.jpg) no-repeat bottom right;
	background-color: #E3F0F6;
	border-left: solid 14px #0073A2;
	border-bottom: solid 1px #999999;
}

.sns {
	overflow: hidden;
	_zoom:1;
}
.sns ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	_zoom:1;
	float: right;
}
.sns li {
	list-style: none;
	float: left;
}

#contents2.general h2,
#contents1.general h2 {
	margin: 30px 0 10px 0;
	padding: 8px 10px;
	font-size: 114%;
	font-weight: bold;
	color: #FFFFFF;
	background: #0073A2;
}
#contents2.general h3,
#contents1.general h3 {
	margin: 30px 0 10px 0;
	padding: 8px 10px;
	font-size: 114%;
	font-weight: bold;
	background: #D5E8F0;
	border-bottom: solid 3px #0073A2;
}
#contents2.general h4,
#contents1.general h4 {
	margin: 30px 0 10px 0;
	padding: 8px 10px;
	font-size: 114%;
	font-weight: bold;
	border-bottom: dotted 2px #0073A2;
}
#contents2.general h5,
#contents1.general h5 {
	margin: 30px 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 114%;
	font-weight: bold;
	background: url(../image/icon_hishi01.png) no-repeat;
}
#contents2.general h6,
#contents1.general h6 {
	margin: 30px 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 114%;
	font-weight: bold;
	background: url(../image/icon_maru01.png) no-repeat;
}

#contents2.general table,
#contents1.general table {
	border-collapse: separate;
	border-spacing: 1; 
}
#contents2 dl.general,
#contents1 dl.general {
	margin: 0;
	padding: 0;
}
#contents2 dl.general dt,
#contents1 dl.general dt {
	margin: 30px 0 10px;
	padding: 3px 10px;
	font-size: 114%;
	font-weight: bold;
	background: #F5F3E5;
	border: solid 1px #CFC67F;
}
#contents2 dl.general dd,
#contents1 dl.general dd {
	background: #F00;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	background: url(../image/icon_arrow04.png) no-repeat 0 5px;
	padding-left: 13px;
}
#contents2 dl.general dd.dlPdf a,
#contents1 dl.general dd.dlPdf a {
	background: url(../image/icon_dl_pdf.png) no-repeat right;
	padding: 2px 25px 2px 0;
}
#contents2 dl.general dd.dlWord a,
#contents1 dl.general dd.dlWord a {
	background: url(../image/icon_dl_word.png) no-repeat right;
	padding: 2px 25px 2px 0;
}
#contents2 dl.general dd.dlExcel a,
#contents1 dl.general dd.dlExcel a {
	background: url(../image/icon_dl_excel.png) no-repeat right;
	padding: 2px 25px 2px 0;
}
#contents2 dl.general dd.dlFile a,
#contents1 dl.general dd.dlFile a {
	background: url(../image/icon_dl_file.png) no-repeat right;
	padding: 2px 25px 2px 0;
}

#contents2 dl.general dt.gmap,
#contents1 dl.general dt.gmap {
	margin-bottom: 0;
}
#contents2 dl.general dd.gmap,
#contents1 dl.general dd.gmap {
	margin: 0;
	padding: 0;
	background: none;
}

p.generalContact {
	margin: 30px 0 0 0;
	background: #A08D00;
	font-size: 114%;
	color: #FFFFFF;
	width: 16.5em;
	padding: 5px;
}
ul.generalContact {
	margin: 0;
	padding: 0 8px;
	background: #F5F3E5;
	border: solid 1px #A08D00;
}
ul.generalContact li {
	list-style: none;
	border-top: solid 1px #A08D00;
	margin-top: -1px;
	padding: 10px 0;
	font-size: 93%;
}

/* ------------------------------------------------------------ */


/*  */
.mt30 { margin-top:   30px !important; }
.mb0  { margin-bottom: 0px !important;}


/*  */
.taL { text-align: left   !important; }
.taC { text-align: center !important; }
.taR { text-align: right  !important; }

/* border */
.bd-n{ border: none !important;}

/* float  */
.flR{ float:right !important;}
.flL{ float:left  !important;}
.flN{ float:none  !important;}

/*  */
.clearB { clear: both; }
.clearR { clear: right; }

#emergency {
	width: 950px;
	border: 5px solid #A00012;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 20px;
}
#emergency .tit {
	color: #FFF;
	background-color: #A00012;
	text-align: center;
	margin: 0px;
	padding: 10px 0 15px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
}
#emergency .txt {
	background-image: url(../image/img_emergency.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 160px;
	margin-left: 20px;
	width: 700px;
	text-align: center;
	min-height: 125px;
	_height: auto !important;
	_height: 125px;
}

#emergency .txt p {
	font-size: 40px;
	line-height: 1.3em;
	color: #A00012;
	margin: 20px 0px;
	padding: 0px;
	font-weight: bold;
}
#emergency .txt .cao {
	font-size: 140%;
	color: #000;
	font-weight: bold;
}
/* eventlist -------------------------------------------------- */
#calender-list table {
	margin-bottom: 10px;
	width:100%;
}

#calender-list td {
	border: 1px solid #DCDCDC;
	padding: 0px;
}

#calender-list dl.title {
	margin: 0px;
	padding: 5px 20px 5px 20px;
	background-color: #E0EEDC;
	border: solid 1px #D5D5D5;
}

#calender-list dl.contents {
	margin: 0px;
	padding: 5px 20px 5px 20px;
	background-color: #ECECEC;
	border-top: 1px solid #D5D5D5;
}
/* sitemap ----------------------------------------------------- */
#contents-body .switch {
	margin-bottom: 10px;
}

#left-category {
	width: 49%;
	float: left;
}

#right-category {
	width: 49%;
	float: right;
}

#contents-body .category {
	border: solid 1px #A08D00;
}

#contents-body .category h2 {
	padding: 0.25em 0.13em 0.13em 0.25em;
	border-bottom: 1px solid #A08D00;
	background: url(../image/bg_categorybox.jpg);
	font-weight: bold;
}

#contents-body .category li {
	line-height: 150%;
	padding-left: 20px;
	padding: 2px 0 2px 24px;
}

#contents-body .level0 {
	margin: 0.31em;
}

#contents-body .folder {
	background-image: url(../image/icon_folder.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#contents-body .page {
	background-image: url(../image/icon_file.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

/* ------------------------------------------------------------ */
#kessai {
	display: none;
}

/* simpleSlideShow
----------------------------------------------------------- */

.simpleSlideShow img {
	display : none;
}
.simpleSlideShowWrapper {
	margin : 0 auto;
	position : relative;
}
.simpleSlideShowWrapper img {
	position : absolute;
	left : 0;
	top : 0;
}
.simpleSlideShow {
	width: 700px;
	height: 225px;
	background-image: url(/kanko/mainvisual/slide01.jpg);
	background-repeat: no-repeat;
}


#teijyu .simpleSlideShow {
	width: 700px;
	height: 225px;
	background-image: url(/teijyu/mainvisual/slide01.jpg);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------ */
/* globalnavi 202005
 -------------------------------------------------------------- */
/** ------------------------------
 * globalNavArea
  ------------------------------ */

div#globalNavArea {
	background-color: #0073A2;
	clear: both;
	margin-top: 15px;
	word-break: break-word;
	word-wrap : break-word;
}

div#globalNavArea ul {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

div#globalNavArea ul li {
	box-sizing: border-box;
	list-style: none;
	float: none;/* overwrite left */
}

/* globalNavArea link style */
div#globalNavArea li.globalNavItem a:link,
div#globalNavArea li.globalNavItem a:visited,
div#globalNavArea li.globalNavItem a:hover,
div#globalNavArea li.globalNavItem a:active {
	text-decoration: none;
}

/** ------------------------------
 * globalNav
  ------------------------------ */
div#globalNavArea ul#globalNav {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 950px;
}

div#globalNavArea li.globalNavItem {
	background-color: #0073A2;
	line-height: 1.2;
	text-align: center;
	width: 20%;
}

div#globalNavArea li.globalNavItem:hover {
	background-color: #fff;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

div#globalNavArea li.globalNavItem > a {
	display: block;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	padding: 1em .5em;
	position: relative;
}

div#globalNavArea li.globalNavItem:hover > a {
	color: #0073A2;
}

div#globalNavArea li.globalNavItem.active {
	background-color: #fff;
}
div#globalNavArea li.globalNavItem.active > a {
	color: #0073A2;
}


/** ------------------------------
 * megaMenuArea
  ------------------------------ */

div#globalNavArea div.megaMenuArea {
	position: absolute;
	left: 0;
	background-color: #F3F2E0;
	box-sizing: border-box;
	border: 3px solid #025b80;
	font-size: 130%;
	padding: 0 30px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

div#globalNavArea li.globalNavItem:hover div.megaMenuArea {
	visibility: visible;
	opacity: 1;
}

/* megamenu fukidashi sankaku */
div#globalNavArea li.globalNavItem:hover > a.hasMegaMenu::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 12px solid #F3F2E0;
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -14px;
	z-index: 2;
}

/** ------------------------------
 * megaMenu
  ------------------------------ */

div#globalNavArea div.megaMenuArea li {
	margin: .4em 0;
	padding: 0;
	text-align: left;
	position: relative;
	padding-left: 15px;
}
div#globalNavArea div.megaMenuArea a {
	color: #0073A2;
}
div#globalNavArea div.megaMenuArea a:link,
div#globalNavArea div.megaMenuArea a:visited {
	text-decoration: underline;
}
div#globalNavArea div.megaMenuArea a:hover,
div#globalNavArea div.megaMenuArea a:active {
	text-decoration: none;
}

/* megamenu list mark > */
div#globalNavArea div.megaMenuArea li::before {
	content: '';
	width: .4em;
	height: .4em;
	border-top: 1px solid #0073A2;
	border-right: 1px solid #0073A2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: .3em;
	left: 0;
}

div#globalNavArea ul.megaMenu {
	margin: 0;
	padding: 10px 0;
}

div#globalNavArea ul.megaMenu li {
	width: 32%;
}

div#globalNavArea ul.megaMenu > li:nth-child(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
}

div#globalNavArea ul.megaMenu li a {
}

/* Kotei menu
 ------------------------------ */
div#globalNavArea ul.megaMenuKotei {
	margin: 0;
	padding: 10px 0;
	width: 100%;
}

div#globalNavArea ul.megaMenuKotei li {
	width: 24%;
	margin-right: 1%;
}

/* line
 ------------------------------ */
div#globalNavArea ul:not(:first-of-type) {
	border-top: 1px solid #ccc;
}

/* ------------------------------------------------------------ */
/* toppage 202005
 -------------------------------------------------------------- */

/* kinkyujoho genre
 -------------------------------- */
#topKinkyu {
	margin: 10px 0;
	border: solid 3px #900D01;
	background: #FFFFFF;
}
#topKinkyu h2 {
	margin: 0;
	padding: 2px 8px;
	background-image: url(../image/bg_kinkyu.jpg);
	background-repeat: repeat-x;
	background-color: #900D01;
	color: #FFFFFF;
}
#topKinkyu dl {
	margin: 8px;
	position: relative;
}
#topKinkyu dt {
	background: url(../image/icon_arrow02.png) no-repeat left;
	padding-left: 11px;
	width: 7em;
	position: absolute;
}
#topKinkyu dd {
	margin: 0 0 0.5em 0;
	position: relative;
	padding-left: 7.5em;
	word-wrap: break-word;
	overflow-wrap:break-word;
}

/* ad-banner
 -------------------------------- */
#prblock {
	margin: 30px 0 20px;
	padding: 0;
	background: #FFFFFF;
	border-bottom: solid 2px #DFE1E2;
}
#prblock dl {
	margin: 0;
	overflow: hidden;
	background: #DFE1E2;
	_zoom: 1;
}
#prblock dt {
	float: left;
	padding: 10px;
	line-height: 1;
}
#prblock dd {
	float: right;
	margin: 10px;
	font-size: 86%;
	line-height: 1;
}
#prblock dd a:link,
#prblock dd a:visited{
	color: #333333;
}
#prblock dd a:hover,
#prblock dd a:active {
	color: #070B47;
}
#prblock ul {
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#prblock li {
	list-style: none;
	display: block;
	margin: 10px 3px 0 3px;
	text-align: center;
	min-width: 230px;
	max-width: 230px;
	max-height: 55px;
}
#prblock li img {
	display: block;
	width: 100%;
	height: auto;
}
/* slick slide
----------------------------------------------------------- */
/* loading */
.slick-loading .slick-list{
	background: #FFF url("../image/ajax-loader.gif") center center no-repeat;
}