@charset "UTF-8";
@import "common.css";

/*==========================================================================*/
/*                                  top                                     */
/*==========================================================================*/

#topleft {
	width: 478px;
	float: left;
	text-align: left;
	margin-top:10px;
	padding-top:50px;
}

#topleft h2 {
	margin: 15px 0px 8px 2px;
}

#topright {
	width: 522px;
	float:left;
	text-align: left;
	margin-top:10px;
}

#topright h2 {
	margin: 20px 0px 0px 8px;
}


/* ご挨拶 */
#intro {
	width: 450px;
	float: left;
}

/* information - info.html */
#info {
	width: 445px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	float: left;
}

#info_frame {
	width: 445px;
	float: left;
	margin-bottom: 3px;
	height: 150px;
	border: 1px #ccc solid;
}

#info_area {
	width: 445px;
	height: 150px;
	float: left;
	overflow-x: hidden;
}

dl{
	margin:10px 20px;
}

dt{  
	padding : 5px;
	width : 110px;
	float : left;/* 左に寄せる */
	clear : both;/* フロートの解除 */
	border-bottom: 1px #ccc solid;
}

dd{    
	padding : 5px;
	width : 260px;
	margin-left : 110px;/* DTの幅分の設定 */
	border-bottom: 1px #ccc solid;
}


/* 施工事例 

#news {
	position: relative;
	margin-bottom: 5px;
	float:left;
}

.news_nav {
	position: absolute;
	left: 250px;
	top: 0px;
}
*/

/* jQuery */

.slider {
	width: 445px;
	height: 178px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.slider_arrow {
	width: 17px;
	height: 178px;
	float: left;
}
#slider01 {
	width: 411px;
	height: 178px;
	float: left;
	overflow: hidden;
}
#slider01 li {
	display: block;
	width: 411px;
	height: 178px;
	text-align:center;
}

/* 右欄 */

#topright p{
	margin: 0px 0px 15px 3px;
	padding: 0px;
}

#topright table {
	width: 514px;
	margin-bottom:10px;
	border-collapse:separate;
	border-spacing:7px;
}
#topright td {
	margin:0px;
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
}
