@charset "utf-8";

/*------------------------------------------------------------------------------
Pommefood Group - CSS Modules Import
URL: http://
Date: 2007-11-05
Copyright (C) Pommefood Group.co.ltd. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

ポムドテール/ポムズファーム用　印刷設定

---------------------------------------- */

/* ヘッダ関連
---------------------------------------- */

#second div#header p#tagLine,
div#header ul#headerMenu{
	display:none;
}

div#header{
	background:none;
	border-bottom:4px solid #660000;
}

/* ナビゲーション
---------------------------------------- */

div#navigation{
	display:none;
}


/* コンテンツ
---------------------------------------- */

body#second div#container,
body#second div#contentBody,
body#second.search div#shopBody,
body#second.coupon div#contentBody{
	background:none;
}

div#contentBody,
div#shopBody{
	margin-top:0;
}

body#second div#main h1,
div#shopBody ul.printButton,
div#main div#contentBody div#couponBox,
div#main div#contentBody ul#imageList,
div#main div#contentBody div#couponStore,
p.pagetop {
	display:none;
}

div#contents{
	background:none;
	border-bottom:2px solid #660000;
}

div#main{
	background:none;
	border-bottom:2px solid #660000;
}

/* フッターメニュー
---------------------------------------- */

div#subMenu{
	background:url(../images/print/footerNav.gif) no-repeat center center;
	padding-bottom:10px;
}

dl#banner{
	margin:0 0 10px;
	padding:0 0 10px;
}

dl#banner dt,
dl#banner dd li a {
	background:none;
}

div#footer address{
	background-image:none;
	text-align:right;
	font-style:italic;
	color:#240B02;
}


/* container for IE6
--------------------- */

* html div#container,
* html div#main{
	width:620px;
}

* html div#footer,
* html div#subMenu{
	width:620px;
}

* html div#subMenu{
	height:70px;
}

* html dl#banner{
	display:none;
}

* html div#footer{
	margin-top:10px;
}



/* クーポン
---------------------------------------- */

div#main div#contentBody div#mainHead {
margin: 0 ;
}

div#main div#contentBody h4#couponName {
padding-left: 125px;
height: 46px;
}

div#main div#contentBody h4#couponName img.printBtn{
	display:none;
}


/* for IE6
---------------- */

* html div#main div#contentBody div#mainHead{
	width:600px;
}

