/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  base
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
body {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 100%;
	}
img {
	border: none;
	}
p {
	margin-top: 0.5em;
	}
em,strong,h1,h2,h3,dt {
	font-style: normal;
	font-weight: bolder;
	}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  クリスマス2009　ナビゲーション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
html>/**/body #xmasnavi { /* modBrowzer incIE8 */
	margin: 0; padding: 0;
	width: 700px; height: 100px; 
	}
* html body #xmasnavi { /* IE6less */
	margin: 0; padding: 0;
	width: 700px; height: 100px; 
	}
*+html body #xmasnavi { /* IE7 */
	margin: -3px 0 0 0; padding: 0;
	width: 700px; height: 100px; 
	}
#xmasnavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#xmasnavi li {
	display: inline;
	padding: 0; margin: 0; 
	text-indent: -1000em; 
	float: left; 
	}
#xmasnavi li a {
	display: block; 
	text-decoration: none;
	width: 175px; height: 100px; 
	border: none; 
	background-image: url(xmasnavi.jpg);
	}
/* オフマウス------------- */
#xmasnavi li#nav01 a {
	background-position: 0px 0px; 
	}
#xmasnavi li#nav02 a {
	background-position: -175px 0px; 
	}
#xmasnavi li#nav03 a {
	background-position: -350px 0px; 
	}
#xmasnavi li#nav04 a {
	background-position: -525px 0px; 
	}
/* オンマウス------------- */
#xmasnavi li#nav01 a:hover {
	background-position: 0px -100px; 
	}
#xmasnavi li#nav02 a:hover {
	background-position: -175px -100px; 
	}
#xmasnavi li#nav03 a:hover {
	background-position: -350px -100px; 
	}
#xmasnavi li#nav04 a:hover {
	background-position: -525px -100px; 
	}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
h1 {
	clear: both;
	width: 650px;
	height: 50px;
	margin: 5px 0 5px 0;
	color: #ffffff;
	font-size: 25px;
	text-align: left;
	line-height: 1;
      padding-top: 20px;
      padding-left: 50px;
	}
/* 生チョコツリーケーキ------------------ */
h1.tree {
	background: url(ttlbg.gif) no-repeat;
	}
h1.tree_set {
	text-indent: -1000em; 
	background: url(itmhdr_tree_set.gif) no-repeat;
	}
/* ドゥーブルフロマージュ------------------ */
h1.double {
	text-indent: -1000em; 
	background: url(itmhdr_double.gif) no-repeat;
	}
h1.double_set {
	text-indent: -1000em; 
	background: url(itmhdr_double_set.gif) no-repeat;
	}
/* ブルーベリーケーキ------------------ */
h1.blueberry {
	text-indent: -1000em; 
	background: url(itmhdr_blueberry.gif) no-repeat;
	}
h1.blueberry_set {
	text-indent: -1000em; 
	background: url(itmhdr_blueberry_set.gif) no-repeat;
	}
/* 生チョコモンブラン------------------ */
h1.montblanc {
	text-indent: -1000em; 
	background: url(itmhdr_montblanc.gif) no-repeat;
	}
h1.montblanc_set {
	text-indent: -1000em; 
	background: url(itmhdr_montblanc_set.gif) no-repeat;
	}
/* ノンアルコールシャンパン------------------ */
h1.wine {
	text-indent: -1000em; 
	background: url(itmhdr_wine.gif) no-repeat;
	}

h1.manyorders {
	clear: both;
	width: 700px;
	height: 80px;
	margin: 0;
      padding: 0;
	text-indent: -1000em;
	background: url(hdr_manyorders.gif) no-repeat;
	}
h2.manyinfo {
	clear: both;
	width: 240px;
	height: 50px;
	margin: 0;
	text-indent: -1000em;
	background: url(info_askto.gif) no-repeat;
	}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  商品リードエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#mainlead_tree {
	width: 700px;
	height: 400px;
	margin: 2px 0 0 0;
	background: url(mainimg_tree.jpg) no-repeat;
	}
