@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, ul, li {
	margin:0px;
	padding:0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
main, article, section ,aside, footer, header{
    display: block;
}
h5 {
    font-size: 1rem;
}
h5 span {
    font-size: 1.45em;
}



A:link {
	color:#09C;
}

A:visited {
	color:#09C;
}

A:hover {
	color:#06C;
	text-decoration:none;
}

A:active {
	color:#06C;
}

A image {
	border:none;
}


#header {
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	background-color:#00A645;
	height:184px;
	position:relative;
}

#container {
	width:100%;
}

#content {
	min-height:400px;
}

.clear {
	clear:both;
}

/*==========================================
メニュー部分
===========================================*/

#header_menu {
	/*
	background-color:#00A645;
	height:52px;
	width:960px;
	border-bottom:4px solid #39D4A4;
	position: absolute;
	bottom:0;
  left: 0;
  right: 0;
  margin: auto;
  */
}

.title {
	height:128px;
	background-image:url(../images/bg_header_01.jpg);
}


#header_menu A:link {
    display: block;
    height: 52px;
    font-size: 0.7rem;
    color: rgba(0,166,68,1.00);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,166,68,1.00);
    overflow-x: hidden;
    overflow-y: hidden;
    text-indent: -356px;
}

#header_menu A:visited {
    background-color: rgba(0,166,68,1.00);
}

#header_menu A:hover {
	background-color:#006837;
}

#header_menu A:active {
	background-color:#006837;
}

a.active {
	background-color:#006837;
}

.h_navi {
    width: 960px;
    height: 56px;
    margin: 0 auto;
    display: flex;
    clear: both;
    flex-wrap: wrap;
    padding-top: 0px;
}

.h_navi li {
    list-style: none;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
}
.h_navi li a {
    margin-top: 0px;
}

	


.menu01 {
    display: block;
    width: 100px;
    text-align: center;
    height: 52px;
    border-bottom: 4px solid #F63;
}
.menu01 a {
    background-image: url(../images/menu_top.png);
}
.menu02 {
	 display:block;
	 width:172px;
	 text-align:center;
	 height:52px;
	 border-bottom:4px solid #F90;
}
.menu02 a {
    background-image: url(../images/menu_network.png);
}
.menu03 {
	 display:block;
	 width:172px;
	 text-align:center;
	 height:52px;
	 border-bottom:4px solid #8CD93F;
}
.menu03 a {
    background-image: url(../images/menu_kankyo.png);
}
.menu04 {
	 display:block;
	 width:172px;
	 text-align:center;
	 height:52px;
	 border-bottom:4px solid #52D1E2;
}
.menu04 a {
    background-image: url(../images/menu_junkan.png);
}
.menu05 {
	 display:block;
	 width:172px;
	 text-align:center;
	 height:52px;
	 border-bottom:4px solid #FF7599;
}
.menu05 a {
    background-image: url(../images/menu_elife.png);
}
.menu06 {
	 display:block;
	 width:172px;
	 text-align:center;
	 height:52px;
	 border-bottom:4px solid #FF0000;
}
.menu06 a {
    background-image: url(../images/menu_backnumber.png);
}
.e_life #header_menu .menu05 a,
.junkan #header_menu .menu04 a,
.kankyo #header_menu .menu03 a,
.network #header_menu .menu02 a,
.top #header_menu .menu01 a,
#container #header_menu .menu06.act_link a
{
    background-color: #006837;
}




#footer {
    background-image: url(../images/bg_footer01.jpg);
    clear: both;
}
/* ------ フッターナビゲーション -----------*/

#footer A:link {
	color:#fff;
}


#footer A:visited {
	color:#fff;
}

#footer_menu A:hover {
	color:#fff;
	text-decoration:none;
}

#footer A:active {
}


#f_navi {
    clear: both;
    background-image: url(../images/bg_footer02.jpg);
    background-repeat: repeat-x;
    height: auto;
    padding-top: 70px;
    background-color: #00A645;
    font-size: 12px;
    text-align: center;
    float: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.f_menu01 {
	display:inline-block;
	padding:0 10px;
	border-right:1px solid #fff;
}

.f_menu02 {
	display:inline-block;
	padding:0 10px;
	border-right:1px solid #fff;
}

.f_menu03 {
	display:inline-block;
	padding:0 10px;
	border-right:1px solid #fff;
}

