#content_item {
	float: left;
	width: 540px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#content_item h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* GOODS ITEM */
.content_item_topleft {
	width: 178px;
	height: 230px;
	margin: 0px;
	float: left;
	border: 1px solid #CCCCCC;
}

.content_item_topozr {
	width: 179px;
	float: left;
	height: 230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* good 2行目以降*/
.content_item_left {
	width: 178px;
	height: 230px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 0px;
	float: left;
}

.content_item_ozr {
	width: 179px;
	float: left;
	height: 230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.pding5 {
	margin: 9px;
}

.item_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 110%;
}
.item_price {
	text-align: right;
	font-size: 12px;
	color: #261817;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#content_item_det {
	width: 760px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#content_item_det h1 {
	height: 33px;
	width: 760px;
	background-image: url(../image/goods/item_det_titleback.gif);
	background-repeat: no-repeat;
	font-size: 12pt;
	color: #333333;
	text-indent: 20px;
	padding-top: 5px;
}
.item_img1 {
	margin: 5px;
	float: left;
}
#content_item_pr {
	padding: 5px;
	width: 746px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#content_item_dang {
	width: 746px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	color: #999999;
	font-size: 10px;
	line-height: 150%;
	margin-left: auto;
	margin-right: auto;
}


#detaile_cart {
	font-size: 10px;
	line-height: 150%;
	float: left;
	width: 180px;
	margin-left: 18px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.detaile_cart_item {
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#detaile_cart form {
	margin: 0px;
}

