/* 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;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0px 0 0px 5px;
	line-height: 20px;
	}

#breadcrumb a {
	text-decoration: underline!important;
	}

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;
	}

/* リンク
────────────────────────────────────────── */
a:link {
	color: #503218;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #503218;
	}
a:hover {
	text-decoration: underline;
	color: #3E508F;
	}
a:active {
	text-decoration: none;
	color: #3E508F;
	}

/* サムネールページ
────────────────────────────────────*/
table#itemthumbs td.items {
	position: relative;
	height: 370px;
	width: 171px; /* 計187px　border(2px*2)＋padding(6px*2) */
	padding: 6px;
	border: 2px #6A472D solid;
	background-color: #FFFFFF;
	text-align: left;
	}
table#itemthumbs td.colspace {
	width: 10px;
	}
table#itemthumbs td.rowspace {
	height: 10px;
	}

.thumblink {
	margin: 0.5em 0;
	font-weight: bold;
	}
.thumbdescript {
	margin-top: 0.em;
	}

table#btnoncatch {
	width: 778px;
	}
table#btnoncatch td {
	width: 778px;
	height: 380px;	
	}
table#btnoncatch td.rowspace {
	height:10px;	
	}
table#btnoncatch td#chocotruffle {
	background: url(../img_for_valentine2010/topimgbtn_chocotruffle.jpg) no-repeat;
	}
table#btnoncatch td#ochocomochi {
	background: url(../img_for_valentine2010/topimgbtn_ochocomochi.jpg) no-repeat;
	}
table#btnoncatch td#chocosable {
	background: url(../img_for_valentine2010/topimgbtn_chocosable.jpg) no-repeat;
	}
table#btnoncatch td#carameltruffle {
	background: url(../img_for_valentine2010/topimgbtn_carameltruffle.jpg) no-repeat;
	}
table#btnoncatch td#namachoco {
	background: url(../img_for_valentine2010/topimgbtn_namachoco.jpg) no-repeat;
	}
table#btnoncatch td#whitechoco {
	background: url(../img_for_valentine2010/topimgbtn_whitechoco.jpg) no-repeat;
	}
table#btnoncatch td#sachertorte {
	background: url(../img_for_valentine2010/topimgbtn_sachertorte.jpg) no-repeat;
	}
table#btnoncatch td#petitchoco {
	background: url(../img_for_valentine2010/topimgbtn_petitchoco.jpg) no-repeat;
	}

/* 詳細を見るボタン
────────────────────────────────────*/
ul.seedatail {
	list-style: none;
	margin: 0.5em 0 0 0;
	padding: 0;
	}
.seedatail li {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	}
.seedatail li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 30px;
	padding-top: 30px;
	background-image: url(../img_for_valentine2010/btn_seedetail.gif);
	}
/* オフマウス */
.seedatail li a { background-position: 0 0;}
/* オンマウス */
.seedatail a:hover{ background-position: 0 -30px;}


/* バレンタイン商品ナビゲーション
────────────────────────────────────*/
.valentinenavi ul {
	list-style: none;
	margin: 0;	padding: 0;
	}
.valentinenavi li {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	}
.valentinenavi li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 120px;
	padding-top: 120px;
	background-image: url(../img_for_valentine2010/valentine_menu.jpg);
	}
/* オフマウス */
.valentinenavi li.menu01 a{ background-position: 0 0;}
.valentinenavi li.menu02 a{ background-position: -100px 0;}
.valentinenavi li.menu03 a{ background-position: -200px 0;}
.valentinenavi li.menu04 a{ background-position: -300px 0;}
.valentinenavi li.menu05 a{ background-position: -400px 0;}
.valentinenavi li.menu06 a{ background-position: -500px 0;}
.valentinenavi li.menu07 a{ background-position: -600px 0;}
.valentinenavi li.menu08 a{ background-position: -700px 0;}

/* オンマウス */
.valentinenavi li.menu01 a:hover{ background-position: 0 -120px;}
.valentinenavi li.menu02 a:hover{ background-position: -100px -120px;}
.valentinenavi li.menu03 a:hover{ background-position: -200px -120px;}
.valentinenavi li.menu04 a:hover{ background-position: -300px -120px;}
.valentinenavi li.menu05 a:hover{ background-position: -400px -120px;}
.valentinenavi li.menu06 a:hover{ background-position: -500px -120px;}
.valentinenavi li.menu07 a:hover{ background-position: -600px -120px;}
.valentinenavi li.menu08 a:hover{ background-position: -700px -120px;}

/* thispage */
.valentinenavi li.menu01 a.this{ background-position: 0 -120px;}
.valentinenavi li.menu02 a.this{ background-position: -100px -120px;}
.valentinenavi li.menu03 a.this{ background-position: -200px -120px;}
.valentinenavi li.menu04 a.this{ background-position: -300px -120px;}
.valentinenavi li.menu05 a.this{ background-position: -400px -120px;}
.valentinenavi li.menu06 a.this{ background-position: -500px -120px;}
.valentinenavi li.menu07 a.this{ background-position: -600px -120px;}
.valentinenavi li.menu08 a.this{ background-position: -700px -120px;}

/* 商品ページ
────────────────────────────────────*/
h2 {
	width: 778px;
	height: 16px;
	margin: 1em 0 0 0;
	padding: 15px 0 21px 0;
	background: url(../img_for_whiteday2010/headline_titlebg.gif) no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-indent: 55px;
	}
h2.first {
	margin: 0 0 0 0;
	padding: 16px 0 20px 0;
	}
h3 {
	margin: 1.5em 0 0.5em 0;
	padding-left: 5px;
	border-left: 5px #3366CC solid;
	font-size: 13px;
	font-weight:bold;
	}

/* 商品詳細エリア────────────────────────── */
table.itemdetailarea {
	width: 778px;
	}
table.itemdetailarea td.detailimg {
	width: 384px;
	}
table.itemdetailarea td.detailinfo {
	width: 374px;
	padding: 0 0 0 10px;
	}
div.linkmore {
	margin: 10px 0 0 0;
	}

/* 原材料等表示テーブル────────────────────────── */
table.materials {
	width: 384px;
	}
table.materials th {
	width: 6em;
	padding: 0.2em 0.5em;
	border: 1px #999999 solid;
	background-color: #EEEEEE;
	font-weight: normal;
	vertical-align: top;
	}
table.materials td {
	padding: 0.2em 0.5em;
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	}
/* その他────────────────────────── */
.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;
	}

/* ポイント
────────────────────────────────────*/
.point {
	float: left;
	height: 20px;
	margin-left: 10px;
	padding-left: 20px;
	color: #333333;
	background: url(../imags/icn_point.gif) no-repeat 0 0px;
	}


/* フォーム部　カートに入れるボタン
────────────────────────────────────*/
.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(../img_for_valentine2010/btn_putintocart.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(../img_for_valentine2010/btn_sumputintocart.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;
	}


/* 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 */