﻿@charset "utf-8";

/*--------------------------------------------*/
/* CSS RESET                                  */
/*--------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border: 0;
}

/*--------------------------------------------*/
/* clearfix                                   */
/*--------------------------------------------*/

.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*--------------------------------------------*/
/* float                                      */
/*--------------------------------------------*/

.fltL {
	float: left;
}
.fltR {
	float: right;
}

/*--------------------------------------------*/
/* margin                                     */
/*--------------------------------------------*/

.mt05 {
	margin-top: 5px;
}

.mt07 {
	margin-top: 7px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt75 {
	margin-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

/*----------------- margin-left */
.ml05 {	margin-left:  5px; }

.ml10 {	margin-left: 10px; }

.ml15 {	margin-left: 15px; }

.ml20 {	margin-left: 20px; }

.ml25 {	margin-left: 25px; }


/*----------------- margin-right */
.mr05 {	margin-right:  5px; }

.mr10 {	margin-right: 10px; }

.mr15 {	margin-right: 15px; }

.mr20 {	margin-right: 20px; }

.mr25 {	margin-right: 25px; }


/*--------------------------------------------*/
/* padding                                    */
/*--------------------------------------------*/

/*----------------- padding-top */
.pt05 {	padding-top:  5px; }

.pt10 {	padding-top: 10px; }

.pt15 {	padding-top: 15px; }

.pt20 {	padding-top: 20px; }

.pt25 {	padding-top: 25px; }

.pt35 {	padding-top: 35px; }


/*----------------- padding-bottom */
.pb05 {	padding-bottom:  5px; }

.pb10 {	padding-bottom: 10px; }

.pb15 {	padding-bottom: 15px; }

.pb20 {	padding-bottom: 20px; }

.pb25 {	padding-bottom: 25px; }


/*----------------- padding-left */
.pl05 {	padding-left:  5px; }

.pl10 {	padding-left: 10px; }

.pl15 {	padding-left: 15px; }

.pl20 {	padding-left: 20px; }

.pl20 {	padding-left: 25px; }


/*----------------- padding-right */
.pr05 {	padding-right:  5px; }

.pr10 {	padding-right: 10px; }

.pr15 {	padding-right: 15px; }

.pr20 {	padding-right: 20px; }

.pr25 {	padding-right: 20px; }


/*--------------------------------------------*/
/* tool                                       */
/*--------------------------------------------*/

.clear {
	clear: both;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.nobg {
	background: none !important;
}

/*--------------------------------------------*/
/* img                                        */
/*--------------------------------------------*/

.imgC {
	text-align: center;
}

.imgL {
	text-align: left;
}
.imgR {
	text-align: right;
}

.imgL img,
.imgC img,
.imgR img {
	display: inline;
}

/*--------------------------------------------*/
/* text                                       */
/*--------------------------------------------*/

.bold {
	font-weight: bold;
}

.n-bold { font-weight: normal !important;}

.txtL {
	text-align: left;
}
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}

.font10 { font-size: 10px; }

.font12 { font-size: 12px; }

.font13 { font-size: 13px; }

.font14 { font-size: 14px; }

.gray {
	color: #333333;
}

.red {
	color: #cc0000;
}

/*--------------------------------------------*/
/* BASE                                       */
/*--------------------------------------------*/

body {
	background:url(../img/common_footer_bg.gif);
	font: 13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	color:#666666;
	line-height: 20px;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}
	
/*ie5-6*/
* html body {
	font-size:75%;
}

/*--------------------------------------------*/
/* COMMON                                     */
/*--------------------------------------------*/

#wrapper {
}


/* link ------------------------------------*/
a {
	color:#73a956;
	text-decoration:underline;
}

a:hover {
	color:#73a956;
	text-decoration:none;
}

/* header ------------------------------------*/

#header {
	background:url(../img/common_header_bg02.gif) top left repeat-x;
	height:456px;
}

#header2 {
	background:url(../img/common_header2_bg02.gif) top left repeat-x;
	height:266px;
}

.header_top {
	background:url(../img/comon_header_bg.jpg) top left no-repeat;
	height: 390px;
}
.header_top div.clearfix {
	width: 900px;
}


