

#goods_bdy	{/* 幅はマージン系を計算 */
	width: 766px;
	margin:0px 0 15px 8px;
	text-align: left;
/*margin:10px 0 15px 8px
	background-color:pink;*/
	}





div #hhh1 {
	background-image: url("./images/hdr.gif");
	background-repeat: no-repeat;
	background-position: center top;
	width:766px;
	height:130px;
	margin-bottom:20px;
}

div #hhh1 h1 img{
	margin:66px 0 0 265px;
}

div #hhh1 p{
	width:690px;
	text-align:left;
	font-weight:normal;
	margin-top: 10px;
	margin-left:70px;
}



/*
div #hhh1 {
	width:760px;
	height:115px;
	margin-bottom:20px;
}

div #hhh1 h1 img{
	margin:20px 0 0 15px;
}

div #hhh1 p{
	width:650px;
	font-weight:normal;
	margin: 10px 0 0 50px;
} */

h2 {/* div.title p と同じ */
	padding:4px;
	font-weight:bold;
	font-size:14px;
	line-height:15px;
margin-bottom:15px;
}



/* ===アイテムの設定=== */

.item {
/*	border: 1px dotted #aeaeae;
	padding:10px; */
	margin-bottom:35px;
}


.item p {
	line-height:1.5em;
	margin-bottom:8px;
}

.item p span {
	color:#f8cb51;
}

h3 {
	padding:4px;
	font-weight:bold;
	font-size:14px;
	line-height:15px;
}

.item-ph {
	text-align:center;
}

.item-info {
	margin-top:8px;
	margin-left:8px;
	padding-bottom:15px;

}

.item_left {
	width:300px;
	float:left;

}

/*
.item_left2 {
	width:380px;
	float:left;

}


.item_left img {
	border: 1px solid #d7d7d7;

}

.item_left2 img {
	border: 1px solid #d7d7d7;

}

 */

.item_right {
	width:406px;
	float:right;
	margin-right:5px;
}
/*
.item_right2 {
	width:326px;
	float:right;
	margin-right:5px;
}
 */



/* ===品番のテーブルの設定===-2.3em */

table#hinban {
	margin-left:3em;
	margin-top:-2em;
	border: 1px #b0b0b0 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

/*table#payment caption {
	padding-top:15px;
	padding-bottom:5px;
	font-size:12px;
	font-weight: bold;
	line-height: 120%;
} */


table#hinban td {
	padding: 4px;
	border: 1px #b0b0b0 solid;
	border-width: 0 0 1px 1px;
}



/* ===ガイドの設定=== */

.guide_title1 {
	background-color:#c6e3ff;
	font-size:12px;
	padding:3px 5px;
}

.guide_title2 {
	background-color:#e4e4e4;
	font-size:12px;
	padding:3px 5px;
}


.guide_bdy {/* ===後でIDふって指定しなおし=== */
	margin:8px 1.5em;
	padding:0;
}

.guide_bdy-ctr {/* ===後でIDふって指定しなおし=== */
	padding:8px 1.5em;
 width: 720px;margin: 0px auto;
}


/*.guide_bdy span {/* ===後でIDふって指定しなおし===
	color:#3a94c5;
}*/

.agree {
text-align:center;
margin-bottom:15px;
}

.agree a {
	background-color: #458fcb;
	border: 1px solid #808080;
	color:#fff;
	display:block;
	font-size:20px;
	margin:1em auto 0;
	padding:0.5em 5px;
	text-decoration:none;
	width:370px;
	
}

.agree a:link {
	color:#fff;
	text-decoration:none;
}
.agree a:active {
	color:#fffca8;
	text-decoration:none;
}
.agree a:visited {
	color:#fff;
	text-decoration:none;
}
.agree a:hover {
	color:#fffca8;
	text-decoration:none;
}

.close {
	border:1px solid #666;
	background-color:#f2f2f1;
	font-size:16px;
	padding:5px;
	margin:10px;
	width:50px;
}

/* ===払込票のテーブルの設定=== */

table#payment {
	border: 1px #585e91 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

/*table#payment caption {
	padding-top:15px;
	padding-bottom:5px;
	font-size:12px;
	font-weight: bold;
	line-height: 120%;
} */

table#payment th {
	padding: 5px;
	border: #585e91 solid;
	border-width: 0 0 1px 1px;
	background: #eeeeee;
	font-size:12px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}

table#payment td {
	padding: 5px;
	border: 1px #585e91 solid;
	border-width: 0 0 1px 1px;
}

/* ===Sold Outの設定=== */

.so {
	text-decoration: line-through;
}
