body{
	background: url(../images/common/main_bg.gif) repeat center center;
}
/*base
----------------------------------------------------------*/
a{
	color: #1c622a;
}
.arrowLink,.arrowLink:hover{
	background: url(../images/common/arrow03.png) no-repeat;
	padding-left: 30px;
	line-height: 18px;
	display: inline-block;
}



/*layout
----------------------------------------------------------*/

#footer .inner,
#contents{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#header .inner{
	width: 960px;
	margin: 0 auto;
}
#header{
	height: 220px;
	margin-bottom: 70px;
}
#contents{
	overflow: hidden;
}
#mainCol{
	width: 630px;
	margin-bottom: 40px;
	float: left
}
#rightCol{
	width: 300px;
	float: right;
}
#footer{
	/* height: 233px;
	background: url(../images/common/footer_background.png) repeat-x; */
	padding-bottom: 20px;
}

/*header
----------------------------------------------------------*/
#header h1{
	background: url(../images/common/h1_text.png) no-repeat;
	height: 46px;
	width: 406px;
	text-indent: -9999px;
	float: left;
	margin-bottom: 70px;
}
#header #copy{
	background: url(../images/common/h1_sub_text.png) no-repeat 0 10px;
	height: 20px;
	width: 403px;
	text-indent: -9999px;	
	float: right;
	padding-top: 10px;
}
#header #contentJump{
	color: #fff;
}
#header .sub{
	font-size: 85%;
	height: 45px;
	margin-bottom: 30px;
	color: #fff;
}
#header .sub a{
	color: #fff;
}
#header .sub p{
	line-height: 45px;
	float: left;
}
#header .sub ul{
	float: right;
}
#header .sub ul li{
	float: left;
	line-height: 45px;	
	margin-left: 10px;
	padding-left: 20px;
	background: url(../images/common/arrow01.png) no-repeat left center; 
}
#header #breadcrumb{
	padding: 190px 0 0;
}
#header #breadcrumb li{
	float: left;
	font-size: 86%;
	margin:-50px 0 50px
}
#header #breadcrumb li:after{
	content: " ＞ "
}
#header #breadcrumb li:last-child:after{
	content: ""
}
/*navi
---------------------------*/
#header{
	background: url(../images/common/headerBg.png) repeat-x center top;
}
#header #menu{
	clear: left;
	/* height: 74px; */
	font-size: 120%;	
}

#header #menu li {
    float: left;
	text-align: center;
	position: relative;
}
#header #menu li.navi01 a{
    display: block;
	width: 214px;
	height: 74px;
	line-height: 104px;
    background: url(../images/menu/g_nav01.png) top center no-repeat;

}
#header #menu li a{
	color: #2c1406;
	font-weight: bold;
	text-decoration: none;
}
#header #menu li.navi02 a{
    display: block;
	width: 256px;
    height: 74px;
    line-height: 104px;
    background: url(../images/menu/g_nav02.png) top center no-repeat;
}
#header #menu li a span{
	font-size: 12px;
	font-weight: normal;
	background:#fff;
	position: absolute;
	top: 80px;
	left: 20px;
	text-align: left;
	padding: 10px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2); 	
	border: 1px solid #a3a380;
	z-index: 100;
	display: none;
	color: #2c1406;
}
 
#header #menu li a span:before {
	border:10px solid transparent;
	border-bottom-color:#fff;
	border-top-width:0;
	top:-9px;
	content:"";
	display:block;
	left:10px;
	position:absolute;
	width:0;
	z-index:1;
}
#header #menu li a span:after {
	border:10px solid transparent;
	border-bottom-color:#a3a380;
	border-top-width:0;
	top:-11px;
	content:"";
	display:block;
	left:10px;
	position:absolute;
	width:0;
}
#header #menu li a:hover span{
	display: block;
	
}
#header #menu li.navi03 a{
    display: block;
	width: 245px;
    height: 74px;
    line-height: 104px;
    background: url(../images/menu/g_nav03.png) top center no-repeat;    
}
#header #menu li.navi04 a{
    display: block;
	width: 245px;
    height: 74px;
    line-height: 104px;
    background: url(../images/menu/g_nav03.png) top center no-repeat;  
}
#header #menu li a:hover{
	color: #f8f47d;
    background-position: bottom center;
}

