@charset "Shift_JIS";
/* CSS Document */


/*■初期設定*/

body{
	color:#333333;
	background-image:url(img/common/bg_up.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	}
a{
	color:#0099CC;
	}
a:hover{
	color:#FF9900;
	text-decoration:underline;
	}


*{ margin:0; padding:0;}

img{ border:0; border-width:0;}
img a{ border:0; border-width:0;}


body {
    font-size: 13px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
}
p{
    font-size: 13px; /* モダンブラウザ向け */
    *font-size:110%; /* IE 7向け */
	line-height:150%;
	}
li{
    font-size: 13px; /* モダンブラウザ向け */
    *font-size:110%; /* IE 7向け */
	line-height:150%;
	}
th,td{
    font-size: 13px; /* モダンブラウザ向け */
    *font-size:100%; /* IE 7向け */
    *font: 80%; /* IE 6以下 */
	line-height:160%;
	}

.txt{}
.txt p{
	line-height:160%;
	margin:2px 5px 16px 5px;
	}


.CNT{ text-align:center;}
.L{ text-align:left;}
.R{ text-align:right;}
.B{font-weight:bold;}
.t_red{ color:#FF0000;}
.hissu{ color:#FF0000; font-size:10px;}
/*ページの先頭へ*/
div.page_up{
	margin:10px;
	text-align:right;
	}
div.page_up a{
	border:dotted #0099CC;
	border-width:0 0 1px 0;
	font-size:11px;
	color:#0099CC;
	text-decoration:none;
	}
div.page_up a:hover{
	color:#FF9900;
	border:dotted #FF9900;
	border-width:0 0 1px 0;
	text-decoration:none;	
	}	
div,table{ margin:auto;}


/*見出し
------------------------------------------------------------------------------------*/	
h2{
	margin:0px 0 20px 0px;
	}
h3{
	background:url(./img/common/bg_h3_01.gif) no-repeat center left;
	font-size:17px;
	line-height:42px;
	height:42px;
	letter-spacing:1px;
	color:#333333;
	/*font-weight:normal;*/
	text-indent:10px;
	margin:10px 0 12px 0;
	color:#FFFFFF;
	}	
h4{
	background:url(./img/common/bg_h4.gif) no-repeat center left;
	font-size:110%;
/*	font-weight:normal;*/
	text-indent:14px;
	margin:20px 0 4px 0;
}

/*基本レイアウト
------------------------------------------------------------------------------------*/
#bg{
	text-align:center;
	zoom:100%;
	width:802px;
	background:url(img/common/bg_con.gif) repeat-y center top;
	}
#bg:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#container{
	width:800px;
	margin:0 1px 0 1px;
	text-align:left;
	}

/*ヘッダー*/
#head{
	background:url(img/common/bg_head.jpg) no-repeat;
	height:90px;
	}
#head div#logo{
	width:500px;
	float:left;
	margin:0 0 0 0;
	}
#head div#logo h1{
	background:url(img/common/logo.gif) no-repeat top left;
	width:500px;
	height:90px;
	}
#head div#logo h1 a{
	text-indent:-9999px;
	display:block;
	width:500px;
	height:90px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}

#head div#right{
	float:left;
	width:300px;
	margin:0 0 0 0;
	}

#head div#right div#menu{
	margin:0 0 0 0px;
	}
#head div#right div#menu ul{
	list-style-type:none;
	zoom:100%;
	}
#head div#right div#menu ul:after{	
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#head div#right div#menu ul li{
	font-size:10px;
	float:left;
	}
#head div#right div#menu ul li a{
	color:#333333;
	font-size:11px;
	text-decoration:none;
	}
#head div#right div#menu ul li a:hover{
	color:#666666;
	text-decoration:underline;
	}
#head div#right div#menu ul li a img{

	}

#head div#right div#tel{
	clear:left;
	margin:0;
	text-align:right;
	}
/*ヘッダーメニューメイン*/	
#head_menu{
	margin: 0 0 1px 0;
	width:800px;
	clear:left;
	background:url(img/common/menu2/bg_menu.jpg) no-repeat;
	}
#head_menu ul{
	margin:0;
	list-style-type:none;
	zoom:100%;
	}
#head_menu ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#head_menu ul li{
	float:left;
	}
