@charset "shift_jis";

/*

	�L���s����Z���^�[
	
	Description : �g�b�v�y�[�W�ݒ�

*/
@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"���C���I", Verdana, Helvetica, sans-serif;
   font-size:0.85em;
   color:#333;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#80a100;
   text-decoration:underline;
}

a:hover {
   color:#006699;
   text-decoration:none;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#header {
   width:980px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

#menu {
   width:100%;
   float:left;
   border-bottom:5px solid #80a100;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#icatchIndexWrap {
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:330px;
   background:#ddd;
}

#icatchWrap {
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:150px;
   background:#ddd;
}

#icatch {
   width:980px;
/*   height:300px;*/
   margin:0 auto;
   background:url("../images/_haru.jpg") 0 0 repeat-x; 
}

#contents {
   clear:both;
   position:relative;
   z-index:100;
   overflow:hidden;
   width:980px;
   margin:0px auto 0 auto;
   background:#fff;
}

#menuIndex {
   float:left;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:300px;
   background:#ddd;
}
#main {
   float:right;
   width:450px;
   padding:2px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#sub3 {
   float:left;
   width:240px;
   padding:2px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
   margin:2px 20px;
}

#sub {
   padding:3px;
   background:url("../images/topic_bg.png")  repeat-x;
   border:3px double #fff;

}
#sub2 {
   float:right;
   width:180px;
   padding:5px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
   clear:both;
}


#pageTop {
   clear:both;
   width:980px;
}

#footer {
   clear:both;
   background:#ddd;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:1050px;
   margin:0 auto;
   padding:20px 10px 30px 20px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:1px 0;
   font-size:24px;
   color:#000;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
   padding:2px 0;
   font-size:0.8em;
}

#header #gNavi {
   position:absolute;
   top:-15px;
   right:0;
   margin:0;
   font-size:0.93em;
/*   text-align:right;*/
   text-align:left;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   overflow:hidden;
   width:980px;
   margin:0 auto;
   padding:0;
   border-right:1px solid #e5e5e5;
}
#menu li {
   float:left;
   color:#333;
   font-size:13px;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:135px;
   color:#333;
   line-height:40px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on2_green7.gif") 0 0 repeat-x;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
}

#menuIndex ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
#menuIndex li{ 
display: inline; 
padding: 0; 
margin: 0; 
}
#menuIndex li a{
display: block; 
border: 1px solid #9F99A3;
background-color: #EEEEEE;
padding: 20px 10px;
text-decoration: none;
color: #333;
width: 170px; 
margin: 2px 0px;
text-align: left;
font-size: 14px;
}
/*
#menuIndex li a:hover{
border: 1px solid #8593A9;
background-color: #9EB7DD;
}

#menuIndex li a {
   display:block;
   width:135px;
   color:#333;
   line-height:40px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;
}
*/
#menuIndex li a.active {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on2_green7.gif") 0 0 repeat-x;
}
#menuIndex li a:hover {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
}



/* ========ICATCH CONTENTS CUSTOMIZE======== */


div.infoList {
//	width: 658px;
	height: 150px;
	overflow-y: scroll;
//	border: 1px solid #E4E4E4;
	padding: 0;
}

#icatch ul.information li {

   margin-left:-20px;
   margin-bottom:3px;
   border-bottom:1px dotted #c98;
   padding:0;
}

.place{color:#600;}
.num{
font-family:Arial;
font-size:90%;
font-weight:bold;
color:#060;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:16px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
   margin-bottom:5px;
   padding:16px 10px 10px 10px;
   font-size:15px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main h4 {
   margin-bottom: 2px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #80a100;
   border-bottom:1px dotted #ccc;
}

#main h5 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#0089a1;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
   margin:0 0 0em 0;
}

#main dt {
   margin-bottom:3px;
}



#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:1em;
   margin:0;
   padding-left:15px;
   background: url("../images/list_orange.png") no-repeat 0px 5px; 
}

#main dl.information dd {
   margin:0 0 0.5em 9em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#f0f7fc;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub span {
   margin:5px;
   float:left;
   width:100px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border-bottom:none;
   background:#D88800;
}

ul#news  {
   margin:0;
   posiion:relative;
   padding:5px;
/*   border:1px solid #fff;*/
}

