/********** index.html専用CSS **********/
/***** 左側製品を探す *****/

table.top_leftsearch {
	height: 236px;
	background: url("../images/index/leftsearch_bg.gif") 0 0 no-repeat;
}

/***** トピックス *****/
.topics td {
	/*white-space: nowrap;*/
	padding: 5px 3px 5px 0px;
}
.topics td a {
	padding: 0 0 0 0px;
}


/***** 製品・サービス紹介 *****/
.service01 {
	height: 130px;
	background: url("../images/index/bg01.gif") 0 0 no-repeat;
	line-height: 140%;
}

.service02 {
	height: 81px;
	background: url("../images/index/bg02.gif") 0 0 no-repeat;
	line-height: 140%;
}