#head_menu ul li a{ display:block; width:160px; height:52px; text-indent:-9999px;}
#head_menu ul li a:hover{ *filter:alpha(opacity=0);  -moz-opacity:0.00;}
#head_menu ul li.a01 a{ background:url(img/common/menu2/btn01.jpg) no-repeat top left;}
#head_menu ul li.a02 a{ background:url(img/common/menu2/btn02.jpg) no-repeat top left;}
#head_menu ul li.a03 a{ background:url(img/common/menu2/btn03.jpg) no-repeat top left;}
#head_menu ul li.a04 a{ background:url(img/common/menu2/btn04.jpg) no-repeat top left;}
#head_menu ul li.a05 a{ background:url(img/common/menu2/btn05.jpg) no-repeat top left;}



#contents{
	width:800px;
	clear:left;
	margin:0 0 20px 0;
	zoom: 100%;
	}
#contents:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}


#main{
	clear:left;
	padding:0px 0 1px 0px;
	margin:0px 10px 0px 10px;
	_margin:0 0 0 10px;
	width:780px;
	border-width:0 0 1px 0;
}

#foot{
	clear:left;
	font-size:12px;
	text-align:right;
	}

#copy{
	clear:left;
	background:url(img/common/bg_foot.jpg) no-repeat 0 0;
	height:120px;
	line-height:30px;
	width:802px;
	font-size:11px;
	text-align:center;
	padding:10px 0 10px 0;
	color:#333333;
	margin:0 auto 5px auto;
	_margin:0 0 5px 0;
	color:#FFFFFF;
	}
#copy a{
	color:#FFFFFF;
	text-decoration:none;
	}
#copy a:hover{
	color:#333333;
	}
#foot_bnr_sps{ text-align:right; margin:0 0 5px 0; width:800px; }
#foot_bnr_sps a.btn_login{
	margin:0 auto 0 auto;
	display:block;
	width:80px;
	height:14px;
	font-size:11px;
	background-color:#FFCC00;
	border:1px solid #666666;
	text-align:center;
	color:#333333;
	text-decoration:none;
	}
#foot_bnr_sps a.btn_login:hover{
	background-color:#FF9900;
	}	

div.free_sps01{ margin:12px 0 12px 0;}
div.free_sps01 p{
	margin:6px 0 0 0;
	font-size:13px;
	line-height:150%;
	}

.t_bld{ font-weight:bold;}
.t_italic{ font-style:italic;}
.t_u_line{ text-decoration:underline;}
.t_ucthrough{ text-decoration:line-through;}


/*トップ
------------------------------------------------------------------------------------*/	
#main_pic{
	width:800px;
	margin:0 0 0px 0;
	}
#main_pic h2{
	border:solid #cccccc;
	border-width:0 0 1px 0;
	margin:0 2px 0 2px;
	}
.pic_copyright{
	text-align:right;
	margin:0 6px 0 0 ;
	line-height:13px;
	}
.pic_copyright a{
	font-size:10px;
	color:#666666;
	text-decoration:none;
	}
#top{
	margin:0 10px 0 10px;
	_margin:0 0 0 10px;	
	zoom:100%;
	}
#top:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#top h3{
	clear:left;
	font-size:12px;
	margin:0;
	background:none;
	text-indent:0;
	}
#top div#up_col{
	margin:0px 0 20px 0;
	width:760px;
	background:url(img/top/bg_welcome.gif);
	zoom:100%;
	}
#top div#up_col div#up_col:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
	
#top div#up_col div#catch{
	width:760px;
	float:left;
	padding:5px;
	}
#top div#up_col div#catch div.left {
	float:left;
	width:420px;
	margin:5px 0 5px 5px;
	}
#top div#up_col div#catch div.left p{
	margin:0 0 8px 0;	
	line-height:150%;
	font-size:100%;
	}
#top div#up_col div#catch div.right{
	float:left;
	width:300px;
	text-align:left;
	margin:5px 0 0 10px;
	}
#top div#up_col div#catch div.right p{
}
#top div#up_col div#catch div.right p img{
}
	


/*トップ下部*/
#top div#btm_col{
	clear:left;
	margin:0 0 20px 0;
	zoom:100%;
	}
#top div#btm_col:afeter{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#top div#btm_col div#info{
	clear:left;
	margin:0 0 10px 0px;
	width:760px;
background:url(img/top/bg_info_main.gif) repeat-y;
	}
#top div#btm_col div#info h3{
	height:auto;
	}
#top div#btm_col div#info div.left{
	float:left;
	width:350px;
	margin-left:20px;
	}
