/* CSS Document */

@media print {
body {zoom: 95%;}
.totop {display:none;}
#copyright {display:none;}
#couponClose  {display:none;}
}

body {
	margin:0;
	padding:0;
}

.f12_b {
	font-weight:bold;
}

#coupon {
    width: 640px;
    margin: 0 auto;
}

#coupon2 {
    width: 640px;
    line-height: 1.4;
    text-align: left;
    margin: 20px auto;
}

#coupon2 dl { margin: 0 }

#coupon2 dt {
    border-bottom: 1px solid #CCCCCC;
    border-left: 5px solid #999999;
    background-color: #EEEEEE;
    font-weight: bold;
    padding: 3px 8px;
    margin: 0 0 8px 0;
}

#coupon2 dd {
    margin: 0 0 15px 8px;
    line-height: 1.5;
}

#hotelinfo {
    width: 624px;
    margin: auto;
    background-color: #f7f1e5;
    padding: 8px;
	margin:10px 0;
	font-size:12px;
	line-height:1.5;
	color:#333333;
}

#hotelinfo p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

#coupon3 {
    width: 430px;
    line-height: 1.4;
    text-align: left;
    margin: 20px 0px 0px;
}

#couponClose {
    text-align: right;
}

#copyright {
    background-color: #EBE8E2;
    font-size: 10px;
    color: #999999;
    padding: 5px;
    margin: 10px 0 10px 0;
    text-align: center;
    clear: both;
}

#copyright a:link {
    color: #999999;
    font-weight: normal;
}

#copyright a:visited {
    color: #999999;
    font-weight: normal;
}

#copyright a:hover {
    color: #000000;
    font-weight: normal;
}

#copyright a:active {
    color: #666666;
    font-weight: normal;
}