/*mainCol
----------------------------------------------------------*/

#mainCol #news{
	overflow: hidden;
	margin: 40px 0;
}
#mainCol #news dt{
	float: left;
	clear: left;
	padding-right: 1.5em;
	margin-right: 10px;
	background: url(../images/common/arrow02.png) right center no-repeat;	
}
#mainCol #news dd.date{
	margin-right: 1.5em;
	padding: 0 5px;
}
#mainCol #news dd{
	float: left;
	color: #fff;
}
#mainCol #news dd.info{
	background-color: #1C622A;
}
#mainCol #news dd.update{
	background-color: #157594;
}
#mainCol #news dd.notice{
	background-color: #EF8F00;
}
#mainCol #news dd.ttl{
	width: 380px;
	margin-bottom: 1.5em;	
}
#mainCol #news dd.ttl p{
	color: #000;
}
#mainCol #eventInfo{
	border: 1px solid #bdd5c2;
	background: url(../images/common/sky_eventInfo.jpg) no-repeat #fff;
	margin-bottom: 20px;
	padding-top: 30px;
}
#mainCol #eventInfo h2{
	text-align: center;
	margin-bottom: 30px;
}
#mainCol #eventInfo .lead{
	padding: 0 30px;
	margin-bottom: 40px;
	font-weight: bold;
}
#mainCol #eventInfo #wrap{
	overflow: hidden;
	padding-bottom: 20px;
}
#mainCol #pickUp{
	float: left;
	width: 235px;
	padding-left: 30px;
	border-right: 1px solid #bdd5c2;
}
#mainCol #pickUp ul{
	padding-left: 10px;	
}
#mainCol #pickUp ul li{
	margin-bottom: 20px;
	background: url(../images/common/arrow03.png) no-repeat;
	padding-left: 30px;
}
#mainCol #pickUp ul li:last-child{
	margin-bottom: 0;
}
#mainCol #monthly h4{
	color: #23797c;
	margin-bottom: 10px;
}
#mainCol #monthly .eventTtl{
	font-size: 105%;
	font-weight: bold;
}
#mainCol #monthly .eventTtl a{
	background: url(../images/common/arrow03.png) left center no-repeat;
	padding-left: 30px;	
	line-height: 20px;
	display: block;	
}
#mainCol #monthly{
	padding-right: 30px;
	margin-left: 295px;
}
#mainCol #monthly table{
	font-size: 86%;
}
#mainCol #monthly table th{
	text-align: left;	
}
#mainCol #monthly table td{
	width: 230px;
	padding-bottom: 8px;	
}
#mainCol #monthly .eventText{
	margin-bottom: 15px;
}
#mainCol #information{
	border-top: 1px solid #bdd5c2;
	padding: 30px;
}
#mainCol #information h3{
	margin-bottom: 15px;	
}
/*#mainCol #information .leaf{
	background: 
}*/
#mainCol #information .text{
	margin-bottom: 15px;
}

#mainCol .note{
	font-size: 86%;
	color: #333;
	padding: 30px 10px 0;
	clear: left;
}

#mainCol #eventInfo .note{
	padding: 30px 40px;
}
/*rightCol
----------------------------------------------------------*/
#rightCol ul li{
	margin-bottom: 20px;	
}
#rightCol ul li a{
	border: 1px solid #bdd5c2;
	display: block;
}
#rightCol ul li a:hover{
	border: 1px solid #a3a380;	
}

#nats_banner_box {
    width: 278px;
    padding: 20px 10px;
    border: 1px solid #a3a380;
    background-color: #FFFFFF;
}

#nats_banner_box #text01 {
    font-size: 110%;
    font-weight: bold;
    color:#BC0404;
    line-height: 1.2;
    text-align: center;
}
#nats_banner_box #link_box {
    margin: 10px 0 15px 20px;
    width: 250px;
    height: 35px;
    position: relative;
}

#nats_banner_box p {
    position: absolute;
    top: 17px;
    left: 155px;
}

