@charset "UTF-8";

@import "reset.css";
@import "clearfix.css";
@import "mailform.css";


/*----------印刷時に全体の背景を消す

　それ以外はbase.cssと同じ------------*/



body {
	/*background: url(../images/body-bg.jpg) no-repeat top;*/
	background-color: #FFFFFF;
	text-align: center;
	font-size: small;
	line-height: 150%;
	}

html {
	overflow: scroll;
	}
	
a:link { color: #006600; text-decoration: underline;}
a:visited { color: #006600; text-decoration: underline;}
a:hover { color: #006600; text-decoration: none;}
a:active { color: #006600; text-decoration: none;}
	
	
#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	}

#header {
	width: 800px;
	background: url(../images/header-bg.jpg) repeat-x left top;
	background-color: #FFFFFF;
	text-align: left;
	}
	
	
	#header #header-left {
	float: left;
	width: 430px;
	padding-left: 10px;
	}
	
	#header #header-right {
	float: right;
	width: 360px;
	text-align: right;
	}
	
	#header #header-right ul {
	list-style-type: none;
	height: 17px;
	padding: 3px 10px 0 0;
	font-size: 10px;
	background: url(../images/header-menu-bg.gif) no-repeat right bottom;
	color: #FFFFFF;
	}
	#header #header-right ul li {
	display: inline;
	padding: 0 5px;
	border-right: solid 1px #FFFFFF;
	}
	#header #header-right ul li.lastmenu {
	border-right: none;
	}

	#header #header-right ul li a:link { color: #FFFFFF; text-decoration:underline; }
	#header #header-right ul li a:visited { color: #FFFFFF; text-decoration:underline; }
	#header #header-right ul li a:hover { color: #FFFFFF; text-decoration:none; }
	#header #header-right ul li a:active { color: #FFFFFF; text-decoration:none; }

	#header #header-right p#header-right-contact {
	clear: both;
	padding: 10px 10px 0 0;
	}
	#header #header-right p#header-right-contact img.left{
	float: left;
	}
	#header #header-right p#header-right-contact img.right {
	float: right;
	}


	#header #nav {
	clear: both;
	width: 800px;
	}

	#header #nav ul {
	width: 800px;
	list-style-type: none;
	}

	#header #nav ul li {
	float: left;
	font-size: 0;
	line-height: 0;
	}

	#header #main {
	clear: both;
	width: 800px;
	height: 310px;
	padding-top: 1px;
	padding-bottom: 30px;
	}






	
#container {
	width: 800px;
	background-color: #FFFFFF;
	}
	

#leftbody {
	float: left;
	width: 570px;
	padding: 0 0 50px 10px;
	background-color: #FFFFFF;
	text-align: left;
	}
	
	


#rightbody {
	float: right;
	width: 180px;
	padding: 0 10px 50px 0;
	background-color: #FFFFFF;
	text-align: left;
	}

	#rightbody img.banner {
	margin-bottom: 15px;
	}


	#rightbody #contact-box {
	width: 180px;
	padding-bottom: 30px;
	background: url(../images/right-contact-bottom.jpg) no-repeat left bottom;
	}
	#rightbody #contact-box img.btn {
	margin: 0 0 0 10px;
	}
	
	
/*下位ページサブメニューここから*/
	#rightbody #submenu {
	width: 180px;
	margin: 0 0 20px 0;
	}
	#rightbody #submenu ul {
	list-style-type: none;
	}
	#rightbody #submenu ul li {
	margin-bottom: 3px;
	line-height: 130%;
	}
	#rightbody #submenu ul li a:link, #rightbody #submenu ul li a:visited {
	display: block;
	width: 160px;
	margin-bottom: 3px;
	padding: 10px;
	color: #333333;
	text-decoration: none;
	background: url(../images/submenu-bg.jpg) no-repeat left bottom;
	border-top: solid 2px #E0F2DD;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	}
	
	#rightbody #submenu ul li a:hover {
	display: block;
	width: 160px;
	margin-bottom: 3px;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/submenu-bg-on.jpg) no-repeat left bottom;
	border-top: solid 2px #006400;
	border-bottom: solid 1px #006400;
	border-right: solid 1px #006400;
	}

	#rightbody #submenu ul li a:active {
	display: block;
	width: 160px;
	margin-bottom: 3px;
	padding: 10px;
	color: #333333;
	text-decoration: none;
	background: url(../images/submenu-bg.jpg) no-repeat left bottom;
	border-top: solid 2px #E0F2DD;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	}

	#rightbody #submenu ul li.on a:link, #rightbody #submenu ul li.on a:visited, #rightbody #submenu ul li.on a:hover, #rightbody #submenu ul li.on a:active {
	display: block;
	width: 160px;
	margin-bottom: 3px;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/submenu-bg-on.jpg) no-repeat left bottom;
	border-top: solid 2px #006400;
	border-bottom: solid 1px #006400;
	border-right: solid 1px #006400;
	}