.header_top2 {
	background:url(../img/common_header2_bg.jpg) top left no-repeat;
	height: 200px;
}
.header_top2 div.clearfix {
	width: 900px;
}

.header_top h1,
.header_top2 h1{
	padding:10px 0 0 10px;
	float:left;
}

.header_top p {
	padding:5px 0 0 333px;
	float:left;
}

.header_top2 p {
	padding:5px 0 0 333px;
	float:left;
}

.header_bottom {
	height:66px;
	background:url(../img/common_gnavi_bg01.jpg) top left no-repeat;
}

.header_bottom ul {
	width: 900px;
	height:66px;
}

.header_bottom ul li {
	float:left;
	display:inline;
	position: relative;
	font-size: 12px;
}
.header_bottom ul li a {
	width: 150px;
	height: 66px;
	display: block;
}
.header_bottom ul li a:hover {
	background-color: transparent;
}
.header_bottom ul li a:hover img {
	visibility: hidden;
}
.header_bottom ul li ul {
	width: 151px;
	height: auto;
	position: absolute;
	background: none;
	visibility: hidden;
	bottom: 66px;
	z-index: 2;
	/*opacity: 0.8;*/
	/*filter:alpha(opacity=80);*/
}
.header_bottom ul li ul li {
	width: 149px !important;
	height: 29px !important;
	width: 151px;
	height: 30px;
	line-height: 30px;
	background: #5e9945;
	display: block;
	float: none;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: static !important;
}
.header_bottom ul li ul li a {
	width: 141px !important;
	height: 30px;
	padding-left: 10px;
	color: #ffffff;
}

.header_bottom ul li ul li a:hover {
	color: #ffffff;
}

/* pankuzu -----------------------------------*/

.topics_path {
	height:30px;
	background:url(../../img/top_dotline.gif) bottom left repeat-x;

}

.topics_path ul {
}

.topics_path li {
	background:url(../img/common_pankuzu_img.gif) center left no-repeat;
	float: left;
	padding-left: 15px;
	margin-right: 12px;
	line-height: 30px;
}

.topics_path .topics_path_home {
	background:none;
	padding-left: 0px;
	margin-left:10px;
}


/*contets ------------------------------------*/
#contents {
	background: #ffffff url(../img/common_contets_bg.gif) top left repeat-x;
}

#contents_in {
	width:900px;
}

#main {
	padding-left:20px;
}

/* footer  ------------------------------------*/
#footer {
	background:url(../img/common_footer_bg.gif);
	width: 100%;
	font-size: 10px;
}


#footer_top {
	width: 900px;
	height: 60px;
}

#footer_top ul {
	padding: 0 0 0 26px;
	float: left;
}

#footer_top li {
	float:left;
	display:inline;
	padding: 25px 20px 0 0;
}

#footer_top p {
	float:right;
	padding-top:25px;
	color: #2e2d2d;
}

/* 下層ページ タイトル */
#contents div#page_title {
	clear: both;

	margin-bottom: 26px;
	padding-left: 20px;
	height: 92px;

	background:url(../img/common_tit_bg.gif) left bottom repeat-x;
}
#contents div#page_title div{
	width: 884px;
}

/* 下層ページ タイトル2 */
.page_titleGreen {
	padding-bottom:15px;
	
	background: transparent url(../img/common_tit_bgGreen.jpg) repeat-x left bottom;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}
.page_titleSub { margin-left: 15px; font-size: 12px; font-weight: normal;}


/* pagetop */
.pagetop {
	background:url(../img/common_pagetop.jpg) top left no-repeat;
	width:126px;
	line-height:19px;
	padding-top: 5px;
	font-size:10px;
	text-align: center;
	margin-left: 754px;
}

.pagetop span {
	color:#804042;
}

.pagetop a {
	color:#000000;
}

.pagetop a:hover {
	color:#000000;
}
/*--------------------------------------------*/
/* active                                     */
/*--------------------------------------------*/
body#top #gnavi01 a img {
	visibility: hidden;
}
body#power #gnavi02 a img {
	visibility: hidden;
}
body#waste #gnavi03 a img {
	visibility: hidden;
}
body#company #gnavi04 a img {
	visibility: hidden;
}
body#facility #gnavi05 a img {
	visibility: hidden;
}
body#contact #gnavi06 a img {
	visibility: hidden;
}







