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

#contents *{
	font-size:12px;
}
/* 中ページ枠 */
#contents {
/*	width:900px; */
	width:1080px;
	margin:20px auto 0px;
}
#contents_inner{
	padding:0 0 20px 0;/* 900-20-15=865px*/
	overflow:hidden;
}
#main_area {
	width:800px;
	float:right;
	background-color:#FFF;
}
#sub_area {
	width:260px;
	float:left;
}


/*　サイドエリア */
.sub_navi,
#contact {
	/*width:198px;*/
/*	border:solid 1px #00CC00; */
	border:solid 1px #DDD;
	margin:0 auto;
	background-color:#FFFFFF;
}
#contact {
	margin-top:10px;
	color:#333;
}
.sub_navi a:link,
.sub_navi a:visited {
	font-size:12px;
	font-weight:bold;
/*	color:#257FB7; */
	color:#333;
	text-decoration:none;
}
.sub_navi a:hover,
.sub_navi a:active {
	color:#FF6600;
}
.sub_navi h2 a:link,
.sub_navi h2 a:visited {
	font-size:12px;
	font-weight:bold;
/*	color:#257FB7; */
	color:#fff;
	text-decoration:none;
}
.sub_navi h2 a:hover,
.sub_navi h2 a:active {
	color:#FF6600;
}
#contact {
	margin-bottom:10px;
}
.sub_navi h2,
#contact h2 {
	padding:5px 10px;
	line-height:1.5em;
/*	background-color:#257FB7; */
	background-color:#003366;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#contact h2 a:link, 
#contact h2 a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#contact h2 a:hover{
	color:#FF6600;
	} 

.sub_navi ul {
	list-style-type:none;
}
.sub_navi ul li {
	border-top:dotted 1px #CCCCCC;
	padding:10px 10px 10px 10px;
	background:url(../img/icon_01.png) no-repeat 7px 13px;
	line-height:1.5em;
}

/*　サイドエリア3 */
.sub_navi3 {
	/*width:198px;*/
	border:solid 1px #257FB7;
/*	border:solid 1px #660000; */
	margin:10px auto 0 auto;
	background-color:#FFFFFF;
}
.sub_navi3 a:link,
.sub_navi3 a:visited {
	font-size:12px;
	font-weight:bold;
	color:#257FB7;
/*	color:#660000; */
	text-decoration:none;
}
.sub_navi3 a:hover,
.sub_navi3 a:active {
	color:#FF6600;
}
.sub_navi3 h2 {
	padding:5px 10px;
	line-height:1.5em;
	background-color:#257FB7;
/*	background-color:#660000; */
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.sub_navi3 ul {
	list-style-type:none;
}
.sub_navi3 ul li {
	border-top:dotted 1px #CCCCCC;
	padding:10px 10px 10px 10px;
	background:url(../img/icon_01.png) no-repeat 7px 13px;
	line-height:1.5em;
}

#contact dl {
	position:relative;
/*	padding-left: 5px; */
	padding:10px 0px 10px 10px;
	color:#333;
}
#contact dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:70px;
	padding-left:8px;
	float:left;
	line-height:1.6em;
	font-weight:bold;
	color:#660000;
}
#contact dl dd {
	padding:0 5px 0 70px;
	line-height:1.6em;
/*	color:#257FB7; */
	color:#660000;
}

/* メインエリア */
#services #main_area h2,
#lineup #main_area h2,
#companys #main_area h2,
#tradings #main_area h2,
#inquirys #main_area h2,
#recruts #main_area h2,
#sitemaps #main_area h2,
#privacys #main_area h2{
	height:30px;
	padding:2px 0 0 10px;
	line-height:32px;
	font-size:18px;
	font-weight:bold;
	/*background:url(../images/service/h2_icon.png) no-repeat 0 4px;*/
	background-color:#003366;
	color:#FFF;
/*	margin:11px 10px 20px 10px; */
	margin:0px 0px 15px 10px;
	letter-spacing:1px;
}
#main_area h3 {
	padding:2px 2px 2px 15px;
	line-height:28px;
