body {
	background: #ffffff url(../images/bg_s.gif) repeat-y;
}
div.all {
	font-size :14px ;
	margin: 0px auto;
	text-align :center
}
table {
	border-collapse : collapse ;
	background: #ffffff;
	text-align :left;
	width :100%
}
table.coupon {
	border : 1px solid #000000;
	width :600px
}
table.shop {
	border : 1px solid #000000;
	width :600px ;
}
td {
	line-height : 130% ;
	vertical-align : top ;
	padding: 4px;
}
td.check {
	width : 30px
}
table.shop td {
	border : 1px solid #000000;
}
td.name {
	background-color :#FFE4C4
}
td.off {
	background-color :#F0FFFF
}
.enter
	text-decoration :underline
}
.exp {
	font-size :12px ;
}
p {
	margin-bottom :2px
}
/*回り込みクリア*/
.clear {
	clear : both
}
