/* 下層ページ用 */
#content_box{
	float: left;
	width:100%;
        background-image: url("../image/subp_bg.gif");
        background-repeat: repeat-y;
}


/*---- 製品情報用 -----*/

/* 画像上*/

#flw_upl{
	float: left;
	width: 494px;
	height: 140px;
        background-image: url("../product/image/ch_up_bg.jpg");

}

#flw_upl ol{
	padding: 0 0 0 8px;
	margin: 0;
	list-style-type: none;

}

#flw_upl li{
	float: left;
	padding: 19px 16px 0 14px;
	width: 125px;
	height: 121px;
	font-size: 12px;
	line-height: 120%;
	font-weight:bold;
	margin: 0;
        background-image: url("../product/image/chup_li.jpg");
}

#ch_recorder{
	float: left;
	width: 261px;
	height: 103px;
	padding-left: 41px;
	padding-top: 37px;
        background-image: url("../product/image/ch_recorder_bg.jpg");

}

/* 画像下*/

#ch_server{
	float: left;
	width: 278px;
	height: 80px;
	padding-left: 22px;
	padding-top: 60px;
        background-image: url("../product/image/ch_server_bg.jpg");

}

#flw_dnl{
	float: left;
	width: 494px;
	height: 140px;
        background-image: url("../product/image/ch_up_bg.jpg");

}

#flw_dnl ol{
	padding: 0;
	margin: 0;
	list-style-type: none;

}

#flw_dnl li{
	float: left;
	padding: 48px 16px 0 14px;
	width: 125px;
	height: 86px;
	font-size: 12px;
	line-height: 120%;
	font-weight:bold;
	margin: 0;
        background-image: url("../product/image/chdn_li.jpg");
}


/* 製品構成部分 */
.product_top{
	padding: 50px 35px 0 319px;
	width: 281px;
	height: 269px;
	font-size: 12px;
	line-height: 200%;
	background-image: url("../product/image/productline_topbg.jpg");
	background-repeat: no-repeat;

}

/* 印刷時幅調整用 */

#pheight60px {
	display:none;
}