/*	background:#D5ECFF url(../images/common/icon_02.png) no-repeat 5px 8px; */
/*	background-color:#333; */
	font-size:16px;
	font-weight:bold;
/*	color:#257FB7; */
	color:#fff;
	clear:both;
	margin:0 0px 15px 10px;
}
#main_area p{
	font-size:13px;
	line-height:20px;
	margin-bottom:20px;
}
#main_area h5 {
	padding:2px 2px 2px 15px;
	line-height:2em;
/*	background:#D5ECFF url(../images/common/icon_02.png) no-repeat 5px 8px; */
	background-color:#fff;
	font-size:16px;
	font-weight:bold;
/*	color:#257FB7; */
	color:#333;
	clear:both;
	margin:0 10px 20px 10px;
	border:#333333 solid 1px;
}

/*=== よくある質問 ===*/
/*=====================================================*/
/* よくある質問                                            */
/*=====================================================*/
#qa dl {
	width: 750;
	position:relative;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:10px;
	overflow:hidden;
}
#qa dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:130px;
	padding:5px 0 5px 0px;
	float:left;
	font-weight:bold;
	color:#15396f;
	line-height:1.6em;
}
#qa dl dd {
	padding:5px 0 5px 60px;
	border-bottom:dotted 1px #CCCCCC;
	line-height:2em;
	width: 750;
}
#qa .text {
	margin-top:10px;
	line-height:1.6em;
}
#qa iframe{
}
#qa h3{
}
#qa img{
/*	margin-left:50px; */
}
#contents #qa ul{
	list-style:none;
	margin:0 0 20px 20px;
	font-weight:bold;
	}
#contents #qa ul li{
	font-size:16px;
	}
#contents #qa ul li span{
	color:#FF0000;
	font-size:16px;
	}
#qa ul{
	}
#qa .parking{
	margin-left:20px;
	}
#qa .parking p#title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	padding-top:20px;
	}
#qa .parking img{
	margin:0;
	}
#contents #qa .f_size{
	font-size:16px;
	}
#contents #qa .f_size dt{
	font-size:14px;
	}
#contents #qa .f_size dd{
/*	font-weight:bold; */
	font-size:13px;
	}

/*=== 会社案内 ===*/
/*=====================================================*/
/* 会社案内                                            */
/*=====================================================*/
#company dl {
	position:relative;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:10px;
	overflow:hidden;
}
#company dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:130px;
	padding:5px 0 5px 10px;
	float:left;
	font-weight:bold;
	color:#15396f;
	line-height:1.6em;
}
#company dl dd {
	padding:5px 0 5px 150px;
	border-bottom:dotted 1px #CCCCCC;
	line-height:1.6em;
}
#company .text {
	margin-top:10px;
	line-height:1.6em;
}
#company iframe{
}
#company h3{
}
#company img{
/*	margin-left:50px; */
}
#contents #company ul{
	list-style:none;
	margin:0 0 20px 20px;
	font-weight:bold;
	}
#contents #company ul li{
	font-size:16px;
	}
#contents #company ul li span{
	color:#FF0000;
	font-size:16px;
	}
#company ul{
	}
#company .parking{
	margin-left:20px;
	}
#company .parking p#title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	padding-top:20px;
	}
#company .parking img{
	margin:0;
	}
#contents #company .f_size{
	font-size:16px;
	}
#contents #company .f_size dt{
	font-size:14px;
	}
#contents #company .f_size dd{
/*	font-weight:bold; */
	font-size:13px;
	}

/*=====================================================*/
/* サービス                                            */
/*=====================================================*/
#services dl {
	position:relative;
	margin-bottom:0px;