#nats_banner_box #text02 {
    font-size: 100%;
    line-height: 1.4;
    text-align: center;
}


/*footer
----------------------------------------------------------*/
#footer{
	padding-top: 25px;
	font-size: 86%;
	margin-top:25px;
}
#footer #banner{
	position: relative;
	overflow: hidden;
}
#footer #banner p{
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	font-size: 95%;
}
#footer #banner ul{
	position: relative;
	left: 50%;
	float: left;
}
#footer #banner li{
	position: relative;
	left: -50%;
	float: left;
	margin: 0 20px 30px;
	
}
#footer #banner li a{
	border: 1px solid #bdd5c2;
	display: block;	
}
#footer #banner li a:hover{
	border: 1px solid #a3a380;
}
#footer p{
	clear: both;
	color: #15461f;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 120%;
}
#footer #navi li{
	float: left;	
	margin-bottom: 10px;
}
#footer #navi li:after{
	content: "｜"
}
#footer address{
	clear: both;
	font-style: normal;
	
}


/*old css 
------------------------------------------------------------------
*/
.text-s　{
	font-size:90%;
}
.menutxt {
	font-size:90%;
	line-height: 150%;
	text-indent: 10px;
	border-color: #006600;
}
P.box {
	width: auto;
	height: 50px;
	margin-left: 0px;
	background-color: #43C3CD;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 90%;
	padding-right: 10px;
}

P.box2 {
	width: 750px;
	height: 80px;
	/*algin-center: 0px;*/
	font-size: 90%;
	padding-left: 25%;
}
/* menu */
.text-m {
	line-height: 18px;
	margin-top: 0px;
	height: 99px;
}

.totop {
	text-align: right;
	background-image: url(../images/menu/menuback.gif);
	padding-right: 20px;
}


/* TOP */
.topics {
	line-height: 180%;
	padding-left: 10px;
	background: url(../images/topimg/topicsback4.jpg)
}
.topicstable  {
	border-color: #0000FF;
	border-width: thin;
}
.back  { background: url(../images/topimg/topback_1.gif) no-repeat }

.bg2 {
	background: url(../images/topimg/maru4.gif);
	width: 26px;
	background-color: #FCE2BB;
      }
.style1 {line-height: 16pt}
.margin {
	margin-top: 40px;
	margin-bottom: 20px;
}

.margin2 {
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
}


/* kansatu */

.title{
	font-size: 150%;
	color: #006600;
	line-height: 120%;
}
.text-g{
	font-size:100%;
	line-height: 120%;
	color: #009900;
	margin-left: 60px;
}

.imgmargin{margin-left: 20px;
}

.imgmargin2{
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 60px;
	line-height: 200%;
	text-indent: -1em;
}

.imgmargin3{margin-left: 160px;
margin-top: 20px;}


div.boxkan{
	margin-left: 20px;
	margin-bottom: 20px;
	border-bottom-color: #FF9900;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	width: 850px;
	padding: 10px 10px 10px 10px
}

P.boxkan{
	margin-left: 10px;
	border-bottom-color: #FF9900;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	width: 850px;
	padding: 4px 4px 4px 4px
}
.boxkan2{
	margin-top: 20px;
	margin-left: 20px;
	border-bottom-color: #FFCC33;
	background-color: #FFCC33;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-left-color: #FFCC33;
	width: 900px;
	padding: 4px 4px 4px 4px
}

table.kan{
	margin-left: 20px;
}

table.TG{
	margin-left: 20px;
	line-height: 110%;
	width: 750px;
}

P.txtmargin{
	font-size:100%;
	line-height: 150%;
	padding-left: 30px;
	width: 850px;
	margin-top: 10px;
	margin-bottom: 10px;
}



	
/* pro */

.protxt {
	color: #006600;
	font-weight: bold;	
   }
.protxt2 {
	color: #006600;
	font-size: 90%;
	line-height: 120%;
   }
.protxt3 {
	font-size: 90%;
	line-height: 120%;
    }
.protxt4 {
	color: #006600;
	font-weight: bold;	
	font-size:120%;
	}	
