/*******************/
/* 製品情報 */
/*******************/
/*左枠*/
.contents01{
	margin:0px;
	padding:0px;
	width:455px;
	text-align:left;
	float:left;
}
/*右枠*/
.contents02{
	margin:0px;
	padding:0px;
	width:455px;
	text-align:left;
	float:right;
}

/*----------------------------------*/
/*木材加工のさまざまなソリューション*/
/*----------------------------------*/
.solutionTitle{
	background-image:url("../products/images/backimg.gif");
	background-repeat:no-repeat;
	background-position:top center;
	margin:10px 0px 10px 0px;
	padding:13px 0px 0px 0px;
	width:435px;
	height:111px;
	text-align:left;
}

.imgspace{
	width:114px;
	float:left;
	text-align:center;
}

.txtspace{
	width:320px;
	float:right;
	text-align:left;
}

/*----------------------------------*/
/*製品ラインナップ*/
/*----------------------------------*/
#mainBlock .Lineup01 .productsTitle,
#mainBlock .Lineup02 .productsTitle{
	margin:0px 0px 10px 0px;
	padding:3px;
	width:445px;
	text-align:left;
	color:#41388c;
	font-weight:bold;
	line-height: 20px;
	border-left: medium solid #41388c;
	line-height: 16px;
}
#mainBlock .Lineup01 .productsTitle a,
#mainBlock .Lineup02 .productsTitle a {
	color:#41388c;
	font-size:16px;
	line-height: 20px;
	text-decoration: underline;
}
#mainBlock .Lineup01 .productsTitle a:hover,
#mainBlock .Lineup02 .productsTitle a:hover {
	color:#2E97A9;
	font-size:16px;
	line-height: 20px;
	text-decoration: underline;
}
/*左枠*/
.Lineup01{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:440px;
	text-align:left;
	float:left;
	font-weight:bold;
}
/*右枠*/
.Lineup02{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:440px;
	text-align:left;
	float:right;
	font-weight:bold;
}
/*Lineupのテキスト*/
.LineupText{
	width:225px;
	text-align:left;
	float:left;
}
/*Lineup画像*/
.LineupImg{
	padding:0px;
	width:205px;
	text-align:left;
	float:right;
}
/*Lineup２個続きのアイコン*/
.LineupDoubleIcon{
	width:440px;
	text-align:left;
	clear:both;
}
.LineupDoubleIcon img{
	margin-right:10px;
}
hr {
	width:910px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #cacaca;
	height: 1px;
	padding-bottom: 10px;
	display: block;
}