#mainlead_double {
	width: 700px;
	height: 400px;
	margin: 2px 0 0 0;
	background: url(mainimg_double.jpg) no-repeat;
	}
#mainlead_blueberry {
	width: 700px;
	height: 400px;
	margin: 2px 0 0 0;
	background: url(mainimg_blueberry.jpg) no-repeat;
	}
#mainlead_montblanc {
	width: 700px;
	height: 400px;
	margin: 2px 0 0 0;
	background: url(mainimg_montblanc.jpg) no-repeat;
	}
#mainlead img#winebtn {
	float: right;
	}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  商品説明エリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#detail {
	width: 700px;
	margin: 10px 0 0 0;
	}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  オーダーエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
table.orderarea	{
	width: 700px;
  border-collapse: collapse;
	border: 0;
	text-align: left;
	line-height: 1.4;
	}
table.orderarea td.left {
	width: 260px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	}
table.orderarea td.right {
	width: 440px;
	text-align: left;
	vertical-align: top;
	}

.dscrpt {
	font-size: 100%;
	}
.price {
	margin: 1em 0;
	font-size: 82%;
	color: #990000;
	}
.priceb {
	font-size: 150%;
	font-weight: bold;
	}
p.itemname {
	font-size: 12px;
	margin-top: 0;
	}
div.formarea {
	margin: 0 0 2em 0;
	}
.attention {
	color: #990000;
	font-weight: bold;
	}
select {
	width: 50px;
	}
html>/**/body .moredscrpt { /* modBrowzer */
	width: 230px;
	margin: 10px 0;
	padding: 10px;
	font-size: 100%;
	line-height: 1.4;
	background-color: #fae6d1;
	}
*html body .moredscrpt { /* forIE */
	width: 230px;
	margin: 10px 0;
	padding: 10px;
	font-size: 100%;
	line-height: 1.4;
	background-color: #fae6d1;
	}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  購入ボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.pullnum {
	margin: 0 5px 0 30px;
	padding: 0;
	vertical-align: middle;
	}
.buybtn {
	border: 0px;
	width: 160px;
	height: 30px;
	margin: 0 0 0 50px;
	padding: 0;
	vertical-align: middle;
	}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  大量注文インフォ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
table#lotsorders {
	width: 700px;
	border: #dd9c58 2px solid;
	}
#lotsorders td {
	padding: 15px 30px;
	text-align: left;
	}

ul.many li {
	list-style: none; 
	margin: 0 0 0.5em 0;
	padding: 0px 0px 0px 20px;
	background: url(limark_heart.png) no-repeat; 
	vertical-align: middle; 
	}
ul.askto {
	margin-left: 80px;
	}
ul.askto li {
	line-height: 1.4;
	}
ul.askto li.freecall {
	height: 50px;
	margin: 0;
	padding: 0px 0px 0px 55px;
	background: url(icn_freecall.gif) no-repeat 0 5px; 
	vertical-align: top; 
	font-size: 40px;
	font-weight: bold;
	}
ul.askto li.fax {
	display: inline;
	height: 30px;
	margin: 0;
	padding: 5px 0px 5px 40px;
	background: url(icn_fax.gif) no-repeat 0 5px; 
	font-size: 18px;
	font-weight: bold;
	}
ul.askto li.email {
	display: inline;
	height: 30px;
	margin-left: 20px;
	padding: 5px 0px 5px 40px;
	background: url(icn_email.gif) no-repeat 0 5px; 
	font-size: 18px;
	font-weight: bold;
	}
ul.askto li.tantou {
	height: 30px;
	padding: 5px 0px 5px 40px;
	background: url(icn_customerservice.gif) no-repeat 0 5px; 
	font-size: 18px;
	font-weight: bold;
	}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　clearfix
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearFix{
overflow:hidden;
min-height:1em;
}
/*\*/
* html .clearFix{
height:1%;
overflow:visible;
}
/**/
