@charset "UTF-8";
/* CSS Document */

.TopBunarea{
width:785px;
margin:0 0 10px 5px;
padding:0;
overflow:hidden;
}



.TopBunarea .TopBunHead{
display:block;
width:785px;
padding:0;
overflow:hidden;
margin-bottom:10px;
}

.TopBunarea .TopBunHead a{
	display:inline-block;
	margin:0;
	padding:0;
}
.TopBunarea .TopBunHead a:link,
.TopBunarea .TopBunHead a:visited { filter:alpha(opacity=100); -moz-opacity:1.0;  opacity:1.0;}
.TopBunarea .TopBunHead a:hover { filter:alpha(opacity=47) !important;  -moz-opacity:0.47 !important; opacity:0.47 !important;}


.TopBunarea .TopBunMain{
width:595px;
height:174px;
float:left;
margin:0 10px 0 0;
padding:0;
text-align:left;
}

.TopBunarea .TopBunLeft{
width:180px;
height:174px;
float:left;
margin:0;
padding:0;
}

.TopBunarea .TopBunLeftT{
width:180px;
height:85px;
margin:0 0 4px 0;
padding:0;
overflow:hidden;
}

.TopBunarea .TopBunLeftU{
width:180px;
height:85px;
margin:0;
padding:0;
overflow:hidden;
}

.TopBunarea .TopBunRightM {
	margin-bottom:5px;	
}

.TopBunarea .TopBunRightM a{
	display:inline-block;
	margin:0;
	padding:0;
}

.TopBunarea .TopBunRightM a:link,    
.TopBunarea .TopBunRightM a:visited { filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;}
.TopBunarea .TopBunRightM a:hover   { filter:alpha(opacity=47); -moz-opacity:0.47; opacity:0.47;}



.TopBunarea .TopBunRightC a{
	display:inline-block;
	margin:0;
	padding:0;
}

.TopBunarea .TopBunRightC a:link,
.TopBunarea .TopBunRightC a:visited { filter:alpha(opacity=100); -moz-opacity:1.0;  opacity:1.0;}
.TopBunarea .TopBunRightC a:hover   { filter:alpha(opacity=47);  -moz-opacity:0.47; opacity:0.47;}


#centerBox {
	width: 595px;
	margin:0 10px 0 5px;
	float: left;
	display: inline;
	font-size: 10px;
	line-height: 1.4;
	text-align:center;
}
.box {
	margin-bottom: 10px;
}


.box_right{
	text-align:center;
	margin-bottom: 10px;
	padding:0;
	display:block;
	background-color:#fff;
}

.box_right a{
	display:inline-block;
	margin:0;
	padding:0;
}
.box_right a:link,
.box_right a:visited { filter:alpha(opacity=100); -moz-opacity:1.0;  opacity:1.0;}
.box_right a:hover { filter:alpha(opacity=47) !important;  -moz-opacity:0.47 !important; opacity:0.47 !important;}


/** NEW ARRIVAL **/
#new_arrival {
	position: relative;
	width:593px;
	height: 323px;
	border:#dddddd solid 1px;
}

#new_arrival h2 {
	position: absolute;
	left: 3px;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 152px;
	height: 34px;
	background: url(../../../img/2010/top/ttl_newarrival.png) no-repeat;
	z-index: 1;
}

#new_arrival .new_arrivalLink{
	position: absolute;
	left: 13px;
	top: 35px;
	width: 80px;
	height: 11px;
	z-index: 1;
	overflow:hidden;
}

#new_arrival .new_arrivalLink a{
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	width: 80px;
	height: 11px;
	background: url(../../../img/2010/top/btn_newarrival_more.png) no-repeat;
}

#new_arrival ul {
	/*padding-top: 6px;*/
	padding:0;
	margin: 20px 0 0 19px;
}

#new_arrival ul li {
	float: left;
	margin-right: 10px;
	margin-top:4px;
	width: 135px;
	height: 140px;
	position: relative;
}

#new_arrival ul li p a {
	display: block;
	position: absolute;
	left: 0;
	top: 103px;
	padding:0;
}

#new_arrival ul li.last {
	margin-right: 0;
}

#new_arrival ul li a {
	float: left;
}

#new_arrival_bottom {
	clear: both;
}


/** PICKUPアイテム**/

#pickup_items:after{
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

#pickup_items h2 {
	background: url(../../../img/2010/top/ttl_top_pickupitems.jpg);
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 12px;
}

#pickup_items h2:after{
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

#pickup_items_box{
	width:589px;
	height:409px;
	border:#dddddd solid 3px;
	text-align:center;
	overflow:hidden;	
}



#pickup_items ul {
	width:575px;
	margin:10px auto;
	text-align:left;
}

#pickup_items ul:after{
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

