@charset "utf-8";
/* CSS Document */
/*初期設定*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,pre,blockquote,img {margin:0px;padding:0;font-size: 100%;}
th,td{font-size: 83%;}
ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
img {border:0px;vertical-align:bottom;word-break:break-all;}
* {font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
.clear {clear: both;}

/*///全体リンク設定///*/
a:visited ,
a:link ,
a {color:#003399;}
a:active ,
a:hover {
	color:#333333;
}

/*///レイアウト設定///*/

/*---- body -----*/
body{
	text-align:center;
	background: url(../img/bg_top.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
}

#wrap{
	width: 950px;
	margin: 0px auto;
	
	
}

/*--- header ---*/

 #header {
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	height: 80px;
	background-color: #0066cc;
}

#logobox{
	height: 65px;
	width: 300px;
	margin: 0px;
	padding: 8px 0px 0px 38px;
	float: left;
}

h1{
	padding-right: 0px;
	padding-bottom: 0px;
}


/*--gnavi-----*/

#gnav{
	height: 35px;
	width: 950px;
	margin: 0px auto;
	text-align: left;
	/*padding: 0px 17px;*/
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#gnav ul{
	margin: 0px;
	padding: 0px;
}

#gnav li{
	float: left;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
}

#gn_home a{
	background: url(../img/gnav_home.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_home a:hover{
	background: url(../img/gnav_home_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_home{
	background: url(../img/gnav_home_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}

#gn_equipment a{
	background: url(../img/gnav_equipment.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_equipment a:hover{
	background: url(../img/gnav_equipment_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_equipment{
	background: url(../img/gnav_equipment_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}

#gn_eco a{
	background: url(../img/gnav_eco.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_eco a:hover{
	background: url(../img/gnav_eco_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_eco{
	background: url(../img/gnav_eco_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}

#gn_business a{
	background: url(../img/gnav_business.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_business a:hover{
	background: url(../img/gnav_business_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_business{
	background: url(../img/gnav_business_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}

#gn_company a{
	background: url(../img/gnav_company.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_company a:hover{
	background: url(../img/gnav_company_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_company{
	background: url(../img/gnav_company_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}



#gn_inquiry a{
	background: url(../img/gnav_inquiry.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_inquiry a:hover{
	background: url(../img/gnav_inquiry_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}
#gn_inquiry{
	background: url(../img/gnav_inquiry_o.jpg) no-repeat left top;
	height: 35px;
	width: 124px;
	color: #FFFFFF;
	display: block;
}


/* 子メニュー - .sub-menu */
#gnav .sub-menu  {
	position:absolute;
	top:115px;
	width: 124px;
	display: none;
	background-image:none;
	font-size: 0.9em;
	
}
#gnav .sub-menu a {
	color: #fff;
	display: block;
	background-image:none;
	padding-top: 8px;
	height: 22px;
	text-decoration: none;	
}

#gnav .sub-menu li{
	background-color: #336699;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#gnav .sub-menu li a:hover {
  color: #fff;
 
}

/* ホバーで子メニュー表示 */
#gnav ul li:hover ul {
  display: block;
}
#gnav ul li ul li a:hover {
	background-color: #3399CC;
}


/*----mainの設定------*/


#main{
	width: 950px;
	margin: 0px;
	background: #FFFFFF url(../img/bg_main.jpg) repeat-y center top;
	/*padding: 0px 17px;*/
}

#main h2{
	padding-bottom: 5px;
}

#maincontents{
	background: #ffffff;
	}

.breadcrumb{
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	color: #003366;
	background-image: url(../img/img_homemark.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
	}

#side{
	float: right;
	width: 196px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	
}

#content{
	float: left;
	width: 740px;
	height:auto;
	background: #fff;
	
}

#content a{
	font-weight: bold;
	color: #036;
}


/*----frontページの設定---*/

.topimg{
	margin: 0px auto;
	padding-bottom: 10px;
}

.topinfo{
	float: left;
	padding-top: 10px;
	padding-left: 300px;	
	}

#home .desctop{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0099cc;
	height: 300px;
	background-color: #d9ffff;
	padding-right: 60px;
	padding-left: 60px;
}


#home h3{
	/*text-align: center;*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	text-align: center;
}

#home .descbox{
	background: url(../img/mark_border.jpg) no-repeat left center;
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#home p{
	padding-top: 10px;
	padding-bottom: 5px;
}

#home .topicsbox{
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: left;	
}
#home h4{
	font-size: 1.3em;
	font-weight: bold;
	color: #006;
	padding-top: 10px;
	padding-left: 80px;
}
.topicsbox ul{
	padding: 10px 20px;
}
.topicsbox ul li{
	padding-bottom: 5px;
	background: url(../img/mark_list.jpg) no-repeat left center;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: left;
	padding-left: 80px;
	padding-top: 5px;
	border-bottom: 1px dotted #CCC;
}

/*---ecoの設定---*/

#eco{
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#eco h3{
	padding-top: 30px;
	padding-left: 75px;
	background-image: url(../img/sttl_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 42px;
	/*width: 657px;*/
	text-align: left;
	color: #000066;
	font-weight: bold;
}

#eco h4{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #80FF00;
	font-size: 16px;
	padding-left: 10px;
}

#eco .descbox{
	display: block;
	
	text-align: left;
	border: 1px solid #CCC;
	width: 570px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#eco p{
	display: block;
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;	
}



#eco .resbox{
	width:730px;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #CCC;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
}
#eco .resbox p{
	padding: 10px 15px;
}

.imgcenter{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}



/*---businessの設定---*/

#business{
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}


#business h3{
	padding-top: 30px;
	padding-left: 75px;
	background-image: url(../img/sttl_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 42px;
	/*width: 657px;*/
	text-align: left;
	color: #000066;
	font-weight: bold;
}

#business h4{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #80FF00;
	font-size: 16px;
	padding-left: 10px;
}

#business .descbox{
	display: block;
	/*font-size: 0.8em;
	line-height: 1.5em;*/
	text-align: left;
	border: 1px solid #CCC;
	width: 570px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#business p{
	display: block;
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#business .resbox{
	width:730px;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #CCC;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
}
#business .resbox p{
	padding: 10px 15px;
}

#business .profile{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;	
}
#business .profile table{
	width: 500px;
	margin: 0px auto;
	text-align: center;
	
}

