*{
  box-sizing: border-box;
  margin: 0;
}
body{
  font-family:     font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;;
}
.contanier{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.clear{
    clear: both;
}
a {
	text-decoration: none;
}
a:hover {
  text-decoration: underline dotted green;
  color: green;
}
ul {
	list-style: none;
}

/*header-------------------*/
header{
  width: 100%;
  position: fixed;
  background-color: rgba(189, 238, 144, 0.8);
  font-weight: bolder;
  z-index: 100;
}
.c-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;*/
  padding: 1rem 2rem; /* カスタマイズしてください */
  width: 100%;
  position: fixed;
  z-index: 100;
}

.c-header__logo {
  color: green; /* カスタマイズしてください */
  min-width: 80px; /* カスタマイズしてください */
  text-decoration: none;
}

.c-header__list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin: 0 auto;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
  width: 16.6%;
}

.c-header__list-link {
  color: #288494; /* カスタマイズしてください */
  display: block;
  /*margin-right: 20px; /* カスタマイズしてください */
  text-decoration: none;
  padding: 15px 0px;/* カスタマイズしてください */
  text-align: center;
}
.c-header__list-link:hover {
  color: #fff;
  /*filter: opacity(0.5); /* カスタマイズしてください */
  text-decoration: none;
  background-color: #4ab969;
}
.c-hamburger-menu {
  position: relative;
}

.dropmenu ul {
  visibility: hidden;
}
.dropmenu li:hover ul{
	visibility: visible;
}
.dropmenu li {
  position: relative;
      /*width: 200px;*/
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a {
  display: block;
  margin: 0;
    /*padding: 15px 0 11px;
    background: #333;
    color: #FFF;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;*/
  text-decoration: none;
}
.dropmenu li:hover > a{
  color: #288494;
  /*filter: opacity(0.5); /* カスタマイズしてください */
  text-decoration: none;
  background-color: #31cab0;
}
.dropmenu li:hover > a[href="#"]::after{
	content: "ー";
}
.dropmenu li a:hover{
  color: #fff;
  background-color: #4ab969;
}
.dropmenu li a[href="#"]:after{
  content: "▼";
}
.dropmenu li a[href="#"]:hover{
  color: #288494;
  background-color: #31cab0;
  cursor: default;
}
.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  color: green;
}
.dropmenu li ul li {
  display: block;
  width: 100%;
	background-color: #31beca;
}
.dropmenu li ul li a {
  display: block;
  margin: 0;
  color: rgb(0, 255, 0);
  padding: 10px 0;
  border-top: 1px solid #ACCCA3;/*上部境界線*/
}
.dropmenu li ul li a:hover {
  color: #fff;
  background-color: #4ab969;
}
/*.main--------------------*/
/*-------------------------*/
.top-warp{
  text-align: center;
}
/*スライドイメージ--------------------*/
/* 全体 */
.slide {
    position   : relative;
    max-width  : 100%;
    height     : 50vh;
    margin     : auto;
    overflow   : hidden;
  }
  
  /* スライドショー背景の設定 */
  .slide .bgImg {
    position   : absolute;
    top        : 0;
    left       : 0;
    bottom     : 0;
    right      : 0;
    opacity    : 0;
    background-size:cover;
    background-position: center;
    /* 4枚を5s毎で計20s */
    animation  : pseudoAnimation 20s infinite; /* infiniteで繰り返す */ 
  }
  
  /* 時間差で背景画像のアニメーションを開始 */
  .slide .srcImage1 {
    background-image : url(../img/photo/081101banpaku001.jpg);
  }
  .slide .srcImage2 {
    background-image : url(../img/photo/081101banpaku002.jpg);
    animation-delay  : 5s;
  }
  .slide .srcImage3 {
    background-image : url(../img/photo/nakanoshima001.JPG);
    animation-delay  : 10s;
  }
  .slide .srcImage4 {
    background-image : url(../img/photo/nakanoshima002.JPG);
    animation-delay  : 15s;
  }
  
  /* 20sのうち最初の約5sだけ表示する */
  @keyframes pseudoAnimation {
     0% { opacity: 0; }
     5% { opacity: 1; } /* 表示タイミングをずらしてフェードイン風に */
    25% { opacity: 1; }
    30% { opacity: 0; }
   100% { opacity: 0; }
  }
