@charset "utf-8";

/*====================================================================

level2.css

======================================================================

	01.common elements
	02.works and to owner
	03.faq
	04.company
	05.contact

=====================================================================*/

/*--------------------------------------------------------------------
	01.common elemnts
--------------------------------------------------------------------*/

/*	1-1.body
----------------------------------------------------------------*/
body{background: #ffffff url(../img/bg.jpg) repeat-x top center;}


/*	1-2.contents
----------------------------------------------------------------*/
#contents{margin-top: -20px;}
#contents h3{margin-top: 25px;}
#contents h4{margin-top: 20px;}

/* box */
.box{width: 530px;}
.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.box p{
	padding: 15px 15px 0 15px;
	text-align: left;
}
.box img.right,
.box img.left{
	display: inline;
	padding: 3px;
	border: solid 1px #e6e6e3;
	background: #ffffff;
}
.box img.right{margin: 15px 0 10px 20px;}
.box img.left{margin: 15px 20px 10px 0;}
.box img.btn{
	float: left;
	margin: 15px 0 0 15px;
}

/* box2 */
.box2{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
.box2:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.box .box2 img{
	display: inline;
	padding: 3px;
	border: solid 1px #e6e6e3;
	background: #ffffff;
}
.box .box2 img.left,
.box .box2 img.right{margin: 15px 0 0 0;}
.box .box2 div{
	float: left;
	width: 230px;
}
.box .box2 div p{
	padding: 15px 0 0 5px;
	text-align: left;
}

/* box3 */
.box3{width: 530px;}
.box3:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.box3 img{
	display: inline;
	float: left;
	margin-top: 10px;
	padding: 3px;
	border: solid 1px #e6e6e3;
	background: #f0f0eb;
}
.box3 img.center{
	margin-left: 10px;
	margin-right: 10px;
}
.box3 h4 img{
	margin: 0 0 0 5px;
	padding: 0;
	padding-bottom: 10px;
	border: none;
	background: #ffffff;
}
.box3 p{
	padding: 15px;
	text-align: left;
}

/* box before after */
.box-ba{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	background: url(../img/bg_box-ba.gif) no-repeat center;
}
.box-ba:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.box .box-ba img.left,
.box .box-ba img.right{margin: 0;}


/*	1-3.local navigation
----------------------------------------------------------------*/
#l-navi{
	margin: 10px auto 20px auto;
	background: url(../img/bg_l-navi.gif) no-repeat;
	width: 200px;
	height: 203px;
}
#l-navi ul li,
#l-navi ul li a{
	display: block;
	width: 200px;
	outline: none;
	text-indent: -9999px;
}
#ln1 a{
	height: 43px;
	background-position: 0 0;
}
#ln2 a{
	height: 40px;
	background-position: 0 -43px;
}
#ln3 a{
	height: 40px;
	background-position: 0 -83px;
}
#ln4 a{
	height: 40px;
	background-position: 0 -123px;
}
#ln5 a{
	height: 40px;
	background-position: 0 -163px;
}
#l-navi ul li a:hover{background-image: url(../img/bg_l-navi_over.gif);}


/*	1-4.table
----------------------------------------------------------------*/
.box table{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #dadada;
	width: 510px;
}
.box table th,
.box table td{
	padding: 8px 8px 8px 10px;
	border-bottom: solid 1px #dadada;
	text-align: left;
}
.box table th{
	border-right: solid 1px #198d68;
	width: 120px;
}

.box td ul{margin: 0 0 0 3px;}
.box td ul li{
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../img/bg_td-li.gif) no-repeat top left;
	font-size: 12px;
}
.box td ul li ul li{
	padding-left: 12px;
	background: url(../img/bg_td-li-li.gif) no-repeat top left;
}

/* price */
.box table.price{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #dadada;
	width: 510px;
}
.box table.price thead td{
	background: url(../img/bg_thead.gif) repeat-x bottom;
	border-right: solid 1px #dadada;
	padding: 5px;
	text-align: center;
	color: #148b30;
}
.box table.price tbody th,
.box table.price tbody td{padding: 5px 8px;}
.box table.price tbody td{
	padding-right: 16px;
	text-align: right;
}
.box table.price tbody td.from{padding-right: 5px;}
.box table.price tbody td.content{
	padding: 5px 8px;
	border-right: solid 1px #dadada;
	width: 260px;
	font-size: 10px;
	text-align: left;
}


