/* CSS Document */
/* base
────────────────────────────────────────── */
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #fffaf0;
	font-size: 13px;
	line-height: 1.4;
	}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../imags/bg-body.gif) repeat-y;
	}
#wrapper-tail {
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../imags/bg-tail.gif) no-repeat;
	}
#contentsarea {
	width: 778px;
	margin: 0;
	padding: 10px 11px;
	background-color: #FFFFFF;
	text-align: left;
	}
#breadcrumb {
	clear: both;
	margin-bottom: 10px;
	padding: 0.3em 0 0.2em 0;
	}
#breadcrumb a {
	text-decoration: underline;
	}
table#itemthumbs {
	width: 778px;
	}

/* commons
────────────────────────────────────────── */
a img {
	border: none;
	}
ul {
	list-style: none;
	margin: 0; padding: 0;
	}
table {
	border: none;
	border-collapse: collapse;	
	}
table td {
	vertical-align: top;
	}
.attention {
	color: #B10000;
	font-size: 11px;
	}
p {
	margin: 0.5em 0 1em 0;
	}
strong, em {
	font-weight: bold;
	font-style: none;
	}

/* リンク
────────────────────────────────────────── */
a:link {
	color: #503216 ;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #503216;
	}
a:hover {
	text-decoration: underline;
	color: #9F1A13;
	}
a:active {
	text-decoration: none;
	color: #9F1A13;
	}

/* 見出し
────────────────────────────────────*/
h2 {
	margin: 2em 0 0.5em;
	font-size: 16px;
	font-weight: bold;
	}
h3 {
	margin: 1em 0 0.5em;
	font-size: 13px;
	font-weight:bold;
	}

/* ポイント
────────────────────────────────────*/
.point {
	float: left;
	height: 20px;
	margin-left: 10px;
	padding-left: 20px;
	color: #333333;
	background: url(../imags/icn_point.gif) no-repeat 0 0px;
	}

/* その他────────────────────────── */
.gototop {
	margin: 1em 0;
	font-size: 10px;
	text-align: right;
	}
.itemname {
	margin-bottom: 0.5em;
	font-size: 14px;
	font-weight: bold;
	}
.price {
	float: left;
	color: #B10000;
	}
.pricebig {
	margin-right: 0.5em;
	font-size: 14px;
	font-weight: bold;
	}


/* フォーム部　カートに入れるボタン
────────────────────────────────────*/
.cartform {
	margin: 1em 50px 1em 0;
	text-align: right;
	}
.putintocart {
	display: inline;
	width: 150px;
	height: 24px;
	margin: 0 0 0 20px;
	padding: 0;
	border: 0;
	background:url(../imags/btn_cart.gif) no-repeat left top;
	text-indent: -9898px;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	}
.sumputintocart {
	display: inline;
	width: 150px;
	height: 24px;
	margin: 0 0 0 20px;
	padding: 0;
	border: 0;
	background:url(../imags/btn_cart.gif) no-repeat left top;
	text-indent: -9898px;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	}
.putintocart:hover, .putintocart:focus, 
.sumputintocart:hover, .sumputintocart:focus {
	background-position:left -24px;
	}




.yoyakucart {
	display: inline;
	width: 217px;
	height: 24px;
	margin: 0 0 0 20px;
	padding: 0;
	border: 0;
	background:url(../img_for_hascap/haskap_btn_cart.gif) no-repeat left top;
	text-indent: -9898px;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	}


.yoyakucart:hover, .yoyakucart:focus, {
	background-position:left -24px;
	}








/* clearfix
────────────────────────────────────*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */