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

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #EFEFEF;
	line-height: 22px;
}

img , img a{
	border: 0;
}

p{
	padding: 5px 0;
}

ul,ol{
	line-height: 150%;
	list-style-position: inside;
}
.red{
	color: #F00;
}
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}
.text16{
	font-size: 16px;
}
.text24{
	font-size: 24px;
}

.fleft{
	float: left;
	padding-right: 15px;
}

.cleft{
	clear: left;
}
.clear{
	clear: both;
}
.notice{
	color: #666;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}

.zeinuki{
	color:#F00;
	font-size: 15px;
}
.zeikomi{
	color:#00C;
	font-size: 15px;
}
.blue{
	color:#00C;
}
.campaign{
	text-align: center;
	margin-bottom: 15px;
}

.hozyokin{
	text-align: center;
	font-size: 18px;
	color: #F00;
	font-weight:bold;
}


.ron{
	font-size: 18px;
	color: #F00;
	font-weight:bold;
}

.ron-title{
	color:#2962AF;
	border-bottom: solid 1px #2962AF;
}

div#wrapper{
	width: 820px;
	margin: 0 auto;
	color: #000;
	background-color: #FFF;
}

div#header{
	color: #060;
	background-color: #FFF;
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
	position: relative;
	padding: 5px 10px;
	border-bottom: solid 1px #030;
}

h1{
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 30px;
}

p#description{
	position:absolute;
	top: 105px;
	font-size: 12px;
	color: #FFF;
}

div#header h2{
	padding-bottom: 35px;
}

p#tele{
	position: absolute;
	top : 20px;
	right: 15px;
}

ul#header-menu{
	list-style: none;
	list-style-position: outside;
	position: absolute;
	top: 105px;
	right: 15px;
	font-size: 14px;
}

ul#header-menu a{
	font-weight: bold;
	color: #FFF;
}

ul#header-menu li{
	float: left;
	padding-left: 20px;
	background-image: url(../images/bg-geader-menu.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-right: 20px;
}
ul#header-menu li.end{
	margin-right: 0;
}

/*メニュー*/
ul#main-menu{
	height: 35px;
	border-top: solid 1px #9C0;
	color: #FFF;
	background-color: #030;
	font-size: 14px;
}
ul#main-menu a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
ul#main-menu a:hover{
	text-decoration: underline;
}

ul#main-menu li{
	list-style: none;
	float: left;
	text-align: center;
	padding: 8px 12px;
}

ul#main-menu li.wr01 a{
	color: #F00;
}

/*メインコンテンツ*/
div#main-content{
	padding: 10px;
	position: relative;
}

#breadcrumb{
	padding: 5px 0 15px 0;
}

.topimg{
	margin-bottom: 20px;
}

/*トップページ*/
div#top-block-right{
	float: right;
	width: 400px;
}
div#top-block-left{
	float: left;
	width: 400px;
}
h2#news{
	color: #030;
	border-left: solid 5px #030;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
	font-size: 16px;
}
div.info{
	width: 360px;
	overflow: auto;
	height: 300px;
	margin-bottom: 15px;
	border: solid 1px #CCC;
	padding: 10px;
}
div.info dl {
	clear: both;
}
div.info dt {
	width: 100px;
	float: left;
	line-height: normal;
}
div.info dd {
	width: 240px;
	float: left;
	line-height: normal;
}

h3#osusume{
	color: #030;
	border-left: solid 5px #030;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
	font-size: 16px;
}

table.osusume-syouhin{
	table-layout: fixed;
	border-collapse:collapse;
	border: solid 1px #CCC;
}
table.osusume-syouhin td{
	padding: 5px;
	border: solid 1px #CCC;
}


div.top-itioshi-left{
	float: left;
	width: 390px;
}

div.top-itioshi-right{
	float: right;
	width: 390px;
}




ul#top-link{
	clear: both;
	border-top: solid 1px #CCC;
	padding-top: 15px;
	list-style: none;
	list-style-position: outside;
}