#information {
	font-size: 100%;
	line-height: 150%;
	width: 520px;
	float: left;
	padding-top: 10px;
	margin-left: 15px;
}
#shisetu {
	font-size: 100%;
	line-height: 150%;
	background-color: #DDDFCA;
	float: left;
	width: 510px;
	padding: 5px;
	margin-top: 10px;
	margin-left: 15px;

}
	
.txtbox{
	background-color: #FFCC00;
}
.imgpro{
	margin-left: 50%;
}
p.probox2{
	margin-left: 20px;
	border-bottom-color: #FFCC00;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00;
	width: 800px;
	padding: 0px 0px 4px 4px
}
	
table.pro{
	margin-left: 20px;
	width: 800px;	
	}

.tbl_line {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-left-color: #FF9900;
	background-color: #F8F9F7;
	margin-right: auto;
}

.tbl_line td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 210px;
}

.tbl_td_title {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	background-color: #FFCC33;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 100px;
}


.tbl_line2 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-left-color: #FF9900;
	background-color: #F8F9F7;
	margin-right: auto;
}

.tbl_line2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 290px;

}

/* mini */

.bgmini{
	width: 38px;
	background-image: url(../mini/images/maru1.gif);
     }
.bgmini2{
	width: 4px;
	background-image: url(../mini/images/maru2.gif);
     }
.bgmini3{
	width: 25px;
	background-image: url(../mini/images/maru3.gif);
     }
.bgminimain{
	background-color: #FFFFFF;
     }
h1.mini1{
	margin-left: 10px;
	background-color: #fffacd;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	line-height: 200%;
	width: 95%;
	font-weight: normal;
}

h1.mini2{
	margin-left: 10px;
	background-color: #ffc0cb;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	line-height: 200%;
	width: 95%;
	font-weight: normal;
}

h1.mini3{
	margin-left: 10px;
	background-color: #E5FFE5;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	line-height: 200%;
	width: 95%;
	font-weight: normal;
}

h1.mini4{
	margin-left: 10px;
	background-color: #FFFFCC;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	line-height: 200%;
	width: 95%;
	font-weight: normal;
}

h1.mini5{
	margin-left: 10px;
	background-color: #E5E5CC;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	line-height: 200%;
	width: 95%;
	font-weight: normal;
}

h1.mini6{
	margin-left: 10px;
	background-color: #CCFFFF;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	line-height: 200%;
	width: 95%;
	font-weight: normal;
}
h1.mini7{
	margin-left: 10px;
	background-color: #CCFFF5;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	line-height: 200%;
	width: 95%;
	font-weight: normal;
}
h1.mini8{
	margin-left: 10px;
	background-color: #ccccff;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	line-height: 200%;
	width: 95%;
	font-weight: normal;
}

h1.mini9{
	margin-left: 10px;
	background-color: #ffefef;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	line-height: 200%;
	width: 95%;
	font-weight: normal;
}

.txtmini{
	margin-left: 780px;
	margin-top: 20px;
	margin-bottom: 20px;

	
}

/* shizenhodo */

#hodophoto {
	float: right;
	width: 200px;
	padding-left:10px;
	padding-bottom:10px;
	margin-right: 14px;
	text-align: center;
}
p.hodobox{
	font-size: 100%;
	line-height: 150%;
	margin-left: 50px;
	font-weight: normal;
	border-bottom-color: #006600;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-left-color: #006600;
	padding: 4px 4px 4px 4px
}
#hodomapArea{
	position: relative;
	padding-top: 60px;
	padding-bottom: 100px;
}

#hodomapArea #mapImg{
	position: absolute;
	right: 50px;
	top: 50px;
	
}
table.hodo{
	margin-left: 20px;
	margin-bottom: 60px;
	float: left;
	
}
#check{
	background: #000;
}
table.hodo td{
	vertical-align: top;
	width: 223px!important;	
	background: #fff;	
}
table.hodo p{
	width: 223px;
	margin: 0;
}

table.hodo2{
	margin-left: 20px;
	width:800px;
}

table.hodo2 td{	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;

}

P.center{
	text-align: center;
	font-size: 100%;
	clear: both;
}

.txtred{
	color: #dd0202;
}

.txtmap{
    color: #336699;
	font-size:90%;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px}

