@charset "utf-8";
/*
目次

・基本構造
・リンク
・ヘッダー
・ナビゲーション
・クイック検索
・パンくず
・メイン
・検索ページ
・検索一覧
・詳細ページ
・ニュース
・電気業界を斬る
・お問い合わせ
・サイトマップ
・企業様登録フォーム
・工事例
・フッター

---------------------------------------------*/


/*
基本構造
---------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
		
ul, ol, ul{list-style:none;}
	

fieldset,img{border:0;}	
	
select option{padding:0 5px;}	

form label{cursor:pointer;}



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

#container{
	width:900px;
	margin:0 auto;
	padding:0;
	background:#FFFFFF;
}

.bld{font-weight:bold;}

.gotop{
	clear:both;
	text-align:right;
	font-size:12px;
	padding:5px 0;
	margin:5px 0;
}
.gotop a{
	background:url(../images/common/gotop.gif) left no-repeat;
	padding-left:16px;
}

.link_page{
	margin-left:1em;
}
.link_page a{
	background:url(../images/common/arrow.gif) left no-repeat;
	padding-left:1em;
}
.section{
	clear:both;
}
.red{
	color:#FF0000;
}
.center{
	text-align:center;
}

/*
リンク
---------------------------------------------*/
a {
	text-decoration:none;
}
a:link {
	text-decoration: none;
	color: #0000FF;
	background-color: transparent;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
	background-color: transparent;
}
a:hover, a:visited:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
}




/*
ヘッダー
---------------------------------------------*/
div#head{
	border-top:3px solid #99CC33;
	padding:0;
	width:880px;
	margin:0 10px;
	
}

div#head #title{
	clear:both;
	height:25px;
	padding:0;
	margin:0;
	background:url(../images/common/headline01.gif) top left repeat-x;
}

div#head #title h1{
	padding:3px 0 0 5px;
	margin:0;
	font-size:14px;
	float:left;
}

div#head #title ul{
	float:right;
	font-size:12px;
	width:190px;
	margin:3px 0 0 0;
	padding:0;
}
div#head #title ul li{
	float:right;
	padding:0;
	margin:0 5px 0 10px;
}

div#logo{
	clear:both;
	height:63px;
	margin:0;
	padding:5px 0 0 0;
}
div#logo #logoimg{
	float:left;
	width:214px;
}
div#logo #subtitle{
	float:right;
	height:39px;
	padding:20px 0 0 0;
	font-size:16px;
}



/* ナビゲーション */
div#nav{
	clear:both;
	height:40px;
}

div#nav ul, div#nav ul li{
	display:block;
	text-align:center;
}

div#nav ul li{
	float:left;
	list-style:none;
	font-weight:bold;
	background:#EDEDED;;
	
}
div#nav ul li.nav_wid{
	width:218px;
	margin-right:2px;
}
div#nav ul li.nav_wid2{
	width:220px;
}

div#nav ul li a{
	border-top:3px solid #666666;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;;
	display:block;
	text-decoration: none;
	text-align:center;
	padding:8px 0 0 0;
	height:28px;
	color:#333333;
}

div#nav li a:hover{
	color:#FFFFFF;
	background:#99CC33;
}

body#top a#home,
body#searchCat a#search,
body#detailCat a#search,
body#columnCat a#column,
body#newsCat a#news{
	background:#99CC33;
	color:#FFFFFF;
}



/*
クイック検索
---------------------------------------------*/
#quick{
	clear:both;
	text-align:right;
	font-size:12px;
	margin:5px 10px;
	border-bottom:2px solid #99CC33;
	padding-bottom:3px;
}
#quick input{
	padding:2px 4px 1px 4px;
}

/*
パンくず
---------------------------------------------*/
#pan{
	clear:both;
	font-size:12px;
	margin:10px 10px 2px 10px;
}

/*
メイン
---------------------------------------------*/
#content_column1,#content_column2{
	clear:both;
	margin:0 10px 10px 10px;
	padding-bottom:30px;
	font-size:16px;
}


