@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/background.gif);
	background-repeat:repeat;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "MS PGothic", sans-serif;
}

#page{
	width:500px;
	background-color:#c9b9aa;
	margin:0px auto 0px;
}

#text{
	width:400px;
	padding:20px 50px 10px;
	border:1px solid #d1570d;
	background-color:#fff;
	color:#591f00;
	line-height:1.4;
	font-size:75%;
}

.textColor,
.textColor a{
	margin-top:10px;
	color:#d1570d;
	font-weight:bold;
}

#couponPrint{
	width:420px;
	margin:20px auto 0px;
	padding-bottom:20px;
}

.ceremony,
.flower,
.pot{
	background-repeat:no-repeat;
	background-position:center;
	width:400px;
	height:160px;
	border:1px dashed #591f00;
	padding:10px;
	font-size:75%;
	color:#fff;
}

.ceremony{
	background-image:url(images/discountCeremony.gif);
}
	
.flower{
	background-image:url(images/discountFlower.gif);
}

.pot{
	background-image:url(images/discountPot.gif);
}

.date{
	width:230px;
	display:block;
	margin:120px auto auto 18px;
	letter-spacing:2px;
}

.ticket{
	margin-top:15px;
}

.return{
	margin-top:12px;
	padding-bottom:30px;
	text-align:center;
	font-size:75%;
}

.return a{
	color:#d1570d;
}

.return a:hover{
	color:#FF8CB5;
}


/*--END(最終更新日2010/9/28)--*/
