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


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

div #hhh1 h1 img{
/*	margin:20px 0 0 305px;
	margin-top:20px;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div #hhh1 p{
	font-weight:normal;
	margin-top:10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

/*	width:760px;
	margin: 10px 0 0 305px;*/
}

h2 {
	background-color:#c6e3ff;
	font-size:12px;
	font-weight:normal;
	padding:2px 5px;
	margin-bottom:15px;
}



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

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


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

.item p span {
	color:#f8cb51;
}



h3 {
	color:#009dbc;
	font-size:16px;
	line-height:1.5em;
	border-bottom: 1px solid #78c8d7;
	margin-bottom:8px;
}

h3.new {
	background:url("./images/new.jpg") no-repeat 0 5px;
	padding-top:20px;
}

.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;
}




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

table#hinban {
	margin-left:3em;
	margin-top:-2.3em;
	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;
}


/* ===ロールオーバーの設定=== */

div .item ul{ padding:0;margin:0; }
div .item li{ padding:0;margin:0; }

/* div#rollover {
	height:295px;
	width:580px;
}*/
div#rollover p {
/*	float:left;*/
	margin:0;
}

div#rollover ul {
	width:300px;
	list-style:none;
}
div#rollover li {
	float:left;
	height:48px;
	padding-top:6px;
	padding-right:5px;
}



/* div#rollover a img {
	border:0;
}*/



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

.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 span {/* ===後でIDふって指定しなおし=== */
	color:#3a94c5;
}

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

.agree a {
	background-color: #fd5e83;
	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;
}