body#pageID h2{
	clear:both;
	background:#99CC33;
	padding:6px 0 4px 10px;
	margin:0;
	font-size:16px;
}

#content_column1 h3{
	margin:10px 0;
	background:url(../images/common/headline3.gif) left no-repeat;
	padding:6px 0 2px 20px;
	font-size:16px;
	clear:both;
	height:26px;
}


#content_column1 p{
	margin:1em 10px;
}


/* メイン（2カラム） */

#content_column2_main{
	float:left;
	width:630px;
}
#content_column2_menu{
	float:right;
	width:240px;
}

#content_column2_main h3{
	margin:10px 0;
	background:url(../images/common/headline_c2_03.gif) left no-repeat;
	padding:20px 0 0 20px;
	font-size:18px;
	clear:both;
	height:36px;
}
#content_column2_main h4{
	margin:10px 0;
	background:url(../images/common/headline_c2_04.gif) left no-repeat;
	padding:6px 0 2px 20px;
	font-size:16px;
	clear:both;
	height:26px;
}
#content_column2_main p{
	padding:0 10px;
}

/*
メニュー
---------------------------------------------*/
#content_column2_menu{
	float:right;
	width:240px;
	margin:10px 0;
	background-color:#FFFFFF;
}
.content_column2_menu_sub{
	border:1px solid #999999;
	padding:1px;
	margin-bottom:5px;
}
.content_column2_menu_sub h3{
	padding:5px 5px 3px 8px;
	font-size:14px;
	border-left:11px solid #333333;
	border-bottom:1px dotted #999999;
	margin-bottom:1px;
	color:#FFFFFF;
}
.content_column2_menu_sub ul{
	clear:both;
	margin:0;
	padding:0;
}
.content_column2_menu_sub li{
	background:url(../images/common/menu_arrow.gif) left top no-repeat;
	padding:5px 0 0 20px;
	border-bottom:1px dotted #999999;
	height:25px;
}

.content_column2_menu_sub li#scom,.content_column2_menu_sub li#kcom{
	background:url(../images/common/menu_arrow_l.gif) left top no-repeat;
	padding:5px 0 0 20px;
	border-bottom:1px dotted #999999;
	height:50px;
}

.content_column2_menu_sub li a{
	display:block;
	height:25px;
}

.content_column2_menu_sub li#scom a,.content_column2_menu_sub li#kcom a{
	display:block;
	height:50px;
}
 
body#constructCat li.self{
	background:#f5faea url(../images/common/menu_arrow_lg.gif) left top no-repeat;
	margin:0;
	padding:5px 0 0 20px;
}


/* 検索ページ */

body#searchCat h3{
	margin:10px 0;
	border:1px solid #99CC33;
	background:#ebf5d6;
	padding:6px 0 5px 20px;
	font-size:16px;
	clear:both;
}
body#searchCat h4{
	margin:10px 0 5px 0;
	background:url(../images/common/headline4.gif) left no-repeat;
	padding:2px 0 2px 15px;
	font-size:14px;
	clear:both;
}
body#searchCat select{margin:0 20px;}

body#searchCat .construct{
	clear:both;
	background:url(../images/common/dots.gif) bottom repeat-x;
	padding:0 20px 10px 20px;
	margin:0 0 10px 0;
}

body#searchCat .construct input{
	margin:0 3px 0 10px;
	padding:0;
}
body#searchCat button{
	background:#FFFFFF;
	border:none;
	margin:0;
	padding:0;
}

/* 検索一覧 */

body#searchCat #list_head{
	clear:both;
	border:1px solid #99CC33;
	background:#ebf5d6;
	margin:10px 0;
	padding:8px 10px 6px 10px;
}

body#searchCat #list_head #list_head_l{
	float:left;
}

body#searchCat #list_head #list_head_r{
	float:right;
}

