
/* ==================================
	CSSリセット
=====================================*/

* { 
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	line-height:150%;
}

strong {

	font-weight: bold;
}

body {

	font-size: 75%;
	color:#4d4d4d; /*このテンプレの基本色*/

}

html>/**/body {

  font-size: 12px; /* Except IE */

}

h1,h2,h3,h4,h5,h6,strong,b {

	font-weight:bold;

}


/* ==================================
	共通チップス
=====================================*/

.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

img {
	border:0px;
	margin: 0px;
	padding: 0px;
}
.hide {
	display:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

/*
li {
	list-style:none;
}
*/

a {
	text-decoration:underline;
	color:#3399cc;
}

a:hover {
	text-decoration:none;
}



/* ==================================
	レイアウト関連
=====================================*/
#wrap1 {
	width:865px;
/*	margin-left:35px;*/      /*20190719/削除/宇都宮*/
    margin: 0 auto;     /*20190719/追加/宇都宮*/
}


/* ==================================
	ヘッダ
	#head
=====================================*/
#head {
	position:relative;

}
#head h1 {
	float:left;
	width:510px;
	padding-top:16px;
}
#head h1 a {
	color:#006600;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
}
#head_navi {
	float:right;
	width:340px;
	height:41px;
	
}
#head_navi ul {
	float:right;
	height:41px;
	background-image:url(../../images/44/bgi-headnavi_003.gif);
	background-repeat:repeat-x;
	list-style-type:none;
}
#head_navi ul li {
	float:left;
}
#head_navi ul li.btn {
	padding-top:11px;
}


/* ==================================
	ナビゲーション
	#navi
=====================================*/
#navi {
	height:43px;
	margin-top:16px;
	position:relative;
	background-image:url(../../images/44/bgi-nvidot_001.gif);
	background-position:left;
	background-repeat:no-repeat;
	z-index:2; /*プルダウンメニューの重なり対策*/
}
#navi_in {
	height:43px;
/*	width:2000px; */     /*20190719/削除/宇都宮*/
	position:absolute;
	left:0;
	top:0;
}


ul#nav {
	display:block;
	height:43px;
	list-style-type:none;
	position: relative;
	margin:0;
	padding:0;
}
ul#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	/*height:43px;*/
	float:left;
	background-image:url(../../images/44/bgi-nvidot_001.gif);
	background-position:right;
	background-repeat:no-repeat;
	position: relative;
}
ul#nav li a {
	display: block;
	color:#69a62c;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:0 16px 22px 16px;
	margin:0 4px;
	background-image:url(../../images/44/bgi-nvi_off.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
ul#nav li a:hover {
	background-image:url(../../images/44/bgi-nvi_on.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

/*サブナビゲーションの設定*/
ul#nav ul { 
	display: none;
	width: 170px;
	position: absolute;
	left: 0;
	margin: 4px 0 0 0;
	padding: 0;
}
* html ul#nav ul { line-height: 0; } /* IE6 "fix" */
ul#nav ul a { zoom: 1; } /* IE6/7 fix */

ul#nav ul li {
	float: none; /*float解除*/
}
ul#nav ul ul { top: 0; }

ul#nav *:hover { 
	background-color: none;
}

ul#nav ul li, ul#nav ul li a, ul#nav ul li a:hover {
	background-image:none;
}

ul#nav ul li a {
	display:block;
	background-color: #6bc90d;
	font-size:12px;
	font-weight:normal;
	line-height:130%;
	color:#fff;
	margin:1px 0 0 0;
	padding:4px 8px;
}
ul#nav ul a:hover { 
	background-color: #70e000;
}
ul#nav ul a { 
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */






/* ==================================
	メイン(写真あり)
	#main
=====================================*/
#main {
	width:865px;
	height:310px;
	background-image:url(../../images/44/bgi-main_001.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
	position:relative;
	z-index:1; /*プルダウンメニューの重なり対策*/
}
#main .main_img {
	position:absolute;
	left:19px;
	top:18px;
	width:365px;
	height:274px;
	overflow:hidden;
}
#main .main_topics {
	max-height:224px;
	width:411px;
	overflow:auto;
	position:absolute;
	left:429px;
	top:37px;
	color:#fff;
}
#main .main_topics em {
	display:block;
	margin-bottom:10px;
}
#main .main_topics table {
	width:381px;
}
#main .main_topics th {
	font:Chalkboard;
	font-family: "Chalkboard Bold", "Arial Black", "Arial Bold";
	font-size:12px;
	vertical-align:top;
}
#main .main_topics td {
	font-weight:bold;
	padding-left:8px;
	vertical-align:top;
}
#main .main_topics th.bar {
	padding-bottom:2px;
}
#main .main_topics td a {
	color:#fff;
}
#main .main_topics td a:hover {
	color:#ffef66;
}