/*-------------------------*/
.message-warp{
  width: 100%;
}
 .top-message{
    width: 45%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    background-color: rgba(255, 131, 0, .5);
    border-radius: 10px;
 }
 .top-message h1{
    padding : 41px 0;
    color: white;
	font-size: 36px;
	font-weight: bold;
 }
/*-------------------------*/
.youtubewarp{
  width: 100%;
  margin: 10px 0;
}
.titelpoint{
  float: left;
  height: 30px;
  width: 30px;
  background-color: #93e3f1;
  border-bottom: #4ab969 5px solid;
}
.youtubetitle h3{
  float: left;
  text-align: left;
  padding-left: 10px;
}
.youtube {
  width: 100%;
  margin-top: 10px;
  /*aspect-ratio: 16 / 9;*/
}
.youtube iframe {
  width: 49%;
  float: left;
  margin: 0.5%;
}

/*-------------------------
.contents-warp{
  width: 100%;
  text-align: center;
}
.area-warp{
  width: 25%;
  padding: 10px 4px;
  float: left;
  background-color: rgb(213, 169, 224);
}
.area{
  width: 100%;
  background-color: rgb(181, 243, 243);
  border-radius: 10px;
}
.area h4{
  padding: 15px 0;
  text-align: center;
  background-color: lightyellow;
  border-radius: 10px 10px 0 0 ;
}
.area p{
  text-align: left;
  height: 210px;
  padding: 10px;
}
/*---------------------------*/
table{
  border-collapse: collapse;
}
.index-top {
  display: none;
}
/*page ----------------------*/
.page-warp {
  padding-top: 5.4%;
}
/*--------------------------*/
.info-title {
  border: 3px solid green;
  background-color: lightgreen;
  color: green;
  padding: 10px;
}
.info-title h1 {
  font-size: 24px;
}
.info-warp h2 {
  margin-top: 20px;
}
/*-------------------------*/
.interior {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.interior .privacytitle {
  padding: 20px 0 0;
}
.interior h3 {
  margin: 30px 0 ;
  padding-left: 10px;
  border-left: 10px seagreen solid;
}
.interior h4{
  padding-left: 10px;
  border-left: 10px royalblue solid;
}
.interior p {
  padding-left: 35px;
  line-height: 35px;
}
.interior ul {
  padding: 10px 0 10px 60px;
}
.interior li {
  padding: 5px 0;
}
/*-------------------------*/
.address {
  margin: 10px 0 0 30px;
}
.name-right {
  text-align: right;
  margin: 10px 30px 0 0;
}
.president {
  font-size: larger;
  font-family: Yu Mincho;
  font-weight: bolder;
}
/*-------------------------*/
.info-list {
  margin: 20px 50px;
}
.info-list li {
  padding: 5px 0;
}
.info-list ul{
  padding: 10px 0 10px 35px;
}
.list-first ul{
  list-style-type: disc;
}
.list-second ul{
  list-style-type: circle;
}
/*-------------------------*/
.infoboad{
  margin-bottom: 30px;
}
.infoboad table {
  width: 700px;
  margin: 10px 50px;
}
.infoboad table th {
  width: 20%;
  text-align: left;
  font-weight: bold;
}

.infoboad table td em {
  font-weight: bold;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
}
.tb01 th {
  background: lightseagreen;
  color: #fff;
}
/*-------------------------*/
.mhlw table {
	width: 800px;
	border-collapse: collapse;
	margin: 0 auto;
}
.mhlw table td {
	border: #cece solid 2px;
}
.mhlw table tbody tr:nth-child(even) {
	background-color: #eee;
}
.banner {
	width: 235px;
	background-color: #fff;
}
.mhlw-txt {
	padding-left: 20px;
}
/*-------------------------*/
.pastevent_list table{
  width: 1000px;
  border-collapse: collapse;
  margin: 0 auto;
}
.pastevent_list tr {
  background-color: #fff;
  color:#000;
}
.pastevent_list table tbody tr:nth-child(even) {
  background-color: #eee;
}
.pastevent_list table th,
.pastevent_list table td {
  padding: 1em 1em;
}
.pastevent_list table thead th {
  color: white;
  background-color: lightseagreen;
}
.pastevent_list tbody th {
  text-align: left;
  padding-left: 20px;
}
.pastevent_list table td:first-of-type {
  text-align: center;
  padding: 1px 0;
}
/*-------------------------*/
.ivent-cont table {
	width: 100%;
	table-layout: fixed;
}
.ivent-cont th {
	width: 15%;
	padding: 20px;
	background-color: honeydew;
}
.ivent-cont td {
	padding: 10px 20px;
	overflow-wrap : break-word;
}
.ivent-cont tr:nth-of-type(even) {
	background-color: ghostwhite;
}

/*-------------------------*/
.button { 
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 5px auto;
  border-radius: 5px;
  padding: 10px;
  width: 25%;
}
.formbutton .button:first-of-type {
  background-color: green;
}
.formbutton .button:nth-of-type(2) {
  background-color: blueviolet;
}
.formbutton .button:last-of-type {
  background-color: yellowgreen;
}
.formbutton {
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.to-button {
  margin: 20px;
  text-align: center;
}
.to-button .button {
  background-color: green;
}
.to-button .toform {
  background-color: blue;
}
.to-button .pryvacy-btn {
  background-color: blueviolet;
}
.right-button {
  text-align: right;
  margin: 20px;
}
.top-btn {
  background-color: yellowgreen;
  width: 10%;
}
.back-btn {
  background-color: green;
  width: 10%;
}
.bottom-btn{
  display: flexbox;
  flex-direction: column;
  margin: 10px;
}

.back-top_btn {
  margin: 20px;
  text-align: right;
}
.back-top_btn .button {
  width: 10%;
}
.back-top_btn .button:first-of-type {
  background-color: green;
}
.back-top_btn .button:last-of-type {
  background-color: yellowgreen;
}

.button:hover {
  opacity: .7;
  color: #eee;
  text-decoration: none;
}

/*-------------------------*/
.photobox_1{
  display: flex;
  justify-content: space-between;
}
.photobox_1 .photo{
  width: 275px;
  height: 235px;
}
.aboutbox{
  display: flex;
  justify-content: space-between;
}
.aboutbox .listtextbox{
  width: 430px;
}
.aboutbox .photobox_2{
  width: 430px;
  margin-left: 45px;
}
.aboutbox .photobox_2 .photo{
  width: 200px;
  height: 175px;
}
.aboutbox .photobox_2 .photoall{
  width: 430px;
}
/*sitemap------------------*/
.sitemap-list {
  margin: 50px;
  list-style-image:  radial-gradient( lightgreen, blue );
  list-style-type: square;
}
.sitemap-list::marker{
  font-size: 30px;
}
.sitemap-list li {
  margin: 10px 0;
  padding: 30px 0 0 15px;
}
.sitemap-list li::marker{
  font-size: 30px;
}
.sitemap-child {
  padding-left: 50px;
}
.sitemap-child li{
  list-style-image:  radial-gradient( blue, lightgreen);
  list-style-type: square;
}

/*footer-------------------*/
footer{
    width: 100%;
    position: absolute;
    background-color: rgb(144, 238, 144);
    color: green;
}
.c-footer {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 2rem; /* カスタマイズしてください */
  width: 100%;
}
.footer-right ul{
    list-style: none;
}
/*japan_map-----------------*/

/*-------------------------*/
.alljapan_list {
	margin-top: 30px;
  }
  .alljapan_list table{
	width: 1000px;
	border-collapse: collapse;
	margin: 0 auto;
  }
  .alljapan_list table tr {
	background-color: #fff;
	color:#000;
  }
  .alljapan_list table tbody tr:nth-child(even) {
	background-color: #eee;
  }
  .alljapan_list table th a {
	display: block;
	font-weight: bold;
  }
  .alljapan_list table th,
  .alljapan_list table td {
	padding: .8em 1em;
  }
  .alljapan_list table thead th {
	color: white;
	font-weight: bold;
	background-color: lightseagreen;
  }
  .alljapan_list table tbody th {
	text-align: left;
  }
  .alljapan_list table td:nth-of-type(odd) {
	text-align: center;
  }
  
  .prefecture {
	  background-repeat: no-repeat;
	  background-position: 50% 0;
	  background-color: rgba(255,255,255,0.6);
	  background-blend-mode: lighten;
	  background-size: 25%;
	  padding-bottom: 5px;
  }
  .hokkaido {
	  background-image: url(../page/alljapan/prefecture/hokkaido-prefecture_shima_map_outline.png);
	  background-size: 30%;
  }
  .aomori {
	  background-image: url(../page/alljapan/prefecture/aomori-prefecture_map_outline.png);
  }
  .iwate {
	  background-image: url(../page/alljapan/prefecture/iwate-prefecture_map_outline.png);
  }
  .akita {
	  background-image: url(../page/alljapan/prefecture/akita-prefecture_map_outline.png);	
  }
  .miyagi {
	  background-image: url(../page/alljapan/prefecture/miyagi-prefecture_map_outline.png);
  }
  .yamagata  {
	  background-image: url(../page/alljapan/prefecture/yamagata-prefecture_map_outline.png);
  }
  .fukushima {
	  background-image: url(../page/alljapan/prefecture/fukushima-prefecture_map_outline.png);
  }
  .gunma {
	  background-image: url(../page/alljapan/prefecture/gunma-prefecture_map_outline.png);
  }
  .tochigi {
	  background-image: url(../page/alljapan/prefecture/tochigi-prefecture_map_outline.png);
  }
  .ibaraki {
	  background-image: url(../page/alljapan/prefecture/ibaraki-prefecture_map_outline.png);
  }
  .saitama {
	  background-image: url(../page/alljapan/prefecture/saitama-prefecture_map_outline.png);
  }
  .chiba {
	  background-image: url(../page/alljapan/prefecture/chiba-prefecture_map_outline.png);
  }
  .tokyo {
	  background-image: url(../page/alljapan/prefecture/tokyo-prefecture_map_outline.png);
  }
  .kanagawa {
	  background-image: url(../page/alljapan/prefecture/kanagawa-prefecture_map_outline.png);
  }
  .niigata {
	  background-image: url(../page/alljapan/prefecture/niigata-prefecture_map_outline.png);
  }
  .toyama {
	  background-image: url(../page/alljapan/prefecture/toyama-prefecture_map_outline.png);
  }
  .ishikawa {
	  background-image: url(../page/alljapan/prefecture/ishikawa-prefecture_map_outline.png);
  }
  .fukui {
	  background-image: url(../page/alljapan/prefecture/fukui-prefecture_map_outline.png);
  }
  .yamanashi {
	  background-image: url(../page/alljapan/prefecture/yamanashi-prefecture_map_outline.png);
  }
  .nagano {
	  background-image: url(../page/alljapan/prefecture/nagano-prefecture_map_outline.png);
  }
  .gifu {
	  background-image: url(../page/alljapan/prefecture/gifu-prefecture_map_outline.png);
  }
  .shizuoka {
	  background-image: url(../page/alljapan/prefecture/shizuoka-prefecture_map_outline.png);
  }
  .aichi {
	  background-image: url(../page/alljapan/prefecture/aichi-prefecture_map_outline.png);
  }
  .mie {
	  background-image: url(../page/alljapan/prefecture/mie-prefecture_map_outline.png);
  }
  .shiga {
	  background-image: url(../page/alljapan/prefecture/shiga-prefecture_map_biwako-02_outline.png);
  }
  .kyoto {
	  background-image: url(../page/alljapan/prefecture/kyoto-prefecture_map_outline.png);
  }
  .osaka {
	  background-image: url(../page/alljapan/prefecture/osaka-prefecture_map_outline.png);
  }
  .hyogo {
	  background-image: url(../page/alljapan/prefecture/hyogo-prefecture_map_outline.png);
  }
  .nara {
	  background-image: url(../page/alljapan/prefecture/nara-prefecture_map_outline.png);
  }
  .wakayama {
	  background-image: url(../page/alljapan/prefecture/wakayama-prefecture_map_outline.png);
  }
  .tottori {
	  background-image: url(../page/alljapan/prefecture/tottori-prefecture_map_outline.png);
  }
  .shimane {
	  background-image: url(../page/alljapan/prefecture/shimane-prefecture_shima_map_outline.png);
  }
  .okayama {
	  background-image: url(../page/alljapan/prefecture/okayama-prefecture_map_outline.png);
  }
  .hiroshima {
	  background-image: url(../page/alljapan/prefecture/hiroshima-prefecture_map_outline.png);
  }
  .yamaguchi {
	  background-image: url(../page/alljapan/prefecture/yamaguchi-prefecture_map_outline.png);
  }
  .tokushima {
	  background-image: url(../page/alljapan/prefecture/tokushima-prefecture_map_outline.png);
  }
  .kagawa {
	  background-image: url(../page/alljapan/prefecture/kagawa-prefecture_map_outline.png);
  }
  .ehime {
	  background-image: url(../page/alljapan/prefecture/ehime-prefecture_map_outline.png);
  }
  .kochi {
	  background-image: url(../page/alljapan/prefecture/kochi-prefecture_map_outline.png);
  }
  .fukuoka {
	  background-image: url(../page/alljapan/prefecture/fukuoka-prefecture_map_outline.png);
  }
  .saga {
	  background-image: url(../page/alljapan/prefecture/saga-prefecture_map_outline.png);
  }
  .nagasaki {
	  background-image: url(../page/alljapan/prefecture/nagasaki-prefecture_map_outline.png);
  }
  .kumamoto {
	  background-image: url(../page/alljapan/prefecture/kumamoto-prefecture_map_outline.png);
  }
  .oita {
	  background-image: url(../page/alljapan/prefecture/oita-prefecture_map_outline.png);
  }
  .miyazaki {
	  background-image: url(../page/alljapan/prefecture/miyazaki-prefecture_map_outline.png);
  }
  .kagoshima {
	  background-image: url(../page/alljapan/prefecture/kagoshima-prefecture_shima_map_outline.png);
  }
  .okinawa {
	  background-image: url(../page/alljapan/prefecture/okinawa-prefecture_map_outline.png);
  }
  .japan {
	  background-image: none;
	}
/******* 地図成形 *******/
#japan-map div div.region div {
	border: 1px #ffffff solid;
	text-align: center;
	font-size: 14px;
 	display: flex;
		display: -webkit-flex;
 	align-items: center; /* 縦方向中央揃え */
 		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	justify-content: center; /* 横方向中央揃え */
 		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	border-radius: 6px;
		-webkit-border-radius: 6px;
	position: absolute;
	box-sizing: border-box;
	transition: 0.2s;
}
#japan-map div div.region div:hover {
	opacity: 0.5;
	transition: 0.2s;
}