.exsample{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #dadada;
	width: 510px;
	height 32px;
	padding: 8px;
	background: #dadada;
}
.exsample a{
	display: block;
	text-decoration: none;
}
.exsample a:link, .exsample a:visited{
	color: #148b30;
}
.exsample a:hover, .exsample a:active{
	color: #eb4727;
}

/*--------------------------------------------------------------------
	02.works and to owner
--------------------------------------------------------------------*/

.inbox{
	width: 490px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	background: url(../../works/img/bg_inbox.gif);
	border: solid 1px #eea97f;
	text-align: left;
}
#contents .inbox h4,
#contents .inbox h5{
	margin-top: 0;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #ef2e1a;
}
.inbox p{padding-top: 5px;}
.inbox img{
	float: right;
	display: inline;
	margin: -5px 10px 0 15px;
	padding: 3px;
	border: solid 1px #e6e6e3;
	background: #ffffff;
}
.inbox ul{
	margin-top: 15px;
	margin-left: 15px;
}
.inbox ul li{
	background: url(../../works/img/bg_inbox-li.gif) no-repeat top left;
	padding-left: 12px;
	padding-bottom: 5px;
}


/*	2-1.index
----------------------------------------------------------------*/
.work01,
.work02{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
.work01:after,
.work02:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.work01 dl{
	float: left;
	padding-bottom: 20px;
	background: url(../../works/img/bg_work-dl.gif) repeat-y;
	border-bottom: solid 1px #dadada;
	width: 325px;
}
.work01 img{float: right;}
.work01 dl dt img,
.work02 dl dt img{
	float: none;
	padding-bottom: 5px;
}
.work01 dl dd,
.work02 dl dd{
	padding: 10px 25px 0 25px;
	text-align: left;
	line-height: 1.8;
	color: #ffffff;
}
.work02 dl{
	float: right;
	padding-bottom: 20px;
	background: url(../../works/img/bg_work-dl.gif) repeat-y;
	border-bottom: solid 1px #dadada;
	width: 325px;
}
.work02 img{float: left;}

.work01 a,
.work02 a{font-weight: bold;}


/*	2-2.electrify
----------------------------------------------------------------*/

/* dl */
dl.wks{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	background: url(../../works/img/bg_left.gif) repeat-y left;
	width: 500px;
}
dl.wks dt{padding-top: 15px;}
dl.wks dd{
	padding: 8px 10px 0 20px;
	text-align: left;
}
#solar{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	background: url(../../works/img/01/bg_solar.jpg) no-repeat top;
	border-bottom: solid 1px #e6e6e6;
	width: 520px;
	overflow: hidden;
}
#solar:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#solar h4{
	height: 30px;
	text-indent: -9999px;
}
#solar p{
	padding: 15px 25px 0 25px;
	text-align: left;
}
#solar img{
	display: inline;
	float: right;
	margin: 15px 25px 15px 20px;
	padding: 3px;
	border: solid 1px #e6e6e3;
	background: #ffffff;
}



/*	2-3.antenna
----------------------------------------------------------------*/






/*	2-4.wall tv
----------------------------------------------------------------*/
img#wtv{
	margin-top: 15px;
	padding: 3px;
	border: solid 1px #e6e6e3;
	background: #ffffff;
}
#sanas{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background: url(../../works/img/03/bg_sanas.gif) repeat-y;
	width: 500px;
}
#sanas dl{
	padding-bottom: 20px;
}
#sanas dt{margin-top: 10px;}
#sanas dd{
	padding: 5px 15px 0 20px;
	text-align: left;
}
.box #sanas h4{margin-top: 0;}
#sanas-bottom{
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: url(../../works/img/03/bg_sanas-bottom.gif) no-repeat;
	width: 500px;
	height: 5px;
	overflow: hidden;
	text-indent: -9999px;
}