body#searchCat #list_head #list_head_r p{
	margin-top:2.5em;
	font-size:11px;
}

body#searchCat #list_head #list_head_r p span.orange{color:#FF6600;}

body#searchCat #list_head #list_head_r p span.page_num{
	font-size:14px;
	margin-left:2em;
	color:#FF6600;
}

body#searchCat #list_head p{
	clear:both;
	margin:0;
	padding:0;
}
body#searchCat span#num_max{
	color:#ff6600;
	font-weight:bold;
	font-size:20px;
	margin-right:5px;
}
body#searchCat span#num{
	color:#ff6600;
	font-weight:bold;
	margin:0 5px;
}

body#searchCat #list_com{
	clear:both;
	margin:0;
	padding:0;
}

body#searchCat #list_com dl{
	clear:both;
	border-bottom:1px dotted #999999;
	background:#ebf5d6;
	margin:2px 0 15px 0;
}
body#searchCat #list_com dt{
	float:left;
	clear:left;
	width:50px;
	font-weight:bold;
	text-align:right;
	border-top:1px dotted #999999;
	padding:10px 0 8px 0;
	text-align:center;
}
body#searchCat #list_com dt img{margin-top:10px;}
body#searchCat #list_com dd{
	margin-left:50px;
	border-top:1px dotted #999999;
	background:#FFFFFF;
	padding:10px 3px 8px 10px;
}
body#searchCat #list_com dd.bg_gray{
	background:#EDEDED;
}
body#searchCat #list_com span.kinds{
	font-size:12px;
}

body#searchCat p.page_num{
	color:#FF6600;
	text-align:right;
	font-size:14px;
	margin:0;
	padding:0 10px 0 0;
}

/* 詳細ページ */

body#detailCat h3{
	border:none;
	font-weight:normal;
	background:none;
}
body#detailCat .com_name{
	font-weight:bold;
	font-size:18px;
}
body#detailCat h3 img{
	margin:0 10px 0 0;
	float:left;
}
body#detailCat div.return{
	clear:both;
	padding:0;
	margin:15px 0 0 0;
	border-bottom:2px solid #99CC33;
}
body#detailCat #com_detail{
	clear:both;
	margin:10px;
	padding:10px 0 0 0;
	background:url(../images/common/dots.gif) top repeat-x;
}
body#detailCat #com_detail #com_detail_l{
	float:left;
	width:180px;
	line-height:1.4em;
	font-size:12px;
}
body#detailCat #com_detail #com_detail_l img{
	margin:0 0 10px 0;
}

body#detailCat #com_detail #com_detail_r{
	float:right;
	width:662px;
}

body#detailCat #com_detail #com_detail_r h3{
	margin:0;
	padding:5px 5px 3px 10px;
	background:#99CC33;
	font-weight:bold;
}

body#detailCat #com_detail_l dl{
	clear:both;
	margin:15px 0;
	width:180px;
	line-height:1.4em;
	border-bottom:1px solid #99CC33;
}
body#detailCat #com_detail_l dt{
	clear:left;
	font-weight:bold;
	padding:3px 5px 3px 30px;
	background:#ebf5d6 url(../search/images/arrow_detail.gif) left no-repeat;
	border-top:1px solid #99CC33;
	border-left:1px solid #99CC33;
	border-right:1px solid #99CC33;

}
body#detailCat #com_detail_l dd{
	clear:right;
	padding:5px 5px 10px 8px;
	border-top:1px solid #99CC33;
	border-left:1px solid #99CC33;
	border-right:1px solid #99CC33;

}



body#detailCat #com_detail_r dl{
	clear:both;
	border-right:1px solid #99CC33;
	border-left:1px solid #99CC33;
	border-bottom:1px solid #99CC33;
	background:#ebf5d6;
	margin:0 0 15px 0;
	width:660px;
}
body#detailCat #com_detail_r dt{
	float:left;
	clear:left;
	width:240px;
	font-weight:bold;
	border-top:1px solid #99CC33;
	padding:5px 10px;
}
body#detailCat #com_detail_r dd{
	margin-left:260px;
	border-top:1px solid #99CC33;
	border-left:1px solid #99CC33;
	background:#FFFFFF;
	padding:5px 5px 5px 10px;
}



