/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg_renga.gif) 0 0 repeat;
	text-align: center;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", Osaka, "lroSVbN";
	color: #333333;
}

body#Coupon {
	margin: 0;
	padding: 0;
	background: #fff ;
	text-align: center;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", Osaka, "lroSVbN";
	color: #333333;
}

.Clear {
	clear: both;
}

/* Cafe */

#CafeWrapper {
	width: 760px;
	margin: 0 auto;
	background: #FFF;
	text-align: center;
	clear: both;
	overflow: auto;
}

#CafeWrapper #BoxLeft {
	width: 342px;
	margin-left: 15px;
	float: left;
	vertical-align: top;
}

#BoxLeft #LPhoto {
	float: left;
	margin-right: 10px;
	width: 166px;
}

#BoxLeft p {
	text-align: left;
	line-height: 120%;
}

#CafeWrapper #BoxRgt {
	width: 390px;
	float: left;
	text-align: left;
}

#BoxRgt #RPhoto {
	float: left;
	margin-right: 10px;
	width: 198px;
}

#BoxRgt #Txt {
	float: right;
	width: 180px;
	clear: right;
	text-align: left;
	line-height: 120%;
}

#Photo2f {
	float: left;
	width: 225px;
	margin-left: 15px;
	vertical-align: top;
}

#Photo2fRgt {
	float: right;
	width: 495px;
	height: 200px;
	overflow: visible;
	background: url(../cafe/images/pic_04.jpg) right center no-repeat;
	text-align: left;
	line-height: 120%;	
}

#CouponWrapper {
	width: 580px;
	background: #FFFFFF;
	border: 10px double #cccccc;
	margin: 50px auto 50px;
	padding: 30px 0;
	font-size: 14px;
}


#CouponWrapper strong {
	 font-size: 36px;
}



