﻿/* レイアウト
------------------------------------------------ */
#tcontent{
	width:760px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
#lnavi{
	width:220px;
	float:left;
}
#main{
	padding-left:30px;
	width:510px;
	float:right;
}
/* バナー&ニュース
------------------------------------------------ */
#news{
	width:268px;
	margin:0 auto;
	margin-bottom:10px;
}
#news dl{
	padding:5px 0;
	border-bottom:dotted #ccc 1px;
}
#news dt{
	padding-bottom:5px;	
	color:#990000;
	font-weight:bold;
}

#leftbox{
	width:210px;
	float:left;
}
#rightbox{
	width:280px;
	float:right;
}
#rightbox #news-title{
	margin-bottom:10px;
	position:relative;
	display:block;
	width:280px;
	height:29px;
}
#rightbox #news_detail{
	position:absolute;
	right:8px;
	top:5px;
}
#rightbox #blog-title{
	margin-bottom:10px;
	position:relative;
	display:block;
	width:280px;
	height:29px;
}
#rightbox #blog_detail{
	position:absolute;
	right:8px;
	top:5px;
}
/* 施工事例
------------------------------------------------ */
#jirei{
	margin-top:10px;
	position:relative;
	display:block;
	width:510px;
	height:29px;
}
#jirei_detail{
	position:absolute;
	right:8px;
	top:5px;
}

.sj{
	float:left;
	width:510px;
	border-bottom:1px dashed #666;
}
.sj .l{
	float:left;
	padding:5px;
	margin:0 auto;
}
.sj .l img{
	border:1px #CCC solid;
	padding:5px;
}
.sj .r{
	padding-top:15px;
	width:374px;
	float:right;
}
.sj .r dt{
	font-weight:bold;
	margin-bottom:10px;
}

/* トピックス
------------------------------------------------ */
#topics_detail{
	float:left;
	width:220px;
	border-bottom:1px dashed #666;
}
#topics li{
	border-bottom:1px dashed #666;
	float:left;
}
#topics h4{
	margin: 0 0 5px 0;
	font-size: 12px;
}
.topicsphoto{
	padding:3px;
	float:left;
}
.topicsphoto img{
	vertical-align:bottom;
}
.topicstext{
	padding-top:5px;
	padding-bottom:5px;
	width:160px;
	float:right;
}

/* バナー
------------------------------------------------ */
#banner{
	width:200px;
	margin:30px auto 0;
}
/* フルバナー
------------------------------------------------ */
#fullb{
	width:792px;
	margin:15px auto 5px;
	text-align: center;
}