/* ニュース */
body#newsCat #newspage_list{
	clear:both;
	margin:20px 0 0 0;
	padding:0;
}
body#newsCat .news_list{
	clear:both;
	margin:0 0 20px 0;
	padding:0 0 0 30px;
	background:url(../news/images/headline_03.gif) left no-repeat;
	height:45px;
}
body#newsCat .news_list p{
	clear:both;
	margin:0;
	padding:2px 0;
	font-size:14px;
	line-height:1.3em;
}
body#newsCat .news_list h3{
	border:none;
	margin:0;
	padding:0;
	font-size:16px;
	background:none;
	clear:both;
	line-height:1em;
}
body#newsCat #date{
	clear:both;
	text-align:right;
	font-size:14px;
	margin-bottom:0;
}
body#newstCat #cnt_cms{
	clear:both;
	padding:0;
	margin:0;
}
body#newsCat #cnt_cms p{
	margin:0 0 1em 0;
	padding:0 10px;
	clear:both;
}




/* 電気業界を斬る */

body#columnCat h2{
	clear:both;
	padding:0;
	margin:0;
}

body#columnCat #back_num{
	clear:both;
	float:right;
	margin:5px 0;
	padding:0;
}


body#columnCat img.img_l{
	margin:0 10px 10px 0;
	float:left;
}
body#columnCat img.img_r{
	margin:0 0 10px 10px;
	float:right;
}
body#columnCat p{
	clear:both;
}





/* お問い合わせ */

body#contactCat p{
	margin:0 10px;
	padding:0;
}

body#contactCat dl{
	clear:both;
	border-right:1px solid #99CC33;
	border-left:1px solid #99CC33;
	border-bottom:1px solid #99CC33;
	background:#ebf5d6;
	margin:2px 10px 15px 10px;
}
body#contactCat dt{
	float:left;
	clear:left;
	width:100px;
	font-weight:bold;
	text-align:right;
	border-top:1px solid #99CC33;
	padding:3px 1em 3px 3px
}
body#contactCat dd{
	margin-left:7em;
	border-top:1px solid #99CC33;
	border-left:1px solid #99CC33;
	background:#FFFFFF;
	padding:3px;
}
body#contactCat .btn_center{text-align:center;}


/* サイトマップ */

body#sitemapCat h3{
	background:url(../sitemap/images/arrow_sitemap2.gif) left no-repeat;
	border-bottom:1px dotted #999999;
	padding-left:20px;
	margin:3px 0 0 35px;
	font-size:16px;
	height:25px;
}
body#sitemapCat #map{
	clear:both;
	margin:0;
	padding:20px 0 0 0;
}
body#sitemapCat .map_l{
	float:left;
	width:280px;
	margin:0;
	padding:0;
}
body#sitemapCat .map_l h3{
	border-left:none;
}
body#sitemapCat .map_l ul{
	clear:both;
	margin:5px 0 40px 35px;
	padding:0;
	border-bottom:2px solid #666666;
}
body#sitemapCat .map_l ul li{
	background:url(../sitemap/images/arrow_sitemap.gif) left no-repeat;
	padding:0 0 0 20px;
	margin:0;
	line-height:1.6em;
	height:25px;
	margin-bottom:1px;
}


/* 企業様登録フォーム */

#flow{
	clear:both;
	margin:0;
	padding:10px 0 20px 10px;
}
.flow_l{
	float:left;
	width:276px;
	margin:0 10px 0 0;
	padding:0;
	border:2px solid #99CC33;
	height:7em;
}
#flow h4{
	background-image:none;
	background-color:#99CC33;
	font-weight:bold;
	border:none;
	margin:1px;
	padding:0 0 0 10px;
}


