@charset "UTF-8";
/* CSS Document */

#mainCatch{
	width:714px;
	height:324px;
	margin:0 auto;
	background: url(../images/main_catch_bg.gif) no-repeat;
	border-bottom: 3px solid #3f663f;
}

/*===メインFlashエリア===*/
#flashBg{
	float:left;
	width:715px;
}


#topFlash{
	float: left;
	height: 324px;
	padding-left: 6px;
}


/*=== 事例エリア（ブログ） ===*/
#blogArea{
	height:auto;
	padding: 7px 0 0 3px;
	position: relative;
	width:220px;
	float:left;
	margin-bottom:30px;
}

#blogArea .blog_wrap{
	z-index: 0;
	position: relative;
}
#blogArea .blog_wrap h2{
	position: relative;
	width: 218px;
	height: 49px;
	margin: 0;
	padding: 0;
	background: url(../images/blog_head.gif) 
}
#blogArea .blog_wrap .ex_title_photocatalyst{
	background: url(../images/ex_head_photocatalyst.gif);
}
#blogArea .blog_wrap .ex_title_grease{
	background: url(../images/ex_head_grease.gif);
}
#blogArea .blog_wrap .ex_title_system{
	background: url(../images/ex_head_system.gif);
}
#blogArea .blog_wrap .ex_title_work{
	background: url(../images/ex_head_work.gif);
}
#blogArea .blog_wrap h2 span{
	position: absolute;
	display: none;
	z-index: -1;
}
#blogArea .blog_list_wrap{
	width: 218px;
	height: auto;
	margin: 0;
	padding: 0;
	background: url(../images/blog_middle_bg.gif);
}
#blogArea .blog_list_wrap p.info{
	color: #868686;
	font-size: 11px;
	width: 190px;
	height: 30px;
	padding: 5px 0 0 16px;
}

#blogArea .blog_list{
	width: 200px;
	height: auto;
	margin: 0 0 0 15px;
	overflow:auto;
}
#blogArea .blog_list .blog{
	text-align: left;
	font-size: 12px;
	width: 180px;
}
#blogArea .blog_list ul.blog li{
	display: block;
	padding: 4px 0 4px 0 ;
	line-height: 1.4;
	color: #003300;
	border-bottom: 1px dotted #003300;
}
#blogArea .blog_list ul.blog li a{
	color: #003300;
}
#blogArea .blog_list ul.blog li a:hover{
	color: #003300;
	text-decoration: underline;
}
#blogArea .blog_wrap .blog_link{
	width: 202px;
	height: 32px;
	margin: 0;
	padding: 6px 8px 0 8px;
	background: url(../images/blog_bottom_bg.gif) bottom ;
}
#blogArea .blog_wrap .blog_link a{
	position: relative;
	display: block;
	width: 102px;
	height: 23px;
	float: right;
	background: url(../images/blog_list_btn_up.gif) bottom ;
}
#blogArea .blog_wrap .blog_link a:hover{
	background: url(../images/blog_list_btn_over.gif) bottom ;
}
#blogArea .blog_wrap .blog_link a em{
	position: absolute;
	z-index: -1;
	display: none;
	width: 102px;
	height: 23px;
	background: url(../images/blog_list_btn_over.gif) bottom ;
}
/*=== //事例エリア（ブログ） ===*/

/*===コンテンツ右===*/
.rightBorder{
  border-left: 3px solid #3f663f;
  border-bottom: 3px solid #3f663f;
  overflow: hidden;
  background-color: #fff;
  border-right: 3px solid #3f663f;
}
.rightBorder .r_banner_wrap{
  margin: 10px 0 10px 2px;
}
.rightBorder .r_banner_wrap img:hover{
   opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*===コンテンツ共通===*/

/*===コンテンツ===*/
#content{
	width:945px;
	padding:0 45px 0 45px;
	margin:0px auto;
	padding-bottom:30px;
	background-repeat: repeat-y;
	background-position: 45px 0;
	background-image: url(../images/inner_bg.gif);
}

#content p{
}

#content h3 {
	
}

#content h3 {
}


/*===Topコンテンツ左===*/
#contentLeft{
	float:left;
	width:701px;
	padding-top:15px;
}