/*	margin-left:20px; */
	margin-right:10px;
	overflow:hidden;
}
#services dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:150px;
	padding:5px 0 5px 10px;
	float:left;
	font-weight:bold;
	color:#15396f;
	line-height:1.6em;
}
#services dl dd {
	padding:5px 0 5px 120px;
	border-bottom:dotted 1px #CCCCCC;
	line-height:1.6em;
}
#services .text {
/*	margin-top:10px; */
	line-height:1.6em;
}
#services iframe{
}
#services h3{
}
#services img{
/*	margin-left:50px; */
}
#contents #services ul{
	list-style:none;
	margin:0 0 20px 20px;
	font-weight:bold;
	}
#contents #services ul li{
	font-size:16px;
	}
#contents #services ul li span{
	color:#FF0000;
	font-size:16px;
	}
#services ul{
	}
#services .parking{
	margin-left:20px;
	}
#services .parking p#title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	padding-top:20px;
	}
#services .parking img{
	margin:0;
	}
#contents #services .f_size{
	font-size:16px;
	}
#contents #services .f_size dt{
	font-size:14px;
	}
#contents #services .f_size dd{
/*	font-weight:bold; */
	font-size:13px;
	}


#services_syohin dl {
	position:relative;
	margin-bottom:0px;
/*	margin-left:20px; */
	margin-right:10px;
	overflow:hidden;
}
#services_syohin dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:150px;
	padding:5px 0 5px 10px;
	float:left;
	font-weight:bold;
	color:#15396f;
	line-height:1.6em;
}
#services_syohin dl dd {
	padding:5px 0 5px 50px;
	border-bottom:dotted 1px #CCCCCC;
	line-height:1.6em;
}





/*=== 事業内容 ===*/
#service p.photo img{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	margin-left:10px;
}
#service p.photo3 img{
	margin-right:10px;
	margin-bottom:20px;
	margin-left:10px;
}
/*
#service dl dt{
	font-size:14px;
	font-weight:bold;
	color:#039;
	letter-spacing:0.5;
	line-height:1.5;
	padding-left:20px;
	margin-left:100px;
}
#service dl dd{
	font-size:14px;
	margin-left:100px;
}
*/

#service p.link{
	clear:both;
	margin-left:350px;
}
#service p.link a{
	background:url(../images/service/link.png) no-repeat;
	width:250px;
	display:block;
	text-align:center;
	line-height:30px;
	text-decoration:none;
}
#service p.link a:hover{
	background-position:0 -30px;
}

/* サービス中ページ */
#service h4{
	width:590px;
	height:50px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-bottom:10px;
	margin-left:10px;
	clear:both;
}
#service h4#tel{	background-image:url(../images/service/tel1.png);}
#service h4#camera{	background-image:url(../images/service/network1.png);}
#service h4#mansion{	background-image:url(../images/service/network2.png);}
#service h4#maintenance{	background-image:url(../images/service/network3.png);}

#service .h4_inner{
	margin-left:20px;
	margin-right:20px;
}
#service ul {
	clear:both;
	list-style-type:none;
	margin-left:10px;
	margin-right:10px;
}
#service ul li {
	line-height:1.5em;
}
#products_contents {
	width:560px;
	float:right;
}
#products_contents h5 {
	padding:5px 10px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.5em;
	background-color:#52473A;
}
#products_contents ul {
	list-style-type:none;
	margin-left:0;
	margin-right:0;
}
#products_contents ul li {
	clear:both;
}
#products_contents ul li ul li {
	border-bottom:dotted 1px #CCCCCC;
	padding:15px 0;
}
#products_contents .photo {
	border:solid 1px #CCCCCC;
	margin-right:20px;
	padding:1px;
	float:left;
	margin-bottom:0;
}
#products_contents h6 {
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
	margin-left:10px;
	color:#f00;
}
#products_contents .text {
	line-height:1.8em;
}
#products_contents .price {
	margin-top:10px;
	font-weight:bold;
	color:#7DB498;
	line-height:1.5em;
}
#products_contents .pagetop {
	clear:both;
	margin:10px 0 20px 0;
	font-size:10px;
	text-align:right;
}
#service p.photo{
	height:300px;
	margin-right:10px;
	}
#service p.photo2 img{
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
}
#service p.photo3{
	height:230px;
	text-align:center;
	}