#sub li {
   padding:0 0 0 80px;
   line-height:1.4;
   list-style:none;

}


#sub3 .section {
   margin-bottom:10px;
   border:1px solid #E8E8E8;
}

#sub3 h3 {
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:#E8E8E8;
}

#sub3 ul {
   margin:0;
   padding:5px;
   border:1px solid #fff;
   background:#E8E8E8;
}

#sub3 li {
   margin-bottom:5px;
   padding:5px;
   line-height:1.4;
   border:1px solid #b5b5b5;
   list-style:none;
   background:#fff url("../images/bg_sub_list.gif") 0 0 repeat-x;
}
#sub3 li a {
   display:block;
   line-height:1.5;
    text-decoration:none;
  
   border-left:5px solid #e88900;
}

#sub2 ul {
   margin:0;
   padding:0;
}

#sub2 li {
/*   line-height:1.4;*/
/*   border-bottom:1px solid #ddd;*/
   list-style:none;
}

#sub2 li a {
   display:block;
   padding:5px;
   color:#333;
/*   line-height:3.0;*/
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:#ddd url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   float:left;
   width:220px;
   margin-right:30px;
   padding:0;
}

#footMenu h3 {
   font-size:13px;
   border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:12px;
   font-size:12px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}


/* home3.ccs��蒊�o
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
----------------------------------------------------------- */
.clearfix:after {
  background: none;
  content: "";
  /* new clearfix */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* table
----------------------------------------------------------- */

table {
	margin-left: auto;
	margin-right: auto;
}

td {
	text-align: left;
	vertical-align: top;
}

ul.menuList1704 {
	margin-left: 0px;
	padding: 0 0 0 5px;
	line-height:1.4;
	list-style:none;
}

/* contents
----------------------------------------------------------- */

table#container {
	width: 980px;
        margin-bottom:5px;
}

table#contents {
	width: 800px;
	position: center;
}

td.menu1704 {
	width: 400px;
	height: 25px;
	color: #fff;
}

td.menu1704 a:link,
td.menu1704 a:active,
td.menu1704 a:visited,
td.menu1704 a:hover {
	color: #333;
}

td.menu1704 div {
	height: 23px;
	padding: 5px 0 3px 25px;
	font-weight: bold;
	margin-top: 5px;
	font-size: 110%;
}

.category {
	background-image: url(img/top_cate_bg2_green7.gif);
	background-repeat: no-repeat;
	background-size: 220px;
}

td.menuList {
/*	border: 1px solid #E4E4E4;*/
	padding: 8px;
	background: url(img/menulist_bg3.jpg) no-repeat 0 0.2em;
        background-position: left bottom;
	padding-bottom: 2px;
        margin:20;
}
td.menuList2{
/*	border: 1px solid #E4E4E4;*/
	padding: 8px;
/*	margin-left: -20px;*/
	background: url(img/menulist_bg6.jpg) no-repeat 0 0.2em;
        background-position: left bottom;
	padding-bottom: 2px;
}