/*下位ページサブメニューここまで*/







#footer-menu {
	clear: both;
	text-align: left;
	background-color: #EBEBEB;
	font-size: x-small;
	padding: 10px 0;
	}
	
	#footer-menu ul {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 5px 0;
	list-style-type: none;
	}
	
	#footer-menu ul li {
	float: left;
	padding: 0 5px;
	border-left: solid 1px #999999;
	}
	#footer-menu ul li.last {
	border-right: solid 1px #999999;
	}
	
	#footer-menu ul li a:link { color: #666666; text-decoration: underline; }
	#footer-menu ul li a:visited { color: #666666; text-decoration: underline; }
	#footer-menu ul li a:hover { color: #666666; text-decoration: none; }
	#footer-menu ul li a:active { color: #666666; text-decoration: none; }




	
#footer {
	clear: both;
	padding: 10px 0;
	color: #FFFFFF;
	background-color: #64A05F;
	text-align: left;
	}
	
	#footer p {
	width: 800px;
	margin: 0 auto;
	}
	
	#footer p.copyright {
	font-size: x-small;
	}
	
	
	

#pankuzu {
	text-align: right;
	padding: 10px 10px;
	font-size: x-small;
	}

.pagetop {
	clear: both;
	text-align: right;
	margin: 15px 0 0 0;
	padding: 15px 5px 15px 5px;
	background: url(../images/line-bg.jpg) no-repeat left top;
	}






h1 {
	padding-top: 3px;
	color: #006600;
	font-weight: normal;
	font-size: 10px;
	}
	

h2 {
	padding-top: 1px;
	}


h3.contents {
	background: url(../images/h3-bg.jpg) no-repeat left top;
	padding: 6px 10px 25px 15px;
	font-size: medium;
	}
	

h4 {
	clear: both;
	background: url(../images/h4-bg.jpg) no-repeat right bottom;
	font-size: small;
	padding: 5px 10px 5px 10px;
	margin: 10px;
	color: #006400;
	border-bottom: solid 1px #999999;
	border-left: solid 2px #66CC00;
	}
	
h4.customer {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	}
	
	
h5 {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: url(../images/h5-bg.jpg) no-repeat 3px 10px #EFEFEF;
	padding: 5px 5px 5px 15px;
	font-size: small;
	color: #006400;
	}


h6 {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0 10px 0 6px;
	font-size: small;
	border-left: solid 2px #66CC00;
	}




div#pagetitle {
	clear: both;
	width: 800px;
	height: 150px;
	}
	






/*=====================TOPページで使用ここから=========================*/

/*----------4つのキーワード----------*/

h3.toppage-keyword {
	margin: 10px;
	}
	
p.keyword-txt {	
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 130%;
	}
	
.small-right {
	text-align: right;
	font-size: x-small;
}




/*----------2段組----------*/
#top-2box {
	clear: both;
	}

#top-2box-left {
	float: left;
	width: 290px;
	}

#top-2box-right {
	float: right;
	width: 260px;
	}


p#shizen-txt {
	clear: both;
	width: 240px;
	height: 188px;
	background: url(../images/top-shizen-bg.jpg) no-repeat left top;
	padding: 80px 20px 0 20px;
	}


span.align-right-img {
	float: right;
	}


/*----------施工例----------*/

#leftbody #sekourei {
	clear: both;
	padding: 10px 20px 15px 20px;
	overflow: auto;
	}

/*施工例左*/
#leftbody #sekourei-left {
	float: left;
	width: 240px;
	padding: 10px;
	background-color: #EFEFEF;
	text-align: center;
	}
	
/*施工例右*/
#leftbody #sekourei-right {
	float: right;
	width: 240px;
	padding: 10px;
	background-color: #EFEFEF;
	text-align: center;
	}

/*施工例タイトル*/
p.top-sekou-title {
	font-size: medium;
	font-weight: bold;
	}
/*施工例サムネイルphoto*/
p.top-sekou-photo {
	padding: 5px 0 5px 0;
	}
