@charset "UTF-8";

#cha_box{
	margin:0 0 15px 0;
	padding:15px 35px;
	border:3px solid #e4e4e4;
}

/** 設備紹介・製品紹介バナー
***************************************************/
ul#banner{
	width:600px;
	height:147px;
	margin:0 0 15px 0;
	padding:0;
}

ul#banner li{
	line-height:0;
}

ul#banner li#banner_equipment{
	width:295px;
	height:147px;
	float:left;
	background:url(img/banner_equipment_on.jpg) no-repeat;
}

ul#banner li#banner_product{
	width:295px;
	height:147px;
	float:right;
	background:url(img/banner_product_on.jpg) no-repeat;
}

ul#banner li a{
	width:295px;
	height:147px;
	display:block;
	margin:0;
	padding:0;
}

ul#banner li a:hover{background-color:transparent;}

ul#banner li a:hover img{display:none;}
/***************************************************/


/** お問い合せフォームバナー
***************************************************/
#banner_contact{
	clear:both;
	width:600px;
	height:204px;
	background:url(img/banner_contact_on.jpg) no-repeat;
	margin:0 0 15px 0;
	padding:0;
}

#banner_contact a{
	width:600px;
	height:204px;
	display:block;
}

#banner_contact a:hover{background-color:transparent;}

#banner_contact a:hover img{display:none;}
/***************************************************/


/** イザワ金属からのお知らせ
***************************************************/
h3{
	border:0;
	background-image:none;
	margin:0;
	padding:0;
}

dl#info{margin:0 0 15px 0;}

dl#info dt{
	width:100px;
	height:auto;
	margin:0;
	padding:8px 0 8px 40px;
	float:left;
	background:url(img/icon01.gif)  no-repeat 15px center;
}

dl#info dd{
	width:auto;
	height:auto;
	margin:0;
	padding:8px 0 8px 140px;
	border-bottom:1px solid #cccccc;
}
/***************************************************/