body#entryCat dl{
	clear:both;
	border-right:1px solid #99CC33;
	border-left:1px solid #99CC33;
	border-bottom:1px solid #99CC33;
	background:#ebf5d6;
	margin:15px 10px;
}
body#entryCat dt{
	float:left;
	clear:left;
	width:10em;
	font-weight:bold;
	text-align:right;
	border-top:1px solid #99CC33;
	padding:3px 1em 3px 3px
}
body#entryCat dd{
	margin-left:11em;
	border-top:1px solid #99CC33;
	border-left:1px solid #99CC33;
	background:#FFFFFF;
	padding:3px;
}
body#entryCat dd table tr td{
	padding-left:3px;
}
body#entryCat input.em1{
	margin-left:0.5em;
}
body#entryCat input.em2{
	margin-left:1.5em;
}



body#entryCat h5{
	text-align:center;
	clear:both;
	font-size:14px;
	margin-bottom:1em;
}

body#entryCat ol{
	list-style:decimal;
	margin:20px 40px;
	padding:0;
}

body#entryCat ol li{
	margin:1em 0;
}

body#entryCat #kojin {
	height:145px;
	margin:0 auto;
	padding:10px 0;
	color:#555555;
	border:1px solid #999999;
	overflow:scroll;
	width:575px;
}

body#entryCat #next{
	text-align:center;
	margin:10px 0;
}
body#entryCat select, body#entryCat input, body#entryCat textarea{
	margin:2px;
}
body#entryCat p{
	margin:10px 10px 0 10px;
	padding:0;
}
body#entryCat p#agree{
	margin-left:150px;
}

body#entryCat p.btn_center{
	text-align:center;
}


body#entryCat dl#entryform{
	margin-top:2px;
}


/* 工事例 */
body#constructCat #content_column2_main p{
	text-align:center;
}
body#constructCat #content_column2_main img{
	margin-bottom:10px;
}




/*
フッター
---------------------------------------------*/
div#foot_link{
	clear:both;
	margin:20px 0 10px 0;
	text-align:center;
	font-size:12px;
}


div#foot{
	clear:both;
	margin:0 10px;
}

div#foot p{
	background:#99CC33;
	margin:0;
	font-size:12px;
	padding:5px 0 2px 0;
	text-align:center;
}
	
/* SEO対策用フッター */



#footer02 {
	clear:both;
	width: 880px;
	height:190px;
	background-image: url(../images/top/footer_bg_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	margin: 0 auto;
	position: relative;
}

#footer02_inner {
	width: 850px;
	padding: 0px 30px 0 20px;
	margin: 0 auto;
	
	
}


#footer02left {

	float: left;

	width: 650px;

	height: 125px;

	text-align: left;

	margin-left: 5px;

	padding: 10px 0px 0 0px;

}


#footer02left ul {
	width: 300px;
	float: left;
	list-style-type: none;
	padding: 0 15px 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99CC33;
	
}


#footer02left li {
	font-size: 13px;
	list-style: none;
	background-image: url(../images/top/footer_aicon01.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 0px 0px 0px 16px;
	
	
}


#footer02left ul {

	width: 290px;
	line-height:180%;
	
	

}



#footer02left ul.lastul {

	border: 0;
	padding-left:20px;
	padding-right: 0;

}

#footer02left a {
	padding-bottom: 1px;
	text-decoration: underline;
	color: #1A439B;
					}

#footer02left a:hover {
	text-decoration: none;
	
						}


.fontM {
	
	letter-spacing: -1px;
		}



#footer02right {

	position: absolute;

	text-align: right;

	width: 360px;

	margin: 0;

	padding: 0;

	right: 25px;

	top: 70px;

}




#footer02 address {
	margin: 0px;
	padding: 2px 3px 0;
	font-style: normal;
	text-align: right;	
	font-size: 70%;
}