/* ==================================
	メイン(写真なし)
	#main2
=====================================*/
#main2 {
	width:865px;
	height:310px;
	background-image:url(../../images/44/bgi-main_002.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
	position:relative;
	z-index:1; /*プルダウンメニューの重なり対策*/
}
#main2 .main_topics {
	max-height:220px;
	width:799px;
	overflow:auto;
	position:absolute;
	left:40px;
	top:40px;
	color:#fff;
}
#main2 .main_topics em {
	display:block;
	margin-bottom:10px;
}
#main2 .main_topics table {
	width:381px;
}
#main2 .main_topics th {
	font:Chalkboard;
	font-family: "Chalkboard Bold", "Arial Black", "Arial Bold";
	font-size:12px;
	vertical-align:top;
}
#main2 .main_topics td {
	font-weight:bold;
	padding-left:8px;
	vertical-align:top;
}
#main2 .main_topics th.bar {
	padding-bottom:2px;
}
#main2 .main_topics td a {
	color:#fff;
}
#main2 .main_topics td a:hover {
	color:#ffef66;
}
/* ==================================
	スライド画像
=====================================*/
.mainSlideIn {
	box-sizing:inherit;
	width:865px;
	padding:20px 0 1px;
	margin-bottom:-20px;
}
.bx-wrapper {
	margin-bottom:40px !important;
	height:360px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:360px !important;
	width:865px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
	border-radius:5px;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:865px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #69a62c;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7.5px;
	outline: 0;
	cursor:pointer;
	border-radius:7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #006600;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:30px;
	height:30px;
	margin:0;
	top:165px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/44/btn-slider_001.png) 11px center no-repeat #006600;
border-radius:5px 0 0 5px;
left:-30px;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/44/btn-slider_002.png) 12px center no-repeat #006600;
border-radius:0 5px 5px 0;
right:-30px;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}



/* ==================================
	下層ページタイトル
	#cont_title
=====================================*/
#cont_title {
	width:865px; /*for ie*/
	background-image:url(../../images/44/bgi-conttitle_003.gif);
	background-repeat:repeat-y;
	margin-top:24px;
}
#cont_title_in {
	background-image:url(../../images/44/bgi-conttitle_001.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#cont_title_in2 {
	background-image:url(../../images/44/bgi-conttitle_002.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#cont_title h3 {
	padding:30px 24px;
	font-size:20px;
	line-height:130%;
}



/* ==================================
	コンテンツエリア
	#cont
=====================================*/
#cont {
	margin-top:24px;
	margin-bottom:36px;
	background-image:none;
}
#cont_left {
	float:left;
	width:600px;
}
#cont_left .box1 {
	padding-top:10px;
	margin-bottom:24px;
}
#cont_left .box1 h3.box_title {
	background-image:url(../../images/44/bgi-boxtitle_001.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#69a62c;
	font-size:18px;
	font-weight:bold;
	line-height:130%;
	text-indent:16px;
	margin-bottom:12px;
}
#cont_left .box1 .box_img {
	float:left;
	width:200px;
}
#cont_left .box1 .box_img div {
	margin-bottom:4px;
}
#cont_left .box1 .box_img p {
	text-align:center;
	font-size:10px;
	margin-top:2px;
}
#cont_left .box1 .box_entry1 {
	float:right;
	width:384px;
}
#cont_left .box1 .box_entry2 {
	width:auto;
}

#cont_right {
	float:right;
	width:238px;
	position:relative;
	min-height:634px;
	height: auto !important;
  	height: 634px;

}
#cont_right .cont_right_in {
	position:absolute;
	left:-4px;
	/*top:0;*/
	width:246px;
	background-image:url(../../images/44/bgi-contright_003.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#cont_right .cont_right_in2 {
	background-image:url(../../images/44/bgi-contright_001.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#cont_right .cont_right_in3 {
	background-image:url(../../images/44/bgi-contright_002.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:36px 16px 24px 16px;
}

#cont_right .des {
	margin-bottom:20px;
}
#cont_right .des h4 {
	color:#006600;
	font-size:14px;
	margin-bottom:4px;
	position:relative;
}
#cont_right .des h4 a.bloglink {
	position:absolute;
	left:106px;
	top:0px;
}
#cont_right .des ul {
	list-style-type:none;
}
#cont_right .des ul li {
	line-height:130% !important;
	margin-bottom:4px;
}
#cont_right .des .qr {
	text-align:center;
	margin-top:8px;
}
#cont_right .des .qr img {
	border:1px #ccc solid;
}

