@charset "Shift_JIS";

/* ----------------------------------------
   トップ　CSS
---------------------------------------- */
.contentArea h1#coupon {
	width: 570px;
	height: 60px;
	margin: 10px 0 0 0;
	display: block;
	text-indent: -4000px;
	font-size: 1px;
	overflow: hidden;
	background: url(../images/coupon/top_h1.gif) no-repeat;
	}

/*-----------クーポン(最初の１つ)-----------*/
div.couponArea{
	overflow: hidden;
	}

div.couponArea div.coupon1 {
	width: 568px;
	border: 1px solid #e0e0e0;
	background: url(../images/coupon/bg_coupon.gif) repeat #fffde1;
	overflow: hidden;
	}
div.couponArea div.coupon1 h3{
	height: 35px;
	width: 260px;
	margin: 5px 0px 0px 5px;
	padding-left: 47px;
	background: url(../images/coupon/cpttl_hotel.gif) no-repeat left top;
	/* 家→cpttl_home　食事→cpttl_eat　ホテル→cpttl_hotel　美容→cpttl_beauty */
	}
div.couponArea div.coupon1 h3 span{
	padding-right: 30px;
	line-height: 35px;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	display: block;
	background: url(../images/coupon/cpttl_back.gif) no-repeat right top;
	}
div.couponArea div.coupon1 div.cp_main{
	margin: 2px 10px 10px 10px;
	overflow: hidden;
	}
div.couponArea div.coupon1 div.cp_main img{
	float: left;
	display: block;
	}
div.couponArea div.coupon1 div.cp_main p{
	padding: 8px 12px 5px 12px; 
	margin-left: 210px;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	}

div.couponArea div.coupon1 a.btn_coupon{
	width: 100px;
	height: 18px;
	margin-left: 210px;
	text-indent: -4000px;
	font-size: 1px;
	display: block;
	background: url(../images/coupon/b_coupon_blue.gif) no-repeat;
	overflow: hidden;
	}

/*-----------クーポン(２つ目以降)-----------*/
div.couponArea div.coupon {
	float: left;
	width: 284px;
	margin: 4px 2px 0 0;
	background: url(../images/coupon/bg_coupon.gif) repeat #fffde1;
	overflow: hidden;
	}
div.couponArea div.coupon h3{
	height: 19px;
	padding: 2px 0 0 12px;
	font-weight: bold;
	background: url(../images/coupon/ttl_back.gif) no-repeat;
	}
div.couponArea div.coupon h3 span{
	padding-left: 3px;
	}
div.couponArea div.coupon div.cp_main{
	padding: 5px 5px 5px 8px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	}
div.couponArea div.coupon div.cp_main img{
	float: left;
	width: 100px;
	display: block;
	}
div.couponArea div.coupon div.cp_main p{
	float: right;
	width: 152px;
	height: 7.5em;
	padding: 5px; 
	margin-bottom: 5px;
	line-height: 1.4em;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	}
div.couponArea div.coupon a.btn_coupon{
	width: 100px;
	height: 18px;
	margin: 0 0 0 108px;
	text-indent: -4000px;
	font-size: 1px;
	display: block;
	background: url(../images/coupon/b_coupon_blue.gif) no-repeat;
	overflow: hidden;
	}



/*-----------インフォメーション-----------*/
.contentArea h1#info {
	width: 568px;
	height: 20px;
	margin-top: 10px;
	display: block;
	text-indent: -4000px;
	font-size: 1px;
	overflow: hidden;
	background: url(../images/topics.gif) no-repeat #eeeeee;
	border: 1px solid #dddddd;
	border-bottom-width:0;
	}

.contentArea ul.topicBox {
	width: 548px;
	padding:5px 10px 10px 10px;
	margin-bottom:2px;
	background:#efefef;
	border: 1px solid #dddddd;
	border-top-width:0;
	}
.contentArea ul.topicBox li {
	list-style: disc outside;
	margin-left:20px;
	margin-bottom:3px;
	vertical-align:middle;
	}
.contentArea ul.topicBox li img {
	vertical-align:middle;
	}

/*
.contentArea h2 {
	width: 570px;
	height: 20px;
	margin-bottom: 3px;
	text-indent: -4000px;
	font-size: 1px;
	background: url(../images/info_title.gif) no-repeat;
	margin-top: 10px;
	}
*/
.contentArea div.q_menu{
	overflow: hidden;
	}
.contentArea div.q_menu div{
	float: left;
	width: 282px;
	height: 10.3em;
	margin-right: 2px;
	background: url(../images/qmenu_back.gif) repeat-x left bottom #e5f6f9;
	border: 1px solid #e0e0e0;
	}
.contentArea div.q_menu  h2 {
	width: 282px;
	height: 18px;
	text-indent: -4000px;
	font-size: 1px;
	background: url(../images/topics.gif) no-repeat;
	}
.contentArea div.q_menu  h2#member {
	background: url(../images/member.gif) no-repeat;
	margin: 0;
	}
.contentArea div.q_menu  h2#nomember {
	background: url(../images/nonmember.gif) no-repeat;
	margin: 0;
	}


.contentArea div.info ul,
.contentArea div.q_menu ul {
	margin: 5px 15px 15px 30px;
	}
.contentArea div.topics ul li,
.contentArea div.q_menu ul li {
	list-style: disc outside;
	}

div.bunner {
	float: left;
	margin: 10px 5px 0 0;
	}

div.bunner2 {
	margin:10px 16px 0 0;
	padding:5px;
	background:#e0f0ff;
	border:1px solid #ddd;
	}
div.bunner2 img{
	border:1px solid #fff;
	}



