@charset "utf-8";
/* CSS Document */


/* ------------------------------------------クーポン------------------------------------------ */
div#coupon{
	width: 860px;
	height: auto;
	margin: 20px auto;
}
div#coupon h2 {
	width: 840px;
	height: 27px;
	margin: 0 auto 10px;
	text-indent: -9999px;
	background-image: url(../../images/coupon/h2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#coupon p {
	width: 820px;
	height: auto;
	font-size: 12px;
	line-height: 1.8;
	margin: 10px auto;
}
div#coupon div#contact_btn {
	clear: both;
	width: 511px;
	height: 40px;
	margin: 10px 20px;
}
div#coupon div#contact_btn p {
	width: 280px;
	height: 20px;
	float: left;
	margin: 10px 0 0 10px;
}
div#coupon div#contact_btn img {
	float: right;
	display: block;
	width: 102px;
	height: 19px;
	margin: 10px 0 0 0;
}
div#coupon table {
	width: 800px;
	height: auto;
	font-size: 12px;
	line-height: 1.8;
	margin: 20px auto;
}
div#coupon th {
	width: 130px;
	height: auto;
	font-weight: bold;
}
div#coupon div.line_jewel {
	width: 860px;
	height: 12px;
	margin: 5px auto;
	display: block;
	clear: both;
	background-image: url(../../images/line_stone_l.jpg);
}