/*施工例サムネイルphoto下のテキスト*/
p.top-sekou-txt {
	margin-top: 10px;
	text-align: left;
	line-height: 130%;
	}




/*----------ニュース＆トピックス----------*/
/*RSSアイコンの位置設定*/
#leftbody #whatsnew p.rss {
	clear: both;
	position: relative;
	width: 12px;
	}
#leftbody #whatsnew p.rss img {
	vertical-align: bottom;
	}
#leftbody #whatsnew p.rss a {
	position: absolute;
	left: 175px;
	top: -30px;
	}


/*forIE6*/
*html #leftbody #whatsnew p.rss a { 
	position: absolute;
	left: 175px;
	top: -32px;
	}
/*forIE7*/
*:first-child+html #leftbody #whatsnew p.rss a {
	position: absolute;
	left: 175px;
	top: -32px;
	}



	
/*ニュースリスト*/
#leftbody #whatsnew ul#newslist {
	list-style-type: none;
	margin-top: 10px;
	}
#leftbody #whatsnew ul#newslist li {
	margin: 0 10px;
	padding: 5px 0  10px 15px;
	background: url(../images/icon-news.jpg) no-repeat 5px 13px;
	border-bottom: dotted 1px #999999;
	}




/*黄緑アイコンのテキストリンク*/
p.top-txt-link {
	clear: both;
	padding: 5px 10px 10px 0;
	text-align: right;
	background: url(../images/top-linkicon.jpg) no-repeat right center;
	}

/*=====================TOPページで使用ここまで=========================*/



div.thumb-box {
	clear: both;
	padding: 10px 10px 20px 10px;
	overflow: auto;
	}
	
.page-nav-center {
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	}





#leftbody p {
	margin: 0 10px 15px 10px;
	}





#leftbody p.align-right {
	text-align: right;
	}




/*--------区切り線--------*/
#leftbody div.line {
	clear: both;
	padding: 20px;
	background: url(../images/line-bg.jpg) no-repeat left 10px;
	}

html>/**/body #leftbody div.line hr { 
	display: none;
	}

/*forIE6*/
*html #leftbody div.line hr { 
	height: 0;
	color: #FFFFFF;
	}
/*forIE7*/
*:first-child+html #leftbody div.line hr {
	height: 0;
	color: #FFFFFF;
	}
/*--------区切り線--------*/





.photo-left {
	float: left;
	margin: 0 10px 10px 0;
	}
.photo-right {
	float: right;
	margin: 0 0 10px 10px;
	}

.clear {
	clear: both;
	}

.color-txt {
	color: #FF0000;
	}


	

#leftbody ul.contents {
	margin-left: 40px;
	margin-bottom: 10px;
	}
#leftbody ul.contents ul {
	margin-left: 40px;
	margin-bottom: 10px;
	}
#leftbody ul.contents ol {
	margin-left: 40px;
	margin-bottom: 10px;
	}


#leftbody ol.contents {
	margin-left: 40px;
	margin-bottom: 10px;
	}
#leftbody ol.contents ul {
	margin-left: 40px;
	margin-bottom: 10px;
	}
#leftbody ol.contents ol {
	margin-left: 40px;
	margin-bottom: 10px;
	}

/*--------下層ページ--------*/

#leftbody div#qchi-list {
	width: 500px;
	margin: 0 0 20px 20px;
	padding: 10px;
	border: dashed 1px #FFCC66;
	background-color: #FFFFDF;
	}
	
#leftbody div#qchi-list ol {
	list-style-type: decimal;
	margin-left: 30px;
	}
	
#leftbody div#qchi-list ol li {
	background: none;
	padding-left:10px;
	}
	
/*--------太陽の光ページ--------*/

table#taiyou{
	border-collapse: collapse;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #999999;
	}
	
table#taiyou th {
	padding: 10px;
	font-weight: normal;
	border: solid 1px #999999;
	background-color: #FFFFDF;
	}

table#taiyou td {
	text-align: center;
	padding: 10px;
	border: solid 1px #999999;
	}

/*--------光熱費ページ--------*/

div#konetsuhi {
	width: 500px;
	margin: 0 0 0 20px;
	padding: 10px;
	border: none;
	background-color: #E9F5E7;
	}
	
#leftbody table#kounetsu1 {
	border-collapse: collapse;
	border: solid 1px #999999;
	margin-bottom: 25px;
	margin-top: 20px;
	margin-left: 10px;
	}
