@charset "EUC-JP";
/* CSS Document */

/*
=================================================================================
メインイメージ
*/
.cover .icon {
	margin: -110px 0 0 0;
	position:relative;
	right:-625px;
	padding: 0;
	height: 120px;
	width: 120px;
	z-index: 10;
}
.cover {
	padding:0;
	margin-bottom:13px;
}
.cover h1 {
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:735px;
	height:294px;
	background:url(../images_top/cover.jpg) no-repeat;
}

/*
=================================================================================
ショッピング枠の現金化って？＆お知らせWrapper
*/
.top_information {
	width:357px;
	float:left;
	margin:0;
	padding:0;
}

/*
=================================================================================
ショッピング枠の現金化って？
*/
.what {
	width:357px;
	margin:0 0 13px 0;
	padding:0;
}

.what h2{
	width:357px;
	height:28px;
	background:url(../images_top/what_title.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 12px 0;
	padding:0;
}

.what p{
	margin-bottom:12px;
}

.what .more {
	margin:0;
	padding:0;
}

.what .more a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

/*
=================================================================================
お知らせ
*/
.news {
	width:357px;
	height:173px;
	margin:0 0 21px 0;
	padding:0;
}

.news h2{
	width:357px;
	height:28px;
	background:url(../images_top/news_title.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 8px 0;
	padding:0;
}

.news .body{
	height:137px;
	max-height:137px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding:0;
	margin:0;
}

.news .body .description{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}

.news dl dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
}

.news dl dt.date{
	font-size:10px;
	pdding:0;
	margin:0;
}
/*
=================================================================================
バナー
*/

ul.banners {
	width:357px;
	float:right;
}

ul.banners li {
	text-indent:-9999px;
	width:357px;
	height:84px;
	margin-bottom:13px;
}

ul.banners li a{
	display:block;
	width:357px;
	height:84px;
}

ul.banners li a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
}

ul.banners li.female {
	background:url(../images_top/banners_female.jpg) no-repeat;
}

ul.banners li.woman {
	background:url(../images_top/banners_woman.jpg) no-repeat;
}

ul.banners li.after {
	background:url(../images_top/banners_after.jpg) no-repeat;
}

ul.banners li.spring {
	background:url(../images_top/banners_spring.gif) no-repeat;
}

ul.banners li.summer {
	background:url(../images_top/banners_summer.jpg) no-repeat;
}

ul.banners li.present{
	background:url(../images_top/banners_present.gif) no-repeat;
}

/*
=================================================================================
コンテンツナビゲーション（トップページ専用スタイル）
*/
#contents_navi li dl dd.button a {
	height:34px;
}
#contents_navi li dl dd.body {
	display:block;
}
#contents_navi dd.button a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
}

#contents_navi li dl.cashback dd.button a{
	background:url(../images_top/contents_navi_button_cashback.gif) no-repeat;
}
#contents_navi li dl.time dd.button a{
	background:url(../images_top/contents_navi_button_time.gif) no-repeat;
}
#contents_navi li dl.flow dd.button a{
	background:url(../images_top/contents_navi_button_flow.gif) no-repeat;
}
#contents_navi li dl.faq dd.button a{
	background:url(../images_top/contents_navi_button_faq.gif) no-repeat;
}

/* IE6,7のみ適用 */
* html #contents_navi li{ padding-top:0; }
*:first-child+html #contents_navi li{ padding-top:5px;}