#japan-map {
	display: block;
	width: 777px;
	height: 482px;
	background-color: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#japan-map p.region-title {
	display: none;
}

/* 北海道・東北 */

#hokkaido-touhoku {
	width: 136px;
	display: block;
	height: 265px;
	position: absolute;
	left: 638px;
}
#hokkaido-touhoku div.region div {
	background-color: #7478c2;
	color: #ffffff;
}

#hokkaido {	
	width: 133px;
	height: 70px;
}
#aomori {
	width: 93px;
	height: 43px;
	left: 21px;
	top: 96px;
}
#akita {
	width: 67px;
	height: 42px;
	left: 3px;
	top: 139px;

}
#iwate {
	width: 67px;
	height: 42px;
	left: 70px;
	top: 139px;
}
#yamagata {
	width: 67px;
	height: 42px;
	top: 181px;
	left: 3px;
}
#miyagi {
	width: 67px;
	height: 42px;
	top: 181px;
	left: 70px;
}
#fukushima {
	width: 67px;
	height: 42px;
	top: 223px;
	left: 70px;
}

/* 関東 */

#kantou {
	width: 158px;
	display: block;
	height: 174px;
	position: absolute;
	top: 265px;
	left: 623px;
	z-index: 2;
}
#kantou div.region div {
	background-color: #31beca;
	color: #ffffff;
}
#ibaraki {
	width: 52px;
	height: 85px;
	top: 0px;
	left: 100px;
}
#tochigi {
	width: 50px;
	height: 42px;
	top: 0px;
	left: 50px;
}
#gunma {
	width: 50px;
	height: 42px;
	top: 0px;
	left: 0px;
}
#saitama {
	width: 100px;
	height: 43px;
	top: 42px;
	left: 0px;
}
#chiba {
	width: 52px;
	height: 84px;
	top: 85px;
	left: 100px;
}
#tokyo {
	width: 100px;
	height: 42px;
	top: 85px;
	left: 0px;
}
#kanagawa {
	width: 67px;
	height: 42px;
	top: 127px;
	left: 0px;
}

