/*******************************************
プリントアウト時の設定を行うCSSです
--------------------------------------------
　・プリントアウト設定
********************************************/


/*プリントアウト設定
-----------------------------------------*/
body{
	background:#fff;
}
.h1_text{display:none;}
div#BG_INSIDE{
	background:#fff;
}
div#HEADER{display:none;}
div#MENU{display:none;}
div#CONTENTS{
	background:#fff;
}
div#MAIN,
div#MAIN_WRAPPER{
	float:left;
	width:600px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div#SIDE{
	float:right;
	display:none;
}
div#FOOTER{display:none;}
.common_box01{float:none;}
.common_box02{float:none;}
.shop_box{float:none;}
div#COUPON_PAGETITLE{display:none;}

.coupon_img{
	clear: both;
	margin-bottom: 20px;
}

.coupon_img,
.coupon_comment {
	margin: 0;
	padding: 0;
	text-align: left;
}
.coupon_comment{
	position:relative;
	width:450px;
	top:-260px;
	height: 300px;
	left:20px;
	font-size:12px;
	line-height:150%;
	color:#666;
}

#couponComment {
	display: none;
}

/*=======================================*/