td.menuList3{
/*	border: 1px solid #E4E4E4;*/
	padding: 8px;
	background: url(img/menulist_bg10.jpg) no-repeat 0 0.2em;
        background-position: left bottom;
	padding-bottom: 2px;
}
td.menuList4{
/*	border: 1px solid #E4E4E4;*/
	padding: 8px;
	background: url(img/menulist_bg4.jpg) no-repeat 0 0.2em;
        background-position: left bottom;
	padding-bottom: 2px;
}
td.menuList5{
/*	border: 1px solid #E4E4E4;*/
	padding: 8px;
	background: url(img/menulist_bg14.jpg) no-repeat 0 0.2em;
        background-position: left bottom;
	padding-bottom: 2px;
}
td.menuList6{
/*	border: 1px solid #E4E4E4;*/
	padding: 8px;
	background: url(img/menulist_bg4.jpg) no-repeat 0 0.2em;
        background-position: left bottom;
	padding-bottom: 2px;
}
td.menuList7{
/*	border: 1px solid #E4E4E4;*/
	padding: 8px;
	background: url(../img/menulist_bg12.jpg) no-repeat 0 0.2em;
        background-position: left bottom;
	padding-bottom: 2px;
}
td.menuList8{
/*	border: 1px solid #E4E4E4;*/
width:200px;
	padding: 8px;
	background: url(img/menulist_bg11.jpg) no-repeat 0 0.2em;
        background-position: left bottom;
	padding-bottom: 2px;
}
td.menuList9{
/*	border: 1px solid #E4E4E4;*/
	padding: 3px;
	background: url(img/menulist_bg13.jpg) no-repeat 0 0.2em;
        background-position: left bottom;
	padding-bottom: 2px;
}
td.menuList li {
	background: url(img/contents_bg.jpg) no-repeat 0 0.2em;
	padding-left: 12px;
	margin-bottom: 8px;
}
td.menuList2 li {
	background: url(img/contents_bg.jpg) no-repeat 0 0.2em;
	padding-left: 12px;
	margin-bottom: 8px;
}td.menuList3 li {
	background: url(img/contents_bg.jpg) no-repeat 0 0.2em;
	padding-left: 12px;
	margin-bottom: 8px;
}
td.menuList4 li {
	background: url(img/contents_bg.jpg) no-repeat 0 0.2em;
	padding-left: 12px;
	margin-bottom: 8px;
}
td.menuList5 li {
	background: url(img/contents_bg.jpg) no-repeat 0 0.2em;
	padding-left: 12px;
	margin-bottom: 8px;
}
td.menuList6 li {
	background: url(img/contents_bg.jpg) no-repeat 0 0.2em;
	padding-left: 12px;
	margin-bottom: 8px;
}
td.menuList7 li {
	background: url(img/contents_bg.jpg) no-repeat 0 0.2em;
	padding-left: 12px;
	margin-bottom: 8px;
}
td.menuList8 li {
	background: url(img/contents_bg.jpg) no-repeat 0 0.2em;
	padding-left: 12px;
	margin-bottom: 8px;
}
td.menuList9 li {
	background: url(img/contents_bg.jpg) no-repeat 0 0.2em;
	padding-left: 12px;
	margin-bottom: 8px;
}

/* sideMenu
----------------------------------------------------------- */

td#sideMenu {
	width: 400px;
	padding-top: 10px;

}

div.update {
	background: url(../img/update.jpg) repeat-x;
	font-size: 100%;
	font-weight: bold;
	color: #587720;
	padding: 8px 30px 10px 33px;
	height: 25px;
}

div.update2 {
	background: #fd9;
	font-size: 100%;
	font-weight: bold;
	color: #587720;
	padding: 5px;
	height: 25px;
        margin-bottom:5px;
}
div.topinfo {
width:100%;

}

div.topinfo1 {
	background: url(../../image/topinfo_111.gif) no-repeat;
	font-size: 110%;
	font-weight: bold;
	color: #587720;
	padding:  0;
	height: 54px;
}
div.topinfo2 {
	background: url(../../image/topinfo_22.gif) repeat-y;

	padding:0 13px 0 13px ;
}
div.topinfo3 {
	background: url(../../image/topinfo_33.gif) no-repeat;
	padding: 0;
	height: 15px;
}
div.updateBox {
	border: 1px solid #E4E4E4;
	height: 200px;
	overflow-y: scroll;
	padding: 10px;
	margin-bottom: 10px;
}

div.updateBox li {
	background: url(../img/update_icon.jpg) no-repeat 0 0.2em;
	padding: 0 0 0 12px;
	margin-bottom: 10px;
}

div.updateBox span {
	color: #79A12C;
}

div.banner {
	background: url(../img/banner_bg.jpg);
	padding-top: 10px;
	text-align: center;
	margin-bottom: 5px;
}

div.banner img {
	margin-bottom: 10px;
}

div#footer{
        background:#e6e6e6;
        test-align:center;
        padding:50px;

}

div#footb{
        font-weight:bold;

}

/* 202111_メニュー改修 */

#menuIndex {
   height: 64px;
   float: none;
   border-bottom: 5px solid #80a100;
   padding-bottom: 5px;
   margin-top: -23px;
}

#menuIndex ul {
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
}

#menuIndex li {
  float: left;
  width: 118px;
  margin-right: 5px;
  line-height: 22px;
}

#menuIndex li a {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  padding: 20px 5px;
  text-align: center;
  line-height: 22px;
}

#menuIndex li:last-of-type {
   margin-right: 0;
}

#menuIndex li a#idx03 {
   font-size: 12px;
}



