/*CSS Documenmt */
@import url("global.css"); !--共通--!

ul {
list-style-type: none;
}

.menu-title{
	margin:0px 0px 5px 0px;
}
#coupon-table{
	width:759px;
	margin:20px 20px 20px 20px;
	border:1px solid #666666;

}
.ticket{
	background-image:url(../images/coupon/ticket2.jpg);
	width:253px;
	height:220px;
	border-width:0px 1px 1px;
	border-color:#999999;
	border-style:dashed;	
}
.ticket{
	background-image:url(../images/coupon/ticket2.jpg);
	width:253px;
	height:250px;
	border-width:0px 1px 1px;
	border-color:#999999;
	border-style:dashed;	
}
.ticket-text{
margin:50px 20px 0px 20px;
color:#333333;
font-size:120%;
font-weight:bold;
border-bottom:1px dotted #CC0000;
height:55px;
}
.price{
color:#CC0000;
font-size:120%;
margin-left:5px;
}
.joken{
color:#333333;
margin:10px 20px 10px 20px;
font-size:90%;
height:60px;
}
.kigen{
color:#333333;
margin:10px 20px 10px 20px;
font-weight:bold;
}
.hr{
border-bottom:1px dashed #996633;
margin:5px 0px 10px 0px;
height:10px;
}
.top{
margin:0px 0px 20px 650px;
}