.td{
	vertical-align: top;
}
P.txtred2{
	color: #FF0000;
	padding: 3px,3px,3px,3px;
	text-align: center;
	font-size:90%;
}
.divmargin{
	margin-left: 20px;
	width: 800px;
}

P.kantoubox{
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	border-bottom-color: #006600;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-left-color: #006600;
	background-color:#FFFFFF;
	width: 90%;
	padding: 4px 4px 4px 4px
}

	

P.sikokubox{
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	border-bottom-color: #0099FF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-left-color: #0099FF;
	background-color:#FFFFFF;
	width: 90%;
	padding: 4px 4px 4px 4px}

P.chuhokubox{
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	border-bottom-color: #CC9933;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9933;
	border-right-color: #CC9933;
	background-color:#FFFFFF;
	border-left-color: #CC9933;
	width: 90%;
	padding: 4px 4px 4px 4px;
	margin-top: 10px;
	margin-bottom: 10px;

}

P.tokaibox{
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	border-bottom-color: #6633CC;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6633CC;
	border-right-color: #6633CC;
	background-color:#FFFFFF;
	border-left-color: #6633CC;
	width: 90%;
	padding: 4px 4px 4px 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	

P.tohokubox{
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	border-bottom-color: #0000CC;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	background-color:#FFFFFF;
	border-left-color: #0000CC;
	width: 90%;
	padding: 4px 4px 4px 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

P.chugokubox{
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	border-bottom-color: #99CC33;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CC33;
	border-right-color: #99CC33;
	background-color:#FFFFFF;
	border-left-color: #99CC33;
	width: 90%;
	padding: 4px 4px 4px 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	

.hodotxt　{
	font-size:100%;
	line-height: 180%;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;


}
p.pref{
	font-size: 90%;
	line-height: 130%;
	padding-left: 25%;
	padding-top: 10px;

}

/* shizenhodo-base-info ------------------------- */
.shizenhodo_base_info{
	margin-top: 15px;
	margin-bottom:15px;
}
.shizenhodo_base_info h3{
	padding:5px 30px;
	color:#ffffff;
	margin-left:20px;
}
.shizenhodo_base_info_area{
	background-color:#ffffff;
	padding:10px 20px 0 20px;
}
.shizenhodo_base_info_area table th,
.shizenhodo_base_info_area table td{
	padding:5px;
}
.shizenhodo_base_info_area table th{
	width:140px;
	padding-right:20px;
}
.shizenhodo_base_info_area table th p{
	color:#ffffff;
	border-radius:20px;
	padding:3px 10px;
	font-weight: normal;
}
.shizenhodo_base_info_area table td ul{
	margin-left: 5px;
	margin-bottom: 20px;
}
.shizenhodo_base_info_area table td li{
	list-style: disc;
	margin-left:10px;
}
.shizenhodo_base_info_area dl{
	margin-bottom: 10px;
}
.shizenhodo_base_info_area dt{
	margin-bottom:5px;
}
/*.shizenhodo_base_info_area dd{

}*/
.shizenhodo_base_info_area dl.inline-list{
	margin-bottom: 10px;
}
.shizenhodo_base_info_area dl.inline-list dt{
	display: inline-block;
	margin-right: 15px;
	width:50%;
}
.shizenhodo_base_info_area dl.inline-list dd{
	display: inline-block;
	width:40%;
}
.shizenhodo_base_info_area table td p{
	margin-bottom: 20px;
}
.shizenhodo_base_info_area table td p a.contact_link{
	background: url("../shizenhodo/images/icon_arrow.png") left center no-repeat;
	padding-left:15px;
}
.shizenhodo_base_info_area h4.shizen_link a{
	background: url("../shizenhodo/images/icon_arrow.png") left center no-repeat;
	padding-left:15px;
}

.shizenhodo_info_text{
	margin-bottom: 30px;
	font-size:85%;
}
.shizenhodo_info_text a{
	padding-top:5px;
	display: block;
}

/* color setting -- */
/* chu_hoku */
.chu_hoku, .chu_hoku th p{ background-color:#cc9933; }
.chu_hoku h3{ background:url("../shizenhodo/images/icon_chu_hoku.png") left center no-repeat;}
.chu_hoku h4{ color:#cc9933; }

/* chugoku */
.chugoku, .chugoku th p{ background-color:#99CC33; }
.chugoku h3{ background:url("../shizenhodo/images/icon_chugoku.png") left center no-repeat;}
.chugoku h4{ color:#99CC33; }

/* kanto */
.kanto, .kanto th p{ background-color:#006600; }
.kanto h3{ background:url("../shizenhodo/images/icon_kanto.png") left center no-repeat;}
.kanto h4{ color:#006600; }

/* kinki */
.kinki, .kinki th p{ background-color:#993333; }
.kinki h3{ background:url("../shizenhodo/images/icon_kinki.png") left center no-repeat;}
.kinki h4{ color:#993333; }

/* kyushu */
.kyushu, .kyushu th p{ background-color:#e7398e; }
.kyushu h3{ background:url("../shizenhodo/images/icon_kyushu.png") left center no-repeat;}
.kyushu h4{ color:#e7398e; }

/* sikoku */
.sikoku, .sikoku th p{ background-color:#0099FF; }
.sikoku h3{ background:url("../shizenhodo/images/icon_sikoku.png") left center no-repeat;}
.sikoku h4{ color:#0099FF; }

/* tokai */
.tokai, .tokai th p{ background-color:#6633CC; }
.tokai h3{ background:url("../shizenhodo/images/icon_tokai.png") left center no-repeat;}
.tokai h4{ color:#6633CC; }
.tokai h4.shizen_link{ margin-bottom:10px;}
.tokai h4.shizen_link a{ color:#6633CC; text-decoration: none; cursor: pointer;}

/* touhoku */
.touhoku, .touhoku th p{ background-color:#0000CC; }
.touhoku h3{ background:url("../shizenhodo/images/icon_touhoku.png") left center no-repeat;}
.touhoku h4{ color:#0000CC; }



/* gll */
#new .dotline {
	background: url(../gll/line.gif);
	margin-left: 20px;
	height: 11px;	
	width: 840px;
	}

.midashi{
	margin-bottom:20px;
	font-weight: bold;
	color: #f04a01;
	font-size: 120%;
	line-height: 150%;
}


/* new */

#new {
	margin-left:30px;
	margin-top:20px;
	margin-bottom:20px;
	width: 900px;

}



#new .txt{margin-left:20px;
}

#new li{
	margin-bottom: 10px;
	padding-left: 1.3em;
	background: url(../images/common/arrow02.png) no-repeat 0em 0.5em;
}




#new .listbox{
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	width: 800px;
	padding: 10px 10px 10px 10px;
}



#new .newbox{
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	border-bottom-color: #009966;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #009966;
	border-right-color: #009966;
	background-color:#FFFFFF;
	border-left-color: #009966;
	width: 800px;
	padding: 10px 10px 10px 10px;
}

img.new{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ntr */

.totopntr {
	text-align: right;
	font-size: 90%;
	margin-right: 10px;
	}
	
table.setsubi {
	background-color: #FFC;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-left-color: #003300;
}

.setsubi th {
	border-right:1px solid #003300;
	border-bottom:1px solid #003300;
	background-color:#666;
	padding:0.3em 1em;
	text-align:center;
}

.setsubi td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003333;
	border-bottom-color: #003333;
}

.setsubi td .td-cr {
	display: block;
	border-top: 1px solid #003333;
}

table.ntr {
	font-size: 90%;
	margin-left: 20px;
	background-color: #E5FFD6;
	width: 750px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-left-color: #003300;
}

.ntr th {
	border-right:1px solid #003300;
	border-bottom:1px solid #003300;
	color:#000000;
	background-color:#C2DEA6;
	padding:0.3em 1em;
	text-align:center;
}

.ntr td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003333;
	border-bottom-color: #003333;
	width: 50%;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
}

.ntr{
	border: 1px solid #003300;
	text-align: left;
	padding: 3px;
	height: auto;
	width: auto;
}

.ntr{
	border: 1px solid #003300;
	text-align: left;
	padding: 3px;
	height: auto;
	width: auto;
}


#ntr {
	background-color: #FBFFF6;
	width: 880px;
	border: 1px solid #660000;
	margin-left: 30px;
	padding: 10px;
}




#photos {
	float: right;
	width: 300px;
	border: thin solid #999900;
	padding: 5px;
	font-size: 80%;
	margin-right: 14px;
	background-color: #FFFFFF;
	text-align: center;
}

#photos img {
	padding-top: 10px;
	padding-bottom: 10px;
}


#photos2 {
	float: right;
	width: 250px;
	padding: 5px;
}

#map {
	font-size: 90%;
	text-align: center;
	width: 850px;
	padding: 0px;
	top: auto;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#setubi {
	font-size: 80%;
	text-align: center;
	clear: both;
	width: 850px;
	margin-right: 15px;
	margin-left: 15px;


}
.white {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#eventinfo {
	font-size: 100%;
	background-color: #BDE4D0;
	float: left;
	width: 510px;
	line-height: 130%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
P.kinkibox {
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	border-bottom-color: #993333;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993333;
	border-right-color: #993333;
	border-left-color: #993333;
	background-color:#FFFFFF;
	width: 90%;
	padding: 4px 4px 4px 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}


a.pdf { padding:0px 0px 0px 20px;
background:url(../images/common/icon_pdf.gif) no-repeat 0 50%;}

img.icon {
vertical-align: middle;
padding-left:2px;
}

img.camera {
vertical-align: middle;
}


/*メニューリニューアル*/
#header #menu {
	position: relative;
}
#header #menu li {
  position: revert;
}
.navi_sublist {
  position: absolute;
  display: none;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding-top: 24px;
  transform: translateY(100%);
  z-index: 1;
}
#header #menu li a:hover + .navi_sublist,
.navi_sublist:hover {
  display: block;
}
.navi_sublist ul {
  display: flex;
  padding: 27px;
  background: #FFF;
  border: 1px solid #BDCC62;
  border-radius: 10px;
  box-shadow: 0 8px 8px rgba(0,0,0,0.45);
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.navi_sublist ul li {
  width: 31%;
}
.navi_sublist ul li:nth-child(n+4) {
	margin-top: 58px;
}
#header #menu .navi_sublist ul li * {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}
#header #menu .navi_sublist ul li *:hover {
	color: #000;
}
#header #menu .navi_sublist ul li a:hover {
  opacity: 0.8;
}
#header #menu .navi_sublist ul li img {
  margin-bottom: 10px;
  font-size: 0;
}
.navi02 .navi_sublist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 31.5%;
  width: 52px;
  height: 37px;
  background: url(./images/bnrs/arw.png) 50% 0 / contain no-repeat;
  z-index: 1;
}
.navi04 .navi_sublist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 86%;
  width: 52px;
  height: 37px;
  background: url(./images/bnrs/arw.png) 50% 0 / contain no-repeat;
  z-index: 1;
}

#hodomapArea td {
  font-size: 0;
}

/* miChecker.hack */
#header .sub {
	background-color: rgba(0,0,0,0.1); 
}

.w100pc{
	width: 100%;
}

.w680{
	width: 680px;
}

.w640{
	width: 640px;
}

.w383{
	width: 383px;
}

.w257{
	width: 257px;
}

.w123{
	width: 123px;
}

table.setsubi td{
	padding: 0 2px;
}


/* テキストバナー: 『自然観察の森には国立公園外の区域も…』 */
#kansatsu-boundary-notice{
	display: grid;
	align-items: center;
	height: 100px;
	background-color: #00756E;
	color: #fff;
}


#kansatsu-boundary-notice .kb-inner{
	width: 800px;
	margin: 0 auto;
	line-height: 1.65;
}

/* 新パンくずリンク */
#kansatsu-breadcrumb{
	max-width: 800px;
	margin: 10px auto 50px;
}

#kansatsu-breadcrumb .kb-list li{
	float: left;
	font-size: 86%;
}

#kansatsu-breadcrumb .kb-list li:after{
	content: " ＞ "
}

#kansatsu-breadcrumb .kb-list li:last-child:after{
	content: ""
}

/* フッターマージン調整 */
#footer + footer#js-footer{
	margin-top: 0;
}