#syouhin_left {
	float: left;
	width:180px;
	padding: 10px;
	background-color:#FFFFFF;
}
#syouhin_right {
	float: left;
	width:500px;
	padding:10px 20px;
	background-color:#FFFFFF;
	line-height: 150%;
}

/* 商品ページ左側メニュー */
.syouhin_menu{
width : 170px;	/* 横幅 */
list-style-type : none;	/* マークなし */
list-style-position : outside;	/* マークは領域外に配置 */
padding-top : 1px;	/* 重ねあわせによる位置調整 */
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-left : 0px;	/* 左位置の調整 */
margin-right : 0px;
margin-bottom : 0px;
}
.syouhin_menu_li{
width : 170px;	/* 幅 */
line-height : 2em;	/* 行の高さ */
text-align : center;	/* テキストの中央寄せ */
background-color:#F0F0F0;	/* 背景色 */
font-size:14px;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
border-top-width : 1px;
border-top-style : solid;
border-top-color : silver;
border-left-width : 1px;
border-left-style : solid;
border-left-color : silver;
border-right-width : 1px;
border-right-style : solid;
border-right-color : silver;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : silver;
margin-top : -1px;	/* ボーダーの重ね合わせ */
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
.syouhin_menu_li a{	/* ★アンカーの領域をリスト領域全体に指定 */
display : block;
width : 100%;
line-height : 2em;
}
.syouhin_menu_li A:LINK{
color:#996600;
text-decoration : none;
font-weight : normal;
}
.syouhin_menu_li A:VISITED{
color:#996600;
text-decoration : none;
font-weight : normal;
}
.syouhin_menu_li A:HOVER{
text-decoration : none;
background-color:#CCCC66;
}
.syouhin_menu_lit{
width : 170px;	/* 幅 */
line-height : 150%;	/* 行の高さ */
text-align : center;	/* テキストの中央寄せ */
background-color:#333333;	/* 背景色 */
font-size:14px;
color:#FFFFFF;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
border-top-width : 1px;
border-top-style : solid;
border-top-color :#666666;
border-left-width : 1px;
border-left-style : solid;
border-left-color :#666666;
border-right-width : 1px;
border-right-style : solid;
border-right-color :#666666;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color :#666666;
margin-top : -1px;	/* ボーダーの重ね合わせ */
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
A.menu_top{
    color:#FFFFFF;
	text-decoration:none;
}
A.menu_top:hover{
    color:#CCCCCC;
	text-decoration:none;
}

/* 商品ページ右側BOX */
.box1{
float:left;
width:500px;
padding:10px 0;
border-top:1px dotted silver;
}
.box1e{
float:left;
width:500px;
padding:10px 0;
border-top:1px dotted silver;
border-bottom:1px dotted silver;
}
.box2{
float:left;
width:118px;
border:1px;
}
.box3{
float:left;
width:308px;
border:1px;
padding:0 20px;
}

/* ギフトページ右側BOX */
.box1_gift{
float:left;
width:500px;
padding:10px 0;
border-top:1px dotted silver;
}
.box1e_gift{
float:left;
width:500px;
padding:10px 0;
border-top:1px dotted silver;
border-bottom:1px dotted silver;
}
.box2_gift{
float:left;
width:160px;
}
.box3_gift{
float:left;
width:300px;
padding:0 20px;
}

/* 商品単独ページ右側 */
.syouhininfo{
	clear: both;
	float: left;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.syouhininfo_left{
	float: left;
	width: 250px;
}
.syouhininfo_right{
	float: left;
	width: 250px;
	text-align: right;
}
.syouhininfo2{
	clear: both;
	width: 400px;
	padding: 20px 0 30px 0;
	margin-right: auto;
	margin-left: auto;
}
.syouhininfo2_inner{
	float: left;
	width: 200px;
}