#top div#btm_col div#info div.right{
	float:right;
	width:350px;
	margin:10px 20px 0 0;
}	

	
#top div#btm_col div#info div#info_main{
	/*
	overflow:auto;
	height:282px;
	*/	
	margin:0px 0 10px 0px;
	zoom:100%;
	}
#top div#btm_col div#info div#info_main:after{	
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}	
/*#top div#btm_col div#info div#info_main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	font-weight:normal;
	color:#003333;
	background:url(img/common/bg_h4.gif) no-repeat center left;
	text-indent:16px;
	}*/
#top div#btm_col div#info div#info_main p{
	margin:4px 0px 0 0px;
	font-size:90%;
	}
	
#top div#btm_col div#bnr{
	clear:left;
	margin:0 0 20px 0;
	zoom:100%;
	text-align:left;
	width:760px;
}
#top div#btm_col div#bnr:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}	
#top div#btm_col div#bnr p{
	float:left;
	width:370px;
	}
#top div#btm_col div#bnr p.bnr1{ margin:0;}
#top div#btm_col div#bnr p.bnr2{ margin:0 0 0 20px;}
#top div#btm_col div#bnr p a:hover img{
	filter:alpha(opacity=70); /*IE*/
	-moz-opacity:0.70; /*FF*/
	}
	





/*会社概要
---------------------------------------------------------------------*/

#company{}
#company div#gaiyou{
	zoom: 100%;
	margin:0 0 20px 0;

	}
#company div#gaiyou:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#company div#gaiyou div#left{
	float:left;
	width:460px;
	}
#company div#gaiyou div#left table{
	width:100%;
	border:1px solid #ffffff;
	background-color:#999999;
	}
#company div#gaiyou div#left table th{
	border:1px solid #ffffff;
	padding:4px;
	background:url(img/common/bg_th_01.gif);
	font-weight:normal;
	text-align:center;
	}
#company div#gaiyou div#left table td{
	border:1px solid #ffffff;
	padding:4px;
	background:url(img/common/bg_td_01.gif);
	}
#company div#gaiyou div#left table td#enkaku{}
#company div#gaiyou div#left table td#enkaku table{
	border-width:0;
	background:none;
	}
#company div#gaiyou div#left table td#enkaku table td{
	border-width:0;
	}
#company div#gaiyou div#right{
	float:right;
	width:300px;
	margin:0 0 0 0;
	}
#company div#map{
	margin:20px 0 0 0;
	background:url(img/company/map_main.gif) repeat-y;
	}
#company div#map div#map_in{
	margin:1px 4px 1px 4px;
	border:1px solid #999999;
	}
#company div#map div.btn{ margin:10px 0 0 0;}
#company div#map div.btn a{ display:block; width:200px; font-size:14px; line-height:120%; border:1px solid #003333;
background-color:#003366; color:#FFFFFF; text-decoration:none; text-align:center;}
#company div#map div.btn a:hover{ background-color:#006666;}


/*サービス案内 共通セレクタ
--------------------------------------------------------------------------------*/
#service{}

#layout_a{
	margin:0 0 20px 6px;
	}
#layout_a table{
	border-collapse:collapse;
	}
#layout_a table td{
	font-size:12px;
	}	
#layout_a p{
	margin:0 0 12px 0;
	line-height:140%;
	}	
#layout_a table td p{
	margin:0 0 0 0;
	line-height:100%;
	}		

#layout_b{ margin:0 0 20px 0; }

#layout_c{
	zoom:100%;
	width:100%;
	padding:0px;
	margin:0 0 20px 0;
}
#layout_c:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#layout_c div#left{
	float:left;
	width:280px;
	padding:0px;
	margin:0 0 0 0;
}

#layout_c table{
	border-collapse:collapse;
	}
#layout_c table{
	border-collapse:collapse;
	}
#layout_c table td{
	font-size:12px;
	text-align:left;
	}	

#layout_c div#right{
	float:right;
	width:480px;
	padding:1px;
	margin:0 0 0 0;
	text-align:left;
}
#layout_c div#right p{
	margin:0 0 12px 0;
	line-height:150%;
	text-align:left;
	}

/*施工例(service1)
-------------------------------------------------------------------------------------*/
#result{}
#result h3{
	background:url(img/common/bg_h3_service1.gif) no-repeat;
	color:#000000;
	}
.result_inner{
	text-align:left;
	background:url(img/common/line01.gif) no-repeat bottom left;
	padding:0 0 8px 0;
	width:385px;
	float:right;
	margin:0 0 0 5px;
	_margin:0 2px 0 0;	
	}