#pickup_items li {
	float: left;
	margin-right: 15px;	
	width: 100px;
	height:197px;
}

* html #pickup_items li {
	width: 100px;
	margin-right: 15px;	
}

#pickup_items li.last {
	margin-right: 0;
}

#pickup_items li img {
	margin-bottom: 10px;
}

#pickup_items p {
	padding: 0;
}

#pickup_items li a {
	float: left;
}

/** 最近チェックしたアイテム**/

#recent_checked:after{
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

#recent_checked h2 {
	background: url(../../../img/2010/top/ttl_recent_checked.jpg);
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 12px;
}

#recent_checked h2:after{
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

#recent_checked_box{
	width:589px;
	height:405px;
	border:#dddddd solid 3px;
	text-align:center;
	overflow:hidden;
}

#recent_checked ul {
	width:575px;
	margin:10px auto;
	text-align:left;
}

#recent_checked ul:after{
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}



#recent_checked li {
	float: left;
	margin-right: 15px;	
	width: 100px;
	height:197px;
}

* html #recent_checked li {
	width: 100px;
	margin-right: 15px;	
}

#recent_checked li.last {
	margin-right: 0;
}

#recent_checked li img {
	margin-bottom: 10px;
}

#recent_checked p {
	padding: 10px 5px;
	text-align:left;
}

#recent_checked li a {
	float: left;
}

.redTxt {
	color: #B81518;
}

/** 右カラム　**/
#rightBox {
	width: 180px;
	float: right;
	display: inline;
	font-size: 10px;
	line-height: 1.4;
	text-align:left;
	overflow:hidden;
}

/** Weekly Ranking　**/
#weekly_ranking h2 {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../../img/2010/top/ttl_ranking.jpg);
	height: 24px;
}


/** Weekly Ranking　**/
.weekly_ranking_more{
	display: block;
	width: 180px;
	height:17px;
	border-bottom:#999999 1px dotted;
}

.weekly_ranking_more a {
	display: block;
	width: 37px;
	height:16px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../../img/2010/top/btn_rank_more.jpg);
	float:right;
}

.weekly_ranking_more a:link,.weekly_ranking_more a:visited {background-position:top;}
.weekly_ranking_more a:hover {background-position:bottom;}


.rankingBox li {
	width:180px;
	height: 93px;
	border-bottom:#999999 1px dotted;	
}

.rankingBox dd {
	padding: 30px 0 0 0;
}

.ranking_1 { background: url(../../../img/2010/top/bg_best1.jpg) no-repeat;}
.ranking_2 { background: url(../../../img/2010/top/bg_best2.jpg) no-repeat;}
.ranking_3 { background: url(../../../img/2010/top/bg_best3.jpg) no-repeat;}

.ranking_1 img, .ranking_2 img, .ranking_3 img {
	float: right;
	margin-top:5px;
}


/** News and Info　**/
#news_info {
	position: relative;
}

#news_info h2{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../../../img/2010/top/ttl_newsinfo.jpg);
	height: 24px;
}

.news_info_more{
	display: block;
	width: 178px;
	height:18px;
	border-left: solid 1px #E3DFDA;
	border-right: solid 1px #E3DFDA;	
}

.news_info_more a {
	display: block;
	width: 41px;
	height:16px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../../img/2010/top/btn_news_more.jpg);
	float:right;
}

.news_info_more a:link,.news_info_more a:visited {background-position:top;}
.news_info_more a:hover {background-position:bottom;}



#TopNewsandInfoScbox {
	width: 178px;
	height: 107px;
	overflow: auto;
	border-left: solid 1px #E3DFDA;
	border-bottom: solid 1px #E3DFDA;
}

#TopNewsandInfoScbox dl {
	clear: both;
	margin: 10px 0 0 8px;
	
}


/*
#TopNewsandInfoScbox dt {
	width: 40px;
	float: left;
	font-size: 11px;
}

#TopNewsandInfoScbox dd {
	width: 100px;
	float: left;
	margin-bottom: 6px;
}
*/

#TopNewsandInfoScbox dt {
	width: 40px;
	font-size: 12px;
	margin:5px 0 0 0;
	padding:0;
	line-height:11px;
}

#TopNewsandInfoScbox dd {
	width: 140px;
	margin-bottom: 12px;
	color:#d70031;
}

#TopNewsandInfoScbox dd a {
	width: 140px;
	margin-bottom: 12px;
	color:#000000;
	text-decoration:none;
}

#TopNewsandInfoScbox dd a:hover{
	width: 140px;
	margin-bottom: 12px;
	color:#d70031;
	text-decoration:none;
}


.rankingBox {
	width:180px;
}


#top_Brands {
	width:180px;
}

#top_Brands h2{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../../../img/2010/top/ttl_brand.jpg);
	height: 24px;
	margin-bottom:5px;
}