#service #base_plan{
	width:740px;
	height:100px;
	background:url(../images/service/base_plan_02.png) no-repeat 0 0;
	text-indent:-9999px;
	}


/*=====================================================*/
/* 取り扱いメーカー一覧                                            */
/*=====================================================*/
#trading dl {
	position:relative;
	margin-bottom:30px;
	margin-left:10px;
	margin-right:10px;
	overflow:hidden;
}
#trading dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:180px;
	padding:5px 0 5px 10px;
	float:left;
	font-weight:bold;
/*	color:#257FB7; */
	color:#660000;
	line-height:1.6em;
	overflow:hidden;
	font-size:14px;
}
#trading dl dd {
	padding:5px 0 5px 190px;
	border-bottom:dotted 1px #CCCCCC;
	line-height:1.6em;
	overflow:hidden;
	font-size:14px;
}

#trading #link01{
	background:url(../images/service/banner01.jpg) no-repeat 0 0;
	text-indent:-9999px;
	}
#trading #link02{
	background:url(../images/service/banner02.jpg) no-repeat 0 0;
	text-indent:-9999px;
	}
#trading #link03{
	background:url(../images/service/banner03.jpg) no-repeat 0 0;
	text-indent:-9999px;
	}
#trading #link04{
	background:url(../images/service/banner04.jpg) no-repeat 0 0;
	text-indent:-9999px;
	}

#contents #trading p{
	font-size:1.5em;
	font-weight:bold;
	margin-left:20px;
	}

/*==================================================*/
/* お問い合わせ                                     */
/*==================================================*/
/* お問い合わせフォーム*/
#myform1{
	margin-top:30px;
	font-size:14px;

}
#myform1 label{
	display:block;
	width:150px;
	float:left;
	font-size:14px;
	text-align:right;
	margin-right:10px;
/*	color:#257FB7; */
	color:#333;
	font-weight:bold;
}
#myform1 p{
	clear:both;
}
#user, #mail, #tel, #fax, #com{
/*	width:350px; */
	width:400px;
	font-size:16px;
}
#myform1 #submit{
	margin-left:433px;
	width:80px;
	padding:2px;
}
#myform1 p{
	margin-bottom:10px;
}
#myform1 input.button {
	width:80px;
	height:30px;
}
/* 電話でのお問い合わせ*/
#inquiry ul.inquiry_tel{
	list-style:none;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:20px;
}
#inquiry ul.inquiry_tel li{
	width:650px;
	height:120px;
	background-image:url(../images/inquiry/inquiry_bg.png);
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}

#inquiry ul.inquiry_tel li dl{
	/*padding-top:10px;*/
}
#inquiry ul.inquiry_tel li dl dt{
	font-size:40px;
	font-weight:bold;
	color:#15396f;
	height:50px;
	margin-left:50px;
	margin-bottom:10px;
	margin-top:5px;
}
#inquiry ul.inquiry_tel li dl dd{
	margin-left:50px;
	font-size:12px;
}
#tableform h4{
	background-color: #6699CC;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}

/*===================================================*/
/* 施工実績                              */
/*===================================================*/
#products {
	/margin-top:5px;
	padding:0px 0 0 10px;
	list-style-type:none;
	margin-bottom:20px;
	overflow:hidden;
}
#products li {
	width:280px;
	height:350px;
	margin:15px 15px 0 0;
	/margin:10px 15px 0 0;
	float:left;
	background:url(../images/results/bg_products2.png) no-repeat;
	overflow:hidden;
}
#products li h4 {
	font-size:14px;
	font-weight:bold;
	padding:15px 0 10px 0;
	line-height:1.6em;
	margin-left:10px;
	margin-top:10px;
	color:#06F;
}
#products li .text {
	line-height:1.8em;
	margin:10px;
	margin-top:0px;
}
#products li p{
	margin:10px;
}


