@charset "utf-8";

/*　商品紹介
------------------------------------------------------------ */

#img_product {
	width: 990px;
	height: 100px;
	background: url(../common/images/img_product.jpg) no-repeat;
	text-indent: -9999em;
}

#product_bg {
    width: 970px;
	height: 490px;
	background: url(../common/images/product_bg.jpg) no-repeat;
	position: relative;
}

#product_bg .box_01 {
    width: 830px;
	height: 30px;
	position: absolute;
	left: 70px;
	top: 50px;
	font-weight: bold;
	color: #FFF;
	font-size: 0.9em;
}

#product_bg .box_02 {
    width: 280px;
	height: 360px;
	position: absolute;
	left: 40px;
	top: 100px;
	color: #FFF;
}
.box_02 dl {
    width: 280px;
}
.box_02 dt.dt_01 {
    width: 190px;
	height: 30px;
	background: url(../common/images/product_txt01.gif) left top no-repeat;
	text-indent: -9999em;
}
.box_02 dt.dt_02 {
    width: 190px;
	height: 40px;
	background: url(../common/images/product_txt02.gif) left 10px no-repeat;
	text-indent: -9999em;
}
.box_02 dt.dt_03 {
    width: 190px;
	height: 40px;
	background: url(../common/images/product_txt03.gif) left 10px no-repeat;
	text-indent: -9999em;
}
.box_02 dd {
    padding-left: 10px;
	line-height: 160%;
}

#product_bg .box_03 {
    width: 570px;
	height: 380px;
	position: absolute;
	left: 370px;
	top: 80px;
}