.f_menu04 {
	display:inline-block;
	padding:0 10px;
	/*
	border-right:1px solid #fff;
	*/
}

.f_menu05 {
	display:inline-block;
	padding:0 10px;
	border-right:1px solid #fff;
}

.f_menu06 {
	display:inline-block;
	padding:0 10px;
}

/*==========================================
トップページ
===========================================*/
h1#head_title {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 960px;
    height: auto;
    font-size: 1rem;
    font-weight: normal;
    text-indent: -314px;
    overflow-x: hidden;
    overflow-y: hidden;
}
#header .title h1 a {
    display: block;
    height: 66px;
    margin-top: 0px;
}


.main_img {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    max-width: 960px;
}

.main {
	width:960px;
	margin:auto;
}

#news {
    width: 100%;
    margin: 0 auto 30px;
    background-image: url(../images/border_leaf960.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 15px;
	/*
	background-image:url(../images/bg_news.png);
	background-repeat:repeat-x;
	padding:30px 0px;
	*/
}

#news h2 {
	color:#00A645;
	font-size:20px;
}

/*==========================================
フッター部分
===========================================*/
.f_circle {
    width: 137px;
    height: 140px;
    background-image: url(../images/bg_footer03.png);
    background-position: center;
    text-align: center;
    color: #39B54A;
    padding-top: 48px;
    float: left;
    font-size: 16px;
    margin-right: 15px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* [disabled]padding-bottom: 40px; */
}
	 
.footer_info {
    background-image: url(../images/bg_footer01.jpg);
    color: #006837;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1.75em;
}
.footer_left{
    float: left;
    width: 600px;
    /* [disabled]font-size:13px; */
    margin: 20px auto;
    border-right: 1px solid #fff;
    padding-right: 15px;
}


.footer_right{
    float:right;
    font-size:14px;
    margin-top:30px;
}

.copyright {
    clear: both;
    height: auto;
    padding-top: 20px;
    background-color: #00A645;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-bottom: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
}


/*==========================================
お知らせページ用
===========================================*/
.news {
	width:930px;
	margin:auto;
	font-size:14px;
}

.news_date {
	color:#603813;
	font-weight:bold;
	text-align:left;
	padding:6px 10px;
	float:left;
}

.news li {
	padding:10px;
	list-style:none;
	border-bottom:1px dashed #ccc;
	line-height:1.5;
	float:left;
	width:95%;
}

.subject {
	padding:6px 6px 6px 200px;
	border-left:3px solid #E0C9B0;
	vertical-align:middle;
	float:left;
}