/*	2-5.others
----------------------------------------------------------------*/
ul#otr{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 15px;
	background: url(../../works/img/04/bg_otr.jpg) no-repeat bottom right;
	width: 500px;
}
ul#otr li{padding-top: 10px;}

.sug1,
.sug2{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	border-bottom: dotted 2px #d4d4d4;
	width: 520px;
}
.sug2{border-bottom: none;}
.sug1:after,
.sug2:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.sug1 h5,
.sug2 h5{
	padding-left: 135px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #41762a;
	line-height: 40px;
	text-align: left;
}
.sug1 h5{background: url(../../works/img/04/bg_sug01-h5.jpg) no-repeat top left;}
.sug2 h5{background: url(../../works/img/04/bg_sug02-h5.jpg) no-repeat top left;}
.sug1 p,
.sug2 p{padding-left: 10px;}

/*	2-6.to owner
----------------------------------------------------------------*/
ul#onr{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 15px;
	background: url(../../to_owner/img/bg_onr.jpg) no-repeat bottom right;
	width: 500px;
}
ul#onr li{padding-top: 10px;}





/*	2-7.contact
----------------------------------------------------------------*/
#contact01,
#contact02,
#contact03,
#contact04,
#contact05{
	position: relative;
	margin-top: 30px;
	width: 530px;
	height: 100px;
	overflow: hidden;
}
#contact01{background: url(../../works/img/01/bg_contact01.jpg) no-repeat;}
#contact02{background: url(../../works/img/02/bg_contact02.jpg) no-repeat;}
#contact03{background: url(../../works/img/03/bg_contact03.jpg) no-repeat;}
#contact04{background: url(../../works/img/04/bg_contact04.jpg) no-repeat;}
#contact05{background: url(../../to_owner/img/bg_contact05.jpg) no-repeat;}
#contact01 p,
#contact02 p,
#contact03 p,
#contact04 p,
#contact05 p{text-indent: -9999px;}
#contact01 img,
#contact02 img,
#contact03 img,
#contact04 img,
#contact05 img{
	position: absolute;
	top: 48px;
	left: 335px;
}


/*--------------------------------------------------------------------
	03.faq
--------------------------------------------------------------------*/
dl#faq dt{
	margin-top: 25px;
	padding: 8px 15px 12px 50px;
	background: url(../../faq/img/bg_dt.gif) no-repeat top left;
	border-bottom: solid 1px #dadada;
	text-align: left;
	font-weight: bold;
	color: #026c3b;
}
dl#faq dd{
	margin-top: 10px;
	padding: 5px 15px 10px 50px;
	background: url(../../faq/img/bg_dd.gif) no-repeat top left;
	text-align: left;
}


/*--------------------------------------------------------------------
	04.company
--------------------------------------------------------------------*/
#access{text-align: left;}
#access iframe{
	margin-left: 9px;
	margin-top: 15px;
	padding: 3px;
	background: #ffffff;
	border: solid 1px #dedede;
	text-align: left;
}
#access small{
	padding-top: 5px;
	padding-left: 15px;
}

.sbox{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: left;
}
.sbox:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.sbox h4{
	padding: 10px 20px 8px 20px;
	background: url(../../company/img/bg_h4.gif) repeat-x bottom;
	font-size: 16px;
	text-align: left;
}
.sbox img{
	display: inline;
	float: right;
	margin: -25px 0 15px 20px;
	padding: 3px;
	border: solid 1px #e6e6e3;
	background: #ffffff;
}
.sbox dt{
	padding: 8px 20px 0 20px;
	text-align: left;
	color: #ec8603;
}
.sbox dd{
	padding: 0 20px;
	text-align: left;
}



/*--------------------------------------------------------------------
	05.contact
--------------------------------------------------------------------*/
.box img.tel{
	float: left;
	padding: 15px 0 0 15px;
}
.w19{width: 19px;}
.submit_box{
	margin-top: 15px;
	padding-left: 15px;
	width: 500px;
	text-align: left;
}
