/*margin・padding・borderの一括指定　top・right・bottom・left の順 */
/*margin・padding・borderの一括指定2つの場合　上下・左右 */
/*パスはCSSから見た位置*/


#columnleft2 {
	width:200px;
	height:1200px;
	float:left;
	margin: 0 10px 0 0;
	background:#efefef url(../newproducts/img/newproducts.gif);
	clear: both;
	}

#columnright2 {
	width:590px;
	float:right;
	margin: 0 0 0 0;
	}

/* line高を共通にすることで、item内の行数が異なっても、itemの高さが大体そろう */
.item{
	float: left;
	width: 270px;
	padding: 0;
	margin-right:10px;
	margin-bottom:20px;
	border: 1px solid #FFBA75;
	line-height: 16px;
}

p{
	margin: 0;
	padding: 2px 10px;
}

.f1{
	font-size: 13px;
	color: #FFBA75;
}

.f2{
	font-size: 40px;
	color: #ffffff;
	line-height: 1.4em;
}



/* 製品ジャンル */
.c1{
	font-size: 12px;
	background: #FFDDBB;
}

/* 製品リード */
.c2{
	font-size: 13px;
	background: #FFBA75;
}

/* 製品名 */
.c3{
	font-size: 14px;
	background: #FFBA75;
	font-weight: bold;
}

/* 会社名 */
.c4{
	font-size: 12px;
}

/* 製品画像と製品説明文 */
.c5{
	font-size: 12px;
	line-height: 1.4em;
}

p .proimg {
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
}


/* 資料請求ボタン */
.c6{
	float:right;
	margin-bottom:5px;
}