#business .item{
	padding: 5px 10px 5px 15px;
	width: 100px;
	border: 1px solid #CCC;
	text-align: left;
	vertical-align: baseline;
	background-color: #f1f1f1;
	line-height: 1.4em;
}
#business .info{
	padding: 5px 10px;
	border: 1px solid #CCC;
	text-align: left;
	line-height: 1.4em;
	}
	



/*----companyの設定-----*/

#company .desctop{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003366;
	height: 340px;
	background-color: #d9ffff;
	text-align: left;	
}

#company h3{
	padding-top: 20px;
	padding-left: 20px;
}
#company .descbox{
	display: block;
	padding: 10px 10px 0px 20px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
}

#company .combox{
	width:730px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
}
#company .combox p{
	padding: 10px 15px;
}

#company .comimg{
	padding-top: 10px;
	padding-bottom: 10px;
}
#company .profile{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;	
}
#company .profile table{
	width: 600px;
	margin: 0px auto;
	text-align: center;
	
}

#company .item{
	padding: 5px 10px 5px 15px;
	width: 100px;
	border: 1px solid #CCC;
	text-align: left;
	vertical-align: baseline;
	background-color: #f1f1f1;
	line-height: 1.4em;
}
#company .info{
	padding: 5px 10px;
	border: 1px solid #CCC;
	text-align: left;
	line-height: 1.4em;
	}
	

/*----inquiryの設定-----*/

#inquiry .desctop{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003366;
	height: 70px;
	background-color: #d9ffff;
	text-align: left;	
}

#inquiry h3{
	padding-top: 20px;
	padding-left: 20px;
}
#inquiry h4{
	text-align:center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #d9ffff;
}
#inquiry .descbox{
	display: block;
	padding: 10px 10px 0px 20px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
}

#inquiry .inqbox{
	width:730px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
	
	
}
#inquiry .inqbox p{
	
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 40px;
}

#inquiry .comimg{
	padding-top: 10px;
	padding-bottom: 10px;
}
#inquiry .profile{
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#inquiry .profile table{
	width: 650px;
	margin: 0px auto;
	text-align: center;
	
}