/*=========================================================*/
/* 採用実績                                                */
/*=========================================================*/
#recrut table{
	border-collapse:collapse;
	border:1px solid #666;
	border-spacing:0;
	empty-cells:show;
	margin-left:10px;
	margin-bottom:20px;
}
#recrut table th{
	padding:5px;
	border:1px solid #666;
	background-color:#D5ECFF;
	font-size:14px;
	font-weight:normal;
}
#recrut table td{
	padding:5px;
	border:1px solid #666;
	font-size:13px;
}
#recrut table td ul{
	margin-left:20px;
}
#recrut p{
	margin-left:10px;
	font-size:13px;
}
#recrut a,
#recrut li{
	font-size:13px;
}

/*========================================================*/
/* サイトマップ1 */
/*========================================================*/
#sitemap ul{
	margin-left:40px;
}
#sitemap ul li{
	line-height:2.0;
	font-size:14px;
}

/*========================================================*/
/* 個人情報保護について                                   */
/*========================================================*/
#privacy dl{
	margin-left:20px;
}
#privacy dl dt{
	font-size:15px;
	font-weight:bold;
	line-height:1.5;
}
#privacy dl dd{
	margin-bottom:20px;
	line-height:1.5;
	font-size:13px;
}


/*========================================================*/
/* お問合せ                                               */
/*========================================================*/
#tableform {
	padding: 50px;
	padding: 20px 0px 0px 0px;
}

#main_area table.contact01 {
	width: 750px;
	border: 1px solid #decbce;
	/* margin-top: 8px; */
	margin-bottom: 5px;
}

#main_area th.cont01 {
	/* text-align: center; */
	vertical-align: middle;
	padding: 5px 0px 5px 10px;
	width: 150px;
	background-color: #6699CC;
	font-size: 13px;
	color: #FFFFFF;
}

#main_area td.cont01 {
	padding: 10px 0 10px 15px;
	background-color: #fcf8f3;
	vertical-align: middle;
	text-align: left;
}
#submit {
	width: 80px;
}
input.button {
	width: 80px;
	height: 30px;
	border-radius: 3px;
}
#fieldbutton {
	width: 300px;
	margin: 20px auto 10px;
}

ul {
	list-style-type: none;
}
#fieldbutton li {
	display: inline-block;
}


/*========================================================*/
/* 角丸                                                    */
/*========================================================*/
#mainAbout {
	width: 750;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 25px;
	font-size: 13px;
	padding: 10px 10px 5px 10px;
}

#mainAbout2 {
	margin-left: 40px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 8px;
	font-size: 13px;
	padding: 0px 10px 5px 10px;
}


#promise {
	overflow: hidden;
	background-image: url(../images/top/promise.png);
	height: 127px;
	width: 1080px;
}
#topics ul {
	/* width: 900px; */
	width: 1080px;
	list-style-type: none;
}
#topics ul li {
	width: 348px;
	/* height: 95px; */
	height: 100px;
	border-bottom: dotted 1px #BBBBBB;
	margin-left: 10px;
	padding: 10px 0;
	float: left;
	overflow: hidden;
}
#topics ul li .photo {
	padding-right: 10px;
	float: left;
}
#topics ul li h4 {
	line-height: 1.6em;
	font-size: 14px;
	/* font-weight: bold; */
	color: #fff;
}
#topics ul li .text {
	line-height: 1.5em;
	color: #FFF;
	/* color: #000; */
	font-size: 11px;
}

/*========================================================*/
/* 角丸                                                    */
/*========================================================*/
#sub_area dl {
	position:relative;
	margin-bottom:0px;
/*	margin-left:20px; */
	margin-right:10px;
	overflow:hidden;
}
#sub_area dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:130px;
	padding:5px 0 5px 10px;
	float:left;
	font-weight:bold;
	color:#15396f;
	line-height:1.6em;
}
#sub_area dl dd {
	padding:5px 0 5px 170px;
	border-bottom:dotted 1px #CCCCCC;
	line-height:1.6em;
}
#sub_area .text {
/*	margin-top:10px; */
	line-height:1.6em;
}

