/***************************************
 * main.css
 ***************************************/

/* [#main] /////////////////////////*/

/* ヤフー・イーコレクト */
.bana1 {
	overflow: hidden;
	width: 685px;
	margin-bottom: 10px;
}
.bana1 a {
	display: block;
	margin-right: 5px;
	float: left;
}
.bana1 p {
	width: 240px;
	height: 52px;
	padding: 18px 0 18px 100px;
	font-weight: bold;
	color: #3B499F;
	background: url(../image/main/ecoll.gif) no-repeat;
	float: left;
}

/* 新着情報 */
.w_new {
	width: 665px;
	margin-bottom: 10px;
	padding: 10px;
	background: url(../image/main/new_bg.jpg) repeat-x #fff;
}
.w_new h3 {
	text-indent: -9999px;
	height: 21px;
	margin-bottom: 10px;
	background: url(../image/main/new_title.jpg) no-repeat;
}
.w_new dl {
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 2px dotted #ccc;
}
.w_new dl dt {
	width: 100px;
	float: left;
}
.w_new dl dd {
	width: 565px;
	float: left;
}

/* 一覧ページ用に上書き */
.w_new2 {
	padding-top: 0;
}
.w_new2 dl {
	border-bottom: none;
	border-top: 2px dotted #ccc;
}
.w_new2 dl:first-child {
	border-top: none;
}

/* 施工事例集 */
.example {
	padding: 0 15px 10px 10px;
	margin-bottom: 10px;
}
.example dt {
	padding :2px 0 2px 4px;
	font-size :13px;
	font-weight :bold;
	border-left :4px solid #f90;
	border-bottom :1px dotted #ccc;
}
.example dd {
	padding: 8px 15px 8px 15px;
}
.example dd li {
	height: 20px;
	line-height: 20px;
}


/* 取り扱い商品 外枠 */
.item_box {
	overflow: hidden;
	width: 685px;
	margin-bottom: 10px;
}
.item_box h3 {
	text-indent: -9999px;
	margin-bottom: 15px;
	background: url(../image/main/item_title.gif) no-repeat;
}

/* 商品 */
.item_box div.item {
	overflow: hidden;
	width: 675px;
	padding-left: 10px;	
}
.item_box div.item dl {
	width: 213px;
	margin: 0 7px 7px 0;
	border: 1px solid #C1CCCB;
	float: left;
}
.item_box div.item dl dt {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #E4E9E9;
	border-bottom: 1px solid #C1CCCB;
}
.item_box div.item dl dd {
	height: 150px;
	padding: 5px 0;
	text-align: center;
}