#inquiry .item{
	background: #D9FFFF;
	padding: 5px 10px 5px 15px;
	width: 160px;
	border: 1px solid #CCC;
	text-align: left;
	vertical-align: baseline;
}
#inquiry .info{
	padding: 5px 10px;
	border: 1px solid #CCC;
	text-align: left;
	}
#inquiry .emled{
	font-weight: bold;
	color: #F00;
}

/*----右サブメニューの設定------*/


#snav ul{
	margin: 0px;
	padding: 0px;
}

#snav li{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

#sn_home a{
	background: url(../img/snav_home.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}
#sn_home a:hover{
	background: url(../img/snav_home_o.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}
#sn_home{
	background: url(../img/snav_home_o.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}

#sn_eco a{
	background: url(../img/snav_eco.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}
#sn_eco a:hover{
	background: url(../img/snav_eco_o.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}
#sn_eco{
	background: url(../img/snav_eco_o.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}

#sn_business a{
	background: url(../img/snav_business.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}
#sn_business a:hover{
	background: url(../img/snav_business_o.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}
#sn_business{
	background: url(../img/snav_business_o.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}


#sn_company a{
	background: url(../img/snav_company.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}
#sn_company a:hover{
	background: url(../img/snav_company_o.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}
#sn_company{
	background: url(../img/snav_company_o.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}



#sn_inquiry a{
	background: url(../img/snav_inquiry.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}
#sn_inquiry a:hover{
	background: url(../img/snav_inquiry_o.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}
#sn_inquiry{
	background: url(../img/snav_inquiry_o.jpg) no-repeat left top;
	height: 35px;
	width: 196px;
	color: #FFFFFF;
	display: block;
}





/*---左コンテンツエリアの設定---*/

.imgspaceright{
	text-align: right;
	padding-bottom: 10px;
	float: right;
	padding-left: 10px;
}

.imgspace{
	text-align: right;
	padding-bottom: 20px;
}






/*----------footer----------------*/
#footer{
	background: url(../img/bg_bottom.jpg) repeat-x left bottom;
	text-align: center;
	height: 80px;
	border-bottom: 1px solid #eee;
	
}


#footer ul{
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 3px;
}
#footer ul li{
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 5px 20px;
	border-right: 1px solid #CCC;
}

#footer ul li a{
	text-decoration: none;
	color: #666;
	
}

#footer ul li a:hover{
	
	color: #333;
}

.copy{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	border-top: 5px solid #0099cc;
	padding-right: 20px;
	font: 1.0em Arial, Helvetica, sans-serif;
	color: #666;
}
.footermain{
	width: 950px;
	background: url(../img/bg_footer.jpg) no-repeat center bottom;
	margin: 0px auto;
	font-size: 0.9em;
	color: #666;
	text-align: right;
	/*padding: 0px 17px 0px;*/
	height: 80px;
	
}

/*-----各ページの写真を2列で表示------*/

.photoboxl{
	width: 260px;
	float: left;
	text-align: center;
	padding: 5px;
	}
.photoboxr{
	width:260px;
	float:right;
	text-align: center;
	padding: 5px;
	}
	
/*---indexを2列で表示（エコと事業内容のページ）----*/

.indexboxl{
	width: 320px;
	float: left;
	text-align: left;
	line-height: 1.3em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 0.9em;
	}
.indexboxr{
	width:200px;
	float:right;
	text-align: center;
	padding-top: 30px;
	/*padding-right: 5px;*/
	padding-bottom: 5px;
	/*padding-left: 5px;*/
	}

/*---その他----*/

.sstlstyle{
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	padding-left: 20px;
}
.parastyle{
	font-size: 14px;
	display: block;
}

.colbox{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.colmark{
	color: #F90;
}
.colflortl{
	float: left;
}
.colflortr{
	float:right;
}
.infobg{
	background-color: #FFE;
}

.colspace{
	margin-top: 10px;
	margin-bottom: 5px;	
}

/*----clearfixの設定-----*/


/* clearfix */
	* html .overflow {
		zoom: 100%;
	}

	*+html .overflow {
		zoom: 100%;
	}

.overflow {
	overflow: hidden;
}
