@charset "utf-8";

/* TOPラッパー
----------------------------------------------------------------*/
#wrapper{
	width:910px;
	background-image:url(../common_img/wrapper_bg_01.gif);
	background-repeat:repeat-y;
	text-align:left;
	margin:0 auto;
	padding:0;
	}

/*ステージ
----------------------------------------------------------------*/
#content{
	width:860px;
	margin:0 auto;
	}
/*フラッシュ　#fla
----------------------------------------------------------------*/
#fla {
	width: 650px;
	height: 340px;
	background-image: url(../images/fla_img_bg.gif);
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
	padding: 10px 0 0 10px;
	}

/*トップページ #topp
----------------------------------------------------------------*/

#topp{/*カバー工法*/
	width:550px;
	float:left;
	margin:5px 0 0 0;
	}
#topp h2{
	margin:0 0 5px 0;
	}

.topp-area{/*施工エリア*/
	width:550px;
	background-image: url(../images/topp_area_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 15px 0 0 0;
	}
.topp-area h3{
	margin:0;
	}
.topp-area h4{
	margin:0;
	font-weight: bold;
	padding: 5px 15px;
	font-size: 13px;
	}	
.topp-area p{
	padding:0 15px 10px 15px;
	}

#top-sekou{/*施工例*/
	width:860px;
	margin:20px auto 0 auto;
	border-bottom:solid 5px #91cafe;
	background-color: #c3e1fd;
	}
#top-sekou h3{
    border-bottom:solid 5px #91cafe;
	}	
#top-sekou .sekou-cate{
	width:160px;
	float:left;
	}	
	#top-sekou .sekou-cate a img{
	padding:4px;
	border:solid 1px #C1C1C1;
	background-color: #FFFFFF;
	}
	#top-sekou .sekou-cate a:hover img{
	padding:4px;
	border:1px solid #2070C1;
	background-color: #FFFFFF;
	}
	#top-sekou .sekou-cate p{
	text-align: center;
	padding: 5px 0 0 0;
	}
	#top-sekou .sekou-cate p a{
	text-decoration: underline;
	font-weight: bold;
	color: #005ac9;
	}
	#top-sekou .sekou-cate p a:hover{
	font-weight: bold;
	color: #2D85DD;
	text-decoration: underline;
	}
							
/*新着情報 WN01 #topics
----------------------------------------------------------------*/
#topics{
	width:290px;
	float:right;
	margin:15px 0 0 15px;
	}
	#topics h3{
	padding:0px;
	margin:0px;
		}
	#topics iframe{
	width:288px;
	height:413px;
	overflow:auto;
	border:solid 1px #ccc;
	border-top:0;
	}

/*新着情報 WN02 #topics2
----------------------------------------------------------------*/
#topics2{
	width:530px;
	margin:0px 0 0 0px;
	}	
	#topics2 h4{
		color:#FFF;
		background-color:#333;	
		padding:5px;
		margin:0;
		}
	#topics2 iframe{
		width:528px;
		height:79px;
		overflow:auto;
		border:solid 1px #ccc;
		border-top:0;
	}
	
/*TOP下ナビ
----------------------------------------------------------------*/
#fnavigation{
	width:880px;
	height:auto;
	background-color:#eeeeee;
	margin:20px auto 0 auto;
}
	#fnavigation p{
	color:#333;
	text-align:center;
	line-height:20px;
	padding:6px 10px 4px;
	font-size: 11px;
	}
	#fnavigation a{
	color:#656565;
	text-decoration:underline;
	}
	#fnavigation a:hover{
	color:#999;
	text-decoration:underline;
	}