#leftbody table#kounetsu1 th {
	padding: 10px;
	border: solid 1px #999999;
	background: #FFFFCC;
	color: #555555;
	}
#leftbody table#kounetsu1 td {
	padding: 10px;
	border: solid 1px #999999;
	text-align: center;
	}


#leftbody table#kounetsu2 {
	border-collapse: separate;
	border: solid 2px #999999;
	margin-bottom: 10px;
	margin-left: 10px;
	}
#leftbody table#kounetsu2 th {
	padding: 10px;
	font-weight: normal;
	border: solid 1px #999999;
	}
#leftbody table#kounetsu2 td {
	padding: 10px;
	text-align: right;
	border: solid 1px #999999;
	}	
#leftbody table#kounetsu2 td.backcolor-y {
	background-color: #FFFFCC;
	}	
#leftbody table#kounetsu2 td.backcolor {
	background-color: #FFDFDF;
	}		
.yohaku {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.yohaku-small {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: x-small;
}

#leftbody p.question {
	background: url(../images/mark-question.jpg) no-repeat left 3px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#leftbody p.answer {
	background: url(../images/mark-answer.jpg) no-repeat left 3px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#leftbody div.faq-line {
	padding: 10px 0 10px 0;
	text-align: center;
	}
#leftbody table#nagare {
	border-collapse: collapse;
	border: 0px none #999999;
	margin-bottom: 25px;
	margin-top: 20px;
	margin-left: 10px;
}
#leftbody table#nagare th {
	padding: 10px;
	background: #FFFFCC;
	color: #555555;
	text-align: left;
}
#leftbody table#nagare td {

	padding: 10px;
	text-align: left;
}

/*補助金*/	
div#hojyo-list {
	width: 500px;
	margin: 0 0 0 20px;
	padding: 10px;
	border: 1px dotted #006400;
	background-color: #E9F5E7;
	}
	
div#hojyo-list ul {
	list-style-type: none;
	margin-left: 30px;
	}
	
div#hojyo-list ul li {
	background: none;
	padding-left:15px;
	background: url(../images/customer-listicon-s.jpg) no-repeat left 3px;
	}

	
/*---------お客様の声--------*/

.intaviewer {
	color: #663300;
}

ul.customer-question-list {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	list-style-type: none;
	margin-left: 30px;
	}
ul.customer-question-list li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/customer-listicon.jpg) no-repeat left 3px;
	
	}




/*--------------会社概要--------------*/
table#company-gaiyou {
	border-collapse: separate;
	margin-left: 10px;
	margin-right: 10px;
	}
table#company-gaiyou th {
	padding: 5px;
	text-align: left;
	color: #4B4B4B;
	border-right: 2px solid #FFFFFF;
	width: 70px;
	vertical-align: top;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	}
table#company-gaiyou td {
	padding: 5px 5px 5px 10px;
	width: 440px;
	vertical-align: top;
	border: 2px solid #FFFFFF;
	background: url(../images/company/company-table-bg.gif) repeat-y left top;
	}
	
	table#company-gaiyou td ul.company-list {
	margin-left: 15px;
	padding: 0;
	list-style-type: disc;
	}
	table#company-gaiyou td ul.company-list li.company {
	margin: 0;
	padding: 0px;
	background-image: none;
	}


/*--------------会社沿革--------------*/
table#company-enkaku {
	border-collapse: separate;
	margin-left: 10px;
	margin-right: 10px;
	}
table#company-enkaku th {
	padding: 5px;
	text-align: left;
	color: #4B4B4B;
	vertical-align: top;
	background: #EAEAEA;
	border: 2px solid #FFFFFF;
	width: 100px;
	}
table#company-enkaku td {
	padding: 5px;
	vertical-align: top;
	border: 2px solid #FFFFFF;
	}




/*------------------プライバシーポリシー-----------------------*/
ul.privacy {
	margin-left: 40px;	
	margin-right: 20px;
	}
ul.privacy2 {
	margin-left: 20px;	
	}
ol.privacy {
	margin-left: 40px;
	margin-right: 20px;
	}	
table.privacy {
	border-collapse: collapse;
	border: solid 1px #999999;
	margin-left: 10px;
	}	
table.privacy th {
	width: 110px;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: solid 1px #999999;
	}	
table.privacy td{
	width: 390px;
	padding: 5px;
	vertical-align: top;
	border: solid 1px #999999;
	}	
