.main_image{
	height: 150px;
}

.coupon_box {
	margin: 10px 20px 10px 20px;
	background-color: white;
	height: 600px;
	background-image: url(../images/coupon/coupon_bg.jpg) ;
	background-repeat: repeat-y;
}

.ryoukin {
	font-size: 14px;
	color: yellow;
	font-weight: bold;
}

.left_img {
	margin: 20px 10px 10px 38px;
	float:left;
	width: 200px;
}

.txt_01 {
	font-size: 10pt;
	margin: 10px;
	color: white;
	
}
.exp_txt{
	font-size: 10pt;
	margin: 10px 38px 10px 39px;
	color: gray;
}

.dot_line {
	text-align:center;
	margin: 10px 38px 10px 39px;
	height:1px;
	width: 483px;
	border-bottom: 1px dotted gray;
}

.cut_line {
	text-align:center;
	margin-bottom:20px;
}


.comment_box {
	margin: 0px 38px 10px 10px;
	padding-top:20px;
	font-size: 12pt;
	color: black;
	line-height:120%;
}

.comment_box dl{
	margin: 0px;
	padding:0px;
}
.comment_box dt {
	font-weight:bold;
}
.comment_box dd {
	margin-left:10px;
}


