@charset "utf-8";
/* ========================================== */
/* ページ固有css(WindowsIE8Base) */
/* ========================================== */
/* ================================ */
/* ページ必須 */
/* ================================ */
/* ページイメージ */
#pageimage_area div.pageimage{
	background-image: url(main_image.jpg);
}
/* コンテンツTOP背景 */
#contents_top{
	background-image: url(contents_top.png);
}
/* ================================ */
/* ページパーツ類 */
/* ================================ */
/* ------------------------- */
/* 左側 */
/* ------------------------- */
/* [h3] */
#contents_left h3.h3_1{
	background-image:url(h3_1.png);
}
#contents_left h3.h3_2{
	background-image:url(h3_2.png);
}
/* ------------------------- */
/* アイテムエリア */
/* ------------------------- */
#item_area{
	width:580px;
	margin-top:16px;
	margin-bottom:16px;
	margin-left:60px;
	padding-left:8px;
}
/* アイテム */
#item{
	float:left;
	margin:0px 0px 8px 20px ;

}
/* アイテムタグ */
#tag_top{
	width:256px;
	height:64px;
	background-image:url(tag_top.png);
}
#tag_middle{
	width:256px;
	background-image:url(tag_middle.png);
	background-repeat:repeat-y;
}
#tag_price{
	width:256px;
	height:64px;
	background-image:url(tag_price.png);
}
#tag_bottom{
	width:256px;
	height:32px;
	background-image:url(tag_bottom.png);
}
/*商品名 */
#tag_top span.name{
	display:block;
	padding:30px 0px 0px 44px ;
	font-size:14px;
	font-weight:bold;
}
/*商品写真 */
#tag_middle img.item_image{
	border:#666 solid 1px;
	margin:4px 0px 12px 24px ;
}
/*商品情報 */
#tag_price span.price{
	display:block;
	padding:2px 0px 0px 76px ;
	font-size:14px;
	line-height:20px;
}
/*商品写真 */
#tag_middle a.order{
	display:block;
	padding:12px 0px 0px 24px ;
}
#tag_price span.soldout{
	color:#F30;
}
#tag_middle a.soldout{
	display:block;
	padding:12px 0px 0px 24px ;
	visibility:hidden;
}
#tag_price span.stk {
	text-decoration:line-through;
	color:#F30;

}
/* 分割線 */
div.left_line_red{
	background-image:url(../common/image/parts/left_line_red.png);
}
#contents_left h4.h4_1{
	background-image:url(h4.png);
}





/* ------------------------- */
/* 右側 */
/* ------------------------- */
/* お知らせ */
#paper div.top1{
	background-image:url(../common/image/right/right_paper_top.png);
}
#paper div.middle1{
	background-image:url(../common/image/right/right_paper_middle.png);
	background-repeat:repeat-y;
}
#paper div.bottom1{
	background-image:url(../common/image/right/right_paper_bottom.png);
}
#contents_right h5{
	background-image:url(h5_1.png);
}
#contents_right ul{
	line-height:22px;
	margin-left:52px;
	margin-right:48px;
}
#contents_right li{
	margin-bottom:8px;
	list-style:decimal;
	font-size:10px;
}
/*特定商取引に関する法律(通信販売法）に基づく表示*/
#contents_right p#iframe_message{
	margin-left:40px;
}