.news_network {
	background-image:url(../images/news_icon_network.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
}

.news_kankyo {
	background-image:url(../images/news_icon_kankyo.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
}

.news_junkan {
	background-image:url(../images/news_icon_junkan.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
}

.news_elife {
	background-image:url(../images/news_icon_elife.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
}

.news_miyazuwa {
	background-image:url(../images/news_icon_miyazuwa.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
}

.news_other {
	background-image:url(../images/news_icon_other.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
}
.border_leaf{
    background-image: url(../images/border_leaf960.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 16px;
}

/*==========================================
ネットワーク・環境・循環型エネルギー・Eライフスタイル共通
===========================================*/
.info {
	font-weight:bold;
	color:#8C6239;
	font-size:18px;
}

table.soshiki {
	border-collapse:collapse;
	border:1px solid #ccc;
}

.soshiki  th {
	background-color:#D8F5AB;
	color:#333;
	padding:5px;
	border-collapse:collapse;
	border:1px solid #ccc;
}

.soshiki  td {
	background-color:#FFF;
	color:#333;
	padding:5px;
	border-collapse:collapse;
	border:1px solid #ccc;
	text-align:center;
}

h3 {
	font-size:20px;
	color:#00A645;
	background-image:url(../images/icon_leaf.png);
	background-repeat:no-repeat;
	padding:5px 0 0 35px;
	margin:10px auto;
}

h4 {
	color:#00A645;
	font-weight:bold;
	border-bottom:1px solid #00A645;
	margin:10px auto;
}

.now {
	margin-bottom:80px;
}

.old {
	margin-bottom:80px;
}

.img_tbl td {
	text-align:center;
	font-size:12px;
	padding-right:20px;
}

.boshu_tbl {
	font-size:14px;
	border-collapse:collapse;
	margin:20px;
}

.boshu_tbl th {
	background-color:#eee;
	padding:10px 30px;
	text-align:center;
	border:1px solid #ccc;
	border-collapse:collapse;
	white-space:nowrap;
}

.boshu_tbl td {
	padding:10px 20px;
	border:1px solid #ccc;
	border-collapse:collapse;
}





/*==========================================
みやづ環ネットワークページ
===========================================*/
.netowork {
    color: #F7931E;
    /* [disabled]background-image: url(../images/line_network.png); */
    background-repeat: repeat-x;
    margin: 50px auto 20px;
    padding: 10px;
    display: block;
    border-bottom-color: rgba(247,147,30,1.00);
}

.bukai01 {
	 width:260px;
	 border:10px solid #39B54A;
	 padding:10px;
	 background-color:#FFF;
	 float:left;
	 margin-right:20px;
	 margin-bottom:30px;
	 background-image:url(../images/bg_network01.png);
	 background-position:bottom right;
	 background-repeat:no-repeat;
	 min-height:240px;

	-webkit-box-shadow: 10px 10px #D2F7A1;
	-moz-box-shadow: 10px 10px #D2F7A1;
	box-shadow: 10px 10px #D2F7A1;
}

.bukai01 h4 {
	 text-align:center;
	 font-weight:bold;
	 color:#39B54A;
	 font-size:18px;
	 margin-bottom:10px;
	 border:none;
}

.bukai02 {
	 width:260px;
	 border:10px solid #29ABE2;
	 float:left;
	 background-color:#FFF;
	 padding:10px;
	 margin-right:20px;
	 margin-bottom:30px;
	 background-image:url(../images/bg_network02.png);
	 background-position:bottom right;
	 background-repeat:no-repeat;
 	 box-shadow:10px 10px #D6F5FF;
	 min-height:240px;
}

.bukai02 h4 {
	 text-align:center;
	 font-weight:bold;
	 color:#29ABE2;
	 font-size:18px;
	 margin-bottom:10px;
	 border:none;
}

.bukai03 {
	 width:260px;
	 border:10px solid #FF7599;
	 float:left;
	 background-color:#FFF;
	 padding:10px;
	 margin-bottom:30px;
	 background-image:url(../images/bg_network03.png);
	 background-position:bottom right;
	 background-repeat:no-repeat;
 	 box-shadow:10px 10px #FFE1E7;
	 min-height:240px;
}

.bukai03 h4 {
	 text-align:center;
	 font-weight:bold;
	 color:#FF7599;
	 font-size:18px;
	 margin-bottom:10px;
	 border:none;
}

.intro {
	width:220px;
	margin:auto;
	text-align:justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}


/*==========================================
環境学習・環境情報発信部会
===========================================*/	
.kankyo h2  {
    color: #39B54A;
    /* [disabled]background-image: url(../images/line_kankyo.png); */
    background-repeat: repeat-x;
    margin: 50px auto 20px;
    padding: 10px;
    display: block;
    border-bottom-color: rgba(57,181,74,1.00);
}


.kankyo dt {
	font-weight:bold;
}

/*==========================================
循環型エネルギー社会研究部会
===========================================*/
.junkan h2 {
    color: #29ABE2;
    /* [disabled]background-image: url(../images/line_junkan.png); */
    background-repeat: repeat-x;
    margin: 50px auto 20px;
    padding: 10px;
    display: block;
    height: 40px;
    border-bottom-color: rgba(41,171,230,1.00);
}

/*==========================================
Eライフスタイル推進部会
===========================================*/
.elife {
    color: #FF7599;
    /* [disabled]background-image: url(../images/line_elife.png); */
    background-repeat: repeat-x;
    margin: 50px auto 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 6px;
    display: block;
    height: auto;
    border-bottom: 4px dotted #FF7599;
    border-top: 4px dotted #FF7599;
}

/*==========================================
みやづわ通信　バックナンバー
===========================================*/
.backnumber {
	color:#FF0000;
	background-image:url(../images/line_backnumber.png);
	background-repeat:repeat-x;
	margin:50px auto 20px;
	padding:10px;
	display:block;
	height:40px;
}


.netowork, .kankyo h2,.junkan h2,.elife {
    height: auto;
	display:block;
    border-bottom: 4px dotted ;
    border-top: 4px dotted ;  
    padding-top: 10px;
    padding-bottom: 6px;
}