/*ローカルナビ*/
#local_navi {
	width:238px; /*for ie*/
	background-color:#69a62c;
	margin-bottom:16px;
}
#local_navi_in {
	background-image:url(../../images/44/bgi-localnavi_001.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#local_navi_in2 {
	background-image:url(../../images/44/bgi-localnavi_002.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:14px 14px 20px 14px;
	color:#fff;
}
#local_navi h4 {
	font-size:14px;
	font-weight:bold;
	line-height:130%;
	margin-bottom:8px;
}
#local_navi ul {
	display:block;
	list-style-type:none;
	border-bottom:1px #fff solid;
	
}
#local_navi ul li {
	width:210px;
	vertical-align:top
	}
#local_navi ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	border-top:1px #fff solid;
	border-right:1px #fff solid;
	border-left:1px #fff solid;
	font-weight:bold;
	line-height:130%;
	padding:8px 8px 8px 18px;
	background-image:url(../../images/44/ico-localnavi_001.gif);
	background-position:7px 14px;
	background-repeat:no-repeat;
}
#local_navi ul li a:hover,#local_navi ul li .active {
	background-color:#ebffd7;
	color:#69a62c;
	background-image:url(../../images/44/ico-localnavi_002.gif);
	background-position:7px 14px;
	background-repeat:no-repeat;
}


/*このページのトップ*/
#pagetop {
	text-align:right;
}

/* ==================================
	フッタ
	#foot
=====================================*/
#foot {
	background-color:#003300;
/*	padding:20px 0px 20px 35px; */       /*20190719/削除/宇都宮*/
    padding: 20px 35px;     /*20190719/追加/宇都宮*/ 
}
#foot td {
	color:#fff;
	padding-right:8px;
	font-size:10px;
}

#foot table{
    margin: 0 auto;     /*20190719/追加/宇都宮*/
}





/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/
#form01 table, #map01 table, #profile01 table {
	table-layout:fixed;
	width:100%;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 30px 0;
}

#form01 th, #map01 th, #profile01 th {	
	width:160px;	
	border:1px solid #ccc;
	background-color:#006600;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	color:#ffffff;
}


#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #ccc;
	padding: 6px 12px;
	background-color:#ffffff;
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:600px;
	height:374px;
}

/*-- プロフィール
-----------------------------------*/
#lead_s{
	margin:0 0 16px 0;
}

/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}

.warning {
	line-height :150%;
	margin-bottom:8px;
}

.w_mark {
	color: #333333;
}

.validation_span,.warning span{
	padding-left: 2px;
	color:#F60;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

#form-host-submit {

}

/* 20120322 */

#side-area{
}

#foot-area{
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#topimges img{
  width: 365px;
}
#site_main_img img{
 width: 365px;
}
#main_image img{
  width: 365px;
}
#main_img img {
  width: 365px;
}

 /*記事ボックス内のテーブル（2016-04-26 ADD）
 -----------------------------------------*/
 .article_box table {
 	border-collapse:collapse;
 	border:1px #ccc solid;
 }
 .article_box table th,
 .article_box table td {
 	border:1px #ccc solid;
 	padding:1em;
 }
 .article_box table th {
 	text-align:center;
 	background-color:#eee;
 }

/* 20160721 ADD */
.box_image img,
.box_pic1img,
.box_pic2 img,
.box_pic3 img,
.box_pic4 img,
.box_img img,
.entryContent_R div img,
.entryImgbox img,
.box-image img,
.article-img img,
.article-figure img,
.article_figure	img {
	width:200px;
}





/* 20170110 プロフィール、お問い合わせ、地図
-----------------------------------------*/
#map th, #profile th , .map th, .profile th {
width: 20%;
}

#map td, #profile td , .map td, .profile td {
word-break:break-all;
}


/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}

/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}

/* 20191127 テーブル基本設定
-----------------------------------------*/
.box table {
    border-collapse: collapse;
}
.box table th, .box table td {
    border: #ccc 1px solid;
    padding: 5px;
}


/* 20211112 フリーエリアテーブル設定
-----------------------------------------*/
#side-area table,.side-area table,
#foot-area table,.foot-area table{
    border-collapse: collapse;
}
#side-area table th,.side-area table th, 
#side-area table td,.side-area table td,
#foot-area table th,.foot-area table th,
#foot-area table td,.foot-area table td
{
    border: #ccc 1px solid;
    padding: 5px;
}

/* 202201 記事BOXの画像幅修正
-----------------------------------------*/
.article_box img {
    max-width: 100%;
}

/* 202202 記事BOXの画像幅修正
-----------------------------------------*/
.box_entry1 img,.box_entry2 img {
    max-width: 100%;
}

/* 202203 記事BOXの画像幅修正
-----------------------------------------*/
.entryText img,.entryTextBox img,.box-entry1 img,.box-entry2 img,.article-txt img,.article-entry img,.entry-box img {
    max-width: 100%;
}