/* 中部 */

#chubu {
	width: 270px;
	height: 211px;
	position: absolute;
	left: 438px;
	top: 223px;
}
#chubu div.region div {
	background-color: #4ab969;
	color: #ffffff;
}

#nigata {
	width: 85px;
	height: 42px;
	left: 185px;
}
#toyama {
	width: 67px;
	height: 42px;
	left: 118px;
}
#ishikawa {
	width: 50px;
	height: 57px;
	left: 68px;
}
#fukui {
	width: 68px;
	height: 42px;
	left: 0px;
	z-index: 2;
}
#nagano {
	width: 67px;
	height: 85px;
	left: 118px;
	top: 42px
}
#yamanashi {
	width: 67px;
	height: 42px;
	left: 118px;
	top: 127px;
}
#gifu {
	width: 50px;
	height: 55px;
	left: 68px;
	top: 57px
}
#shizuoka {
	width: 67px;
	height: 42px;
	left: 118px;
	top: 169px;
}
#aichi {
	width: 50px;
	height: 57px;
	top: 112px;
	left: 68px;
}

/* 近畿 */

#kinki {
	width: 186px;
	height: 211px;
	position: absolute;
	left: 320px;
	top: 223px;
}
#kinki div.region div {
	background-color: #b0b72f;
	color: #ffffff;
}