/*===Topコンテンツ左の個別クラス===*/
.theme_wrap{
	background-image: url(../images/theme_bg.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
	margin: 0 auto 20px 0;
	padding:0 0 0 15px;
	width:682px;
}

.theme_wrap h2{
	padding:8px 0 0 35px;
	font-size:123.1%;
	color:#003300;
}

.theme_wrap h3{
	padding:20px 0 0 15px;
	font-size:108%;
	color:#003300;
}

.theme_wrap h2 span{
	font-size:77%;
	color:#003300;
	padding-left:10px;
	font-weight:normal;
}

.theme_wrap .theme_box{
	float:left;
	width:200px;
	padding:13px;
	margin:10px 0;
}


.theme_wrap .theme_box p{
	font-size:85%;
}



.theme_wrap .link{
	border-top:dotted 1px #003300;
	text-align:right;
	padding:5px 10px 0 0;
}

.theme_wrap .link a{
	color:#003300;
	display:inline-block;
	height:15px;
	margin-top:5px;
	padding-left:18px;
	background-image: url(../images/icon_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.theme_wrap .link a:hover{
	color:#FF6600;
}


.theme_wrap .theme_foot{
	background:url(../images/theme_foot.gif) no-repeat;
	background-position: 0 top;
	height:15px;
	overflow: hidden;
}




.new_wrap{
	float:left;
	background:url(../images/new_bg.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
	width:452px;
	padding-left:15px;
}

.new_wrap h2{
	padding:8px 0 0 35px;
	font-size:123.1%;
	color:#003300;
}

.new_wrap h3{
	padding:20px 0 0 10px;
	font-size:108%;
	color:#003300;
}

.new_wrap h2 span{
	font-size:77%;
	color:#003300;
	padding-left:10px;
	font-weight:normal;
}

.new_wrap .new_foot{
	background:url(../images/new_foot.gif) no-repeat;
	background-position: 0 top;
	height:10px;
	overflow: hidden;
}

.new_wrap ul.latestnews{
	text-align:left;
	padding-left:30px;
	margin:10px 0;
}

.new_wrap ul.latestnews li{
	margin:5px 0;	
}

.new_wrap ul.latestnews li a{
	color:#3F653F;
}

.new_wrap ul.latestnews li a:hover{
	color:#FF6600;
}



.new_wrap .link{
	border-top:dotted 1px #003300;
	text-align:right;
	padding:5px 10px 0 0;
	width:437px;
}

.new_wrap .link a{
	color:#003300;
	display:inline-block;
	height:15px;
	margin-top:5px;
	padding-left:18px;
	background-image: url(../images/icon_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.new_wrap .link a:hover{
	color:#FF6600;
}




.eco_wrap{
	float:left;
	background:url(../images/eco_bg.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
	padding-left:15px;
	width:214px;
	height:328px;
	
}

.eco_wrap h2{
	padding:8px 0 18px 35px;
	font-size:123.1%;
	color:#003300;
}

.eco_wrap h2 span{
	font-size:77%;
	color:#003300;
	padding-left:10px;
	font-weight:normal;
}

.eco_wrap p{
	margin: 0 0 6px 3px;
}

.eco_wrap .orange_bg{
	background-color:#FFAD33;
	width:210px;
	margin:0 2px;
	padding:5px 0;
}

.eco_wrap .orange_bg p{
	color:#FFFFFF;
	font-weight:bold;
	font-size:93%;
	margin:0 auto;
	display:block;
}

.eco_wrap .link{
	border-top:dotted 1px #003300;
	text-align:right;
	padding:5px 10px 0 0;
}

.eco_wrap .link a{
	color:#003300;
	display:inline-block;
	height:15px;
	margin-top:5px;
	padding-left:18px;
	background-image: url(../images/icon_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.eco_wrap .link a:hover{
	color:#FF6600;
}


/*===Topコンテンツ右===*/
#contentRight{
	float:right;
	width:230px;
	padding: 0 1px 120px 0;
	background: url(../images/stair.gif) bottom no-repeat;
}

#consult_banner{
}

#consult_banner a{
	display:block;
	width:225px;
	height:218px;
	background:url(../images/consult_ban_up.gif);	
}

#consult_banner a:hover{
	background:url(../images/consult_ban_over.gif);	
}

#consult_banner a span{
	z-index:-1;
	position:relative;
}

/*新着ニュース*/
.aidanews2{
	padding-top:15px;
	padding-bottom:5px;
}

.aidanews2_mainL{
	width:65px;
	text-align:left;
	float:left;
	padding-left:23px;
	padding-right:10px;
	padding-top:1px;
	color:#003300;
	font-size:93%;
	background-image: url(../images/news_icon.gif);
	background-repeat: no-repeat;
	background-position: 8px;
}


.aidanews2_mainC{
	width:335px;
	float:left;
	text-align:left;
	padding-left:8px;
	padding-right:5px;
	padding-bottom:7px;
	font-size:100%;
	color:#003300;
	line-height:135%;
}

span.aidanews2_title{
	font-weight:bold;
	padding-bottom:5px;
	padding-top:0px;
	text-align:left;
}

span.aidanews2_title a{
	color:#003300;
	font-weight:normal;
}

span.aidanews2_title a:hover{
	color:#FF9900;
}