.result_inner table{ margin:0}
.result_inner table td.pic{
	background:url(img/service1/bg_no_pic.jpg) no-repeat;
	height:180px;
	text-align:center;
	vertical-align:top;
	}


.result_inner table td.setumei{
	vertical-align:top;
/*	padding:0 0 0 2px;*/
}
.result_inner table td.setumei table{
	border:1px #999999 solid;
	border-collapse:collapse;
	width:140px;

}
.result_inner table td.setumei table th{border:1px #999999 solid;
		padding:1px;
		font-size:11px;
		width:34%;
		font-weight:normal;
		text-align:center;}
.result_inner table td.setumei table td{border:1px #999999 solid;
	padding:2px;
	font-size:80%;
	width:66%;
	font-size:11px;}
.result_inner{}
.result_inner{}

/*修繕・新築工事(service2)
-------------------------------------------------------------------------------------*/
#kaisyu_katalog{
zoom:100%;
}
#kaisyu_katalog:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#kaisyu_katalog p{ width:250px; float:left;
background:#000000;}
#kaisyu_katalog p.cntPic{ width:280px;}
#kaisyu_katalog p a:hover img{
	filter:alpha(opacity=70); /*IE*/
	-moz-opacity:0.70; /*FF*/
}



/*受託フロー(service3)
-------------------------------------------------------------------------------------*/
#flow{}
#flow h3{
	background:url(img/common/bg_h3_service3.gif) no-repeat;
	}
#flow{}



/*お問い合せ
------------------------------------------------------------------------*/
#contact{ }
#contact div#form_error{ padding:5px; margin-top:5px; width:100%; }
#contact div#form_error p{ font-size:100%; color:red; font-weight:bold; margin:0px; }

#contact table{
	background-color:#cccccc;
	margin:0 auto 20px auto;
	}
#contact table th{
	border:1px solid #ffffff;
	padding:4px;
	background:url(img/common/bg_th_01.gif);
	font-weight:normal;
	text-align:center;
	}
#contact table td{
	border:1px solid #ffffff;
	padding:4px;
	background:url(img/common/bg_td_01.gif);
	}
#contact span.kome{
	color:#FF0000;
	}
#contact span.rei{
	color:#999999;
	font-size:11px;
	}

#contact table td table.in_tbl{
	background-color:#ffffff;
	margin:0;
	border-collapse:collapse;
	}
	
#contact table td table.in_tbl td{
	padding:4px;
	background:none;
	border:1px solid #CCCCCC;
	line-height:180%;
	}

#contact div#contact_tel{
	text-align:center;
	}
#contact div#contact_tel p{
	margin:0;
	}
#contact input{
	line-height:140%;
	}


/*リンク
------------------------------------------------------------------------*/
#link{}
#link p.link{ margin:5px 0 0 10px;}

/*プライバシーポリシー
------------------------------------------------------------------------*/
#privacy{}

#privacy p{
	margin:6px 0 0 0;
	line-height:200%;
	}

/*サイトマップ
------------------------------------------------------------------------*/
#sitemap{}
#sitemap ul{
	list-style-type:none;
	margin:10px 30px 0 30px ;}
#sitemap ul li{}
#sitemap ul li a{
	margin:3px 0 0 0;
	display:block;
	border:1px dotted #CCCCCC;
	color:#333333;
	font-size:14px;
	line-height:30px;
	height:30px;
	text-indent:12px;
	text-decoration:none;
	}
#sitemap ul li a:hover{
	border:1px dotted #FF6666;
	}

/*その他のページ
------------------------------------------------------------------------*/
#other_page{}
#other_page h2{ font-size:25px; line-height:100px; height:100px; color:#000000; font-weight:normal; text-indent:20px;}
#other_page h3{ background:url(img/bg_h3_01.gif) no-repeat center left; text-indent:15px; font-size:120%; line-height:1.0em; vertical-align:top; color:#333333; margin:16px 0 0 0;}
#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

.contact_btn{
	text-align:center;
	margin:10px 0 0 0;
	}
.contact_btn a{
	width:250px;
	display:block;
	margin:auto;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	background-color:#FFCC00;
	border:1px solid #333333;
	text-decoration:none;
	}
.contact_btn a:hover{
	background-color:#FF3300;
	}	

/*フラッシュプレイヤー
------------------------------------------------------------------------*/
#flash_bgm{
	position:absolute;
	top:0;
	right:0;
	
	}
#flash_bgm{

}