ul#top-link li{
	width: 180px;
	float: left;
	padding: 0 9px;
	margin-bottom: 20px;
	border-right: solid 1px #CCC;
}
ul#top-link li.o-rudennka{
	width: 180px;
	border-left: solid 1px #CCC;
}

ul#top-link li img{
	border: solid 1px #2E3234;
}

ul#top-link li h3{
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}

.solor-panel{
	margin-bottom: 15px;
}

p.link{
	text-align: right;
}
p.link a{
	padding: 3px 0 1px 20px;
	background-image: url(../images/bg-link.gif);
	background-color: transparent;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.title{
	color: #030;
	border-left: solid 5px #030;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
	font-size: 16px;
}
.sub-title{
	text-decoration: underline;
	margin: 20px 0 10px 0;
	font-size: 14px;
}
.content{
	margin-bottom: 30px;
}

/*オール電化住宅の勧め*/
.title-eco{
	color: #2962AF;
	border-bottom: solid 1px #2962AF;
	margin-bottom: 15px;
}
.eco-img { width: 200px; float: left; }
.eco-text { width: 380px; float: right; border-bottom: 40px solid #fff; }

.eco-flash-content{
	text-align: center;
	padding: 15px 0;
}
.blue-strong2 { color: #2469c6; font-weight: bold; font-size: 120%; }
.p1 { background-image: url(../images/point/point1.jpg); background-repeat: no-repeat; overflow: hidden; padding: 40px 0px 20px 100px; }
.p2 { background-image: url(../images/point/point2.jpg); background-repeat: no-repeat; overflow: hidden; padding: 40px 0px 20px 100px; }
.p3 { background-image: url(../images/point/point3.jpg); background-repeat: no-repeat; overflow: hidden; padding: 40px 0px 20px 100px; }
.p4 { background-image: url(../images/point/point4.jpg); background-repeat: no-repeat; overflow: hidden; padding: 40px 0px 20px 100px; }
.p5 { background-image: url(../images/point/point5.jpg); background-repeat: no-repeat; overflow: hidden; padding: 40px 0px 20px 100px; }
.p6 { background-image: url(../images/point/point6.jpg); background-repeat: no-repeat; overflow: hidden; padding: 40px 0px 20px 100px; }

.s1 { background-image: url(../images/step/step1.jpg); background-repeat: no-repeat; overflow: hidden; padding: 90px 0px 20px 100px; }
.s2 { background-image: url(../images/step/step2.jpg); background-repeat: no-repeat; overflow: hidden; padding: 90px 0px 20px 100px; }
.s3 { background-image: url(../images/step/step3.jpg); background-repeat: no-repeat; overflow: hidden; padding: 90px 0px 20px 100px; }
.s4 { background-image: url(../images/step/step4.jpg); background-repeat: no-repeat; overflow: hidden; padding: 90px 0px 20px 100px; }
.s5 { background-image: url(../images/step/step5.jpg); background-repeat: no-repeat; overflow: hidden; padding: 90px 0px 20px 0px; }
.h5step{
	background-color:#efefef;
	padding:5px;
	font-size:80%;
	line-height:normal;
	color:#2469c6;
	border-bottom:1px solid #fff;
	margin-top:15px;
}
.s5p{padding:5px;
	background-color:#efefef;
	font-size:12px;
}

table.releaf-map {
	width: 580px;
	font-size: 12px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.releaf-map th { background-color: #efefef; border-top: 1px solid #fff; border-bottom: 1px solid #ccc; border-left: 1px solid #fff; border-right: 1px solid #ccc; padding: 5px 10px; }
table.releaf-map td { text-align: center; border-top: 1px solid #fff; border-bottom: 1px solid #ccc; border-left: 1px solid #fff; border-right: 1px solid #ccc; padding: 5px 10px; }



/*お問い合わせ*/
.telfax{
	font-size: 24px;
	font-weight:bold;
	color: #030;
}

.simu-box { border-bottom: 20px solid #fff; _height:1%; min-height: 1%;}
.simu-box p { margin: 20px 0px; }
.ar { width: 112px ;float: left; border-right: 10px solid #fff; }
.about-ar { width: 468px; float: left; }
.fax { width: 160px; float: right; }

.simu-box table {
	width: 800px;
	margin-bottom: 20px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.simu-box th {
	width: 20%;
	font-size: 12px;
	padding: 5px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	background-color:#efefef;
}
.simu-box th p { font-weight: normal; margin: 0px; padding: 0px;}
.simu-box td { padding: 5px 10px; border-top: 1px solid #fff; border-bottom: 1px solid #ccc; border-left: 1px solid #fff; border-right: 1px solid #ccc; background-color:#fff; }

/*支払方法*/

table.ronn-plan {
	margin: 20px 0;
	font-size: 13px;
	width: 800px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.ronn-plan th {
	width: 120px;
	background-color: #efefef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
}
table.ronn-plan td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
}
/*会社概要*/
.ninntei{
	width:250px;
	height: 110px;
	margin: 15px auto;
	padding: 10px 0 18px 130px;
	background-image:url(../images/company/tiiki-kouken.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border-top: solid 1px #D15B15;
	border-bottom: solid 1px #D15B15;
}

table.company-info {
	width: 800px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.company-info th {
	width: 120px;
	background-color: #efefef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
}
table.company-info td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
}
.map { width: 500px; float: left; }
.access { width: 250px; float: right; }

/*オール電化の進め*/
div#side{
	float: left;
	width: 180px;
}

ul#link-eco{
	list-style: none;
	list-style-position: outside;
	margin-bottom: 20px;
}
ul#link-eco a{
	color: #000;
}
ul#link-eco li{
	padding: 8px 0 8px 22px;
	border-bottom: dotted 1px #000;
	background-image: url(../images/bg-link-eco.gif);
	background-repeat: no-repeat;
	background-position: left;
}

ul#link-banner{
	list-style: none;
	list-style-position: outside;
}
ul#link-banner li{
	margin-bottom: 20px;
}
div#right{
	float: right;
	width: 600px;
	left: 200px;
}
.contacteco{
	text-align: right;
	clear: both;
	padding-right: 15px;
}

/*お勧めオール電化セット*/
table.syouhin{
	table-layout: fixed;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.syouhin th {
	width: 200px;
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
table.syouhin td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}
/*お勧めオール電化セット2*/
table.syouhin2{
	table-layout: fixed;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.syouhin2 th {
	width: 80px;
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
table.syouhin2 td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.price{
	text-align: center;
	color: #F00;
	font-size: 24px;
	font-weight: bold;
}
.komikomi{
	margin: 35px 0 15px 0;
	padding:0;
	text-align: center;
}
ul.setumei{
	list-style-position: outside;
	margin: 0 0 0 20px;
}
ul.setumei li{
	margin-bottom: 15px;
}

/*太陽光発電*/
div.solor-content{
	width: 600px;
	border-bottom: solid 1px #F60;
	margin: 0 auto 20px auto;
}

div.solor-content .title{
	color: #F60;
	border-left: solid 5px #F60;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
	font-size: 20px;
}
div.solor-content div{
	font-size: 16px;
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 135px;
	line-height:26px;
}

div.solor-content div.sanyo{
	height: 207px;
	background-image: url(../images/solor/sanyo.jpg);
	padding-bottom: 10px;
}
div.solor-content div.mitsubishi{
	height: 191px;
	background-image: url(../images/solor/mitsubishi.jpg);
	padding-bottom: 10px;
}
div.solor-content div.choshu{
	background-image: url(../images/solor/choshu.jpg);
}
div.solor-content div.kanadian{
	height: 185px;
	background-image: url(../images/solor/kanadian.jpg);
	padding-bottom: 10px;
}
div.solor-content div.sharp{
	background-image: url(../images/solor/sharp.jpg);
}

/*フッター*/
div#footer{
	border-top: solid 3px #030;
	color: #000;
	background-color: #FFF;
	position: relative;
	padding: 15px 10px;
	font-size: 12px;
}

div#footer address{
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../images/tiiki-kouken.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 68px;
}

address a{
	text-decoration: none;
	color: #000;
	cursor: default;
}

div#footer .copyright{
	text-align: right;
}