.base960 {
	width: 960px;
	margin-bottom: 15px;
}
.coupon {
	background-image: url(../ticket/images/ladies.jpg);
	height: 118px;
	width: 307px;
	margin-bottom: 20px;
}
.title_txt {
	font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #330000;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.syousai {
	font-size: 11px;
	font-weight: lighter;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.homepage {
	text-align: right;
	margin-left: 15px;
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.coupon a{/*リンクされた文字*/
    color:#330000;
    text-decoration:none;
}
.coupon a:link {/*未訪問のリンク*/
    color:#330000;
    text-decoration:none;
}
.coupon a:visited {/*訪問後のリンク*/
    color:#330000;
    text-decoration:none;
}
.coupon a:hover {/*マウスをのせたとき*/
	color:#330000;
	text-decoration:none;
}