#kyoto {
	width: 67px;
	height: 84px;
	left: 51px;
}
#shiga {
	width: 68px;
	height: 42px;
	top: 42px;
	left: 118px;
}
#osaka {
	width: 67px;
	height: 85px;
	top: 84px;
	left: 51px;
}
#nara {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 118px;
}
#mie {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 152px;
}
#wakayama {
	width: 113px;
	height: 42px;
	top: 169px;
	left: 61px;
}
#hyougo {
	width: 51px;
	height: 98px;
	left: 0px;
}

/* 中国 */

#chugoku {
	width: 151px;
	height: 98px;
	position: absolute;
	left: 169px;
	top: 223px;
}
#chugoku div.region div {
	background-color: #ef9f27;
	color: #ffffff;
}
#tottori {
	width: 50px;
	height: 49px;
	left: 101px;
}
#okayama {
	width: 50px;
	height: 49px;
	top: 49px;
	left: 101px;
}
#shimane {
	width: 51px;
	height: 49px;
	left: 50px;
}
#hiroshima {
	width: 51px;
	height: 49px;
	top: 49px;
	left: 50px;
}
#yamaguchi {
	width: 50px;
	height: 98px;
	left: 0px;
}

/* 四国 */

#shikoku {
	width: 184px;
	height: 84px;
	position: absolute;
	left: 169px;
	top: 350px;
}
#shikoku div.region div {
	background-color: #d08f68;
	color: #ffffff;
}
#kagawa {
	width: 92px;
	height: 42px;
	right: 0px;
}
#ehime {
	width: 92px;
	height: 42px;
	left: 0px;
}
#tokushima {
	width: 92px;
	height: 42px;
	right: 0px;
	top: 42px;
}
#kouchi {
	width: 92px;
	height: 42px;
	left: 0px;
	top: 42px;
}

/* 九州・沖縄 */

#kyusyu {
	width: 152px;
	height: 247px;
	position: absolute;
	left: 0px;
	top: 235px;
}
#kyusyu div.region div {
	background-color: #ff7575;
	color: #ffffff;
}
#fukuoka {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 0px;
}
#saga {
	width: 50px;
	height: 50px;
	left: 51px;
	top: 0px;
}
#nagasaki {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 0px;
}
#oita {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 50px;
}
#kumamoto {
	width: 50px;
	height: 100px;
	left: 51px;
	top: 50px;
}
#miyazaki {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 100px;
}
#kagoshima {
	width: 68px;
	height: 49px;
	left: 83px;
	top: 150px;
}
#okinawa {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 197px;
}
/******* 地図成形 -- END --*******/

