@charset "UTF-8";

/* =========================================================================
 ▼ログイン
========================================================================= */
#loginArea {
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 28px;
	color: #FFF;
	font-size: 80%;
}

#loginArea p {
	margin-top: 2px;
	padding-left: 10px;
	font-size: 130%;
	font-weight: bold;
}

.loginList {
	margin-top: 2px;
}

.loginList li {
	float: left;
	padding-left: 10px;
}

.loginBtn {
	position: absolute;
	top: 0;
	right: 0;
}






/* =========================================================================
 ▼リアルランキングメイン
========================================================================= */
#mainImg {
	position: relative;
	width: 1024px;
	height: 250px;
	margin-bottom: 20px;
}

#mainImgLink {
	position: absolute;
	top: 48px;
	right: 10px;
	width: 388px;
	height: 194px;
	z-index: 1;
}

/* =========================================================================
 ▼ランキングカテゴリ
========================================================================= */
.productsCategory h2 {
	width: 154px;
	height: 40px;
	padding-left: 46px;
	line-height: 40px;
	color: #69821B;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/products_category/imgback_category_title.gif) no-repeat;
}

.productsCategory li {
	width: 160px;
	height: 26px;
	margin: 16px auto 0;
	padding: 2px 0 0 20px;
	background: url(../img/products_category/imgback_category.gif) no-repeat;
}


.rankingCategory01 h2,
.rankingCategory02 h2,
.rankingCategory03 h2 {
	width: 200px;
	height: auto;
	margin-bottom: 15px;
	padding-left: 40px;
	font-weight: bold;
}

.rankingCategory01 h2 {
	color: #de9b24;
	background: url(../img/ico/ico_crown_gold00.gif) no-repeat left center;
}

.rankingCategory02 h2 {
	color: #888;
	background: url(../img/ico/ico_crown_silver00.gif) no-repeat left center;
}

.rankingCategory03 h2 {
	color: #c15f1a;
	background: url(../img/ico/ico_crown_copper00.gif) no-repeat left center;
}

.rankingCategory01 div {
	width: 200px;
	height: 571px;
	margin-bottom: 20px;
	padding-top: 15px;
	background: url(../img/bloc/ranking_category/imgback_crown_gold.gif) no-repeat;
}

.rankingCategory02 div {
	width: 200px;
	height: 501px;
	margin-bottom: 20px;
	padding-top: 15px;
	background: url(../img/bloc/ranking_category/imgback_crown_silver.gif) no-repeat;
}

.rankingCategory03 div {
	width: 200px;
	height: 571px;
	margin-bottom: 20px;
	padding-top: 15px;
	background: url(../img/bloc/ranking_category/imgback_crown_copper.gif) no-repeat;
}

.rankingCategory01 li,
.rankingCategory02 li,
.rankingCategory03 li {
	width: 180px;
	height: auto;
	margin: 10px 0 0 20px;
	padding-left: 20px;
}

.rankingCategory01 li {background: url(../img/ico/ico_arrow_gold00.gif) no-repeat left center;}
.rankingCategory02 li {background: url(../img/ico/ico_arrow_silver00.gif) no-repeat left center;}
.rankingCategory03 li {background: url(../img/ico/ico_arrow_copper00.gif) no-repeat left center;}







/* =========================================================================
 ▼トピックス
========================================================================= */
.topics {
	width: 654px;
	height: 242px;
	margin-bottom: 20px;
	background: url(../img/topics/imgback_topics.gif) no-repeat;
}

.topics h2 {
	width: 614px;
	height: 30px;
	padding-left: 40px;
	line-height: 30px;
	color: #0BF;
	font-size: 120%;
	font-weight: bold;
}

#topicsL {
	float: left;
	width: 260px;
	height: 190px;
	padding: 10px;
}

#topicsR {
	float: right;
	width: 354px;
	height: 186px;
	padding: 10px;
}

#topicsR li {
	height: 25px;
	padding-left: 20px;
	line-height: 25px;
	background: url(../img/ico/ico_arrow_blue00.gif) no-repeat left center;
}

#topicsR p a {
	height: 25px;
	padding-left: 20px;
	line-height: 25px;
	text-align: right;
	background: url(../img/ico/ico_arrow_blue00.gif) no-repeat left center;
}

/* =========================================================================
 ▼ランキングベスト3[トップ]
========================================================================= */
.imgbackPurple,
.imgbackRed,
.imgbackBlue {
	width: 654px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	padding: 5px 0 0 40px;
	font-size: 110%;
	font-weight: bold;
}

.imgbackPurple {background: url(../img/realranking_best3/imgback_purple.gif) no-repeat left center;}
.imgbackRed {background: url(../img/realranking_best3/imgback_red.gif) no-repeat left center;}
.imgbackBlue {background: url(../img/realranking_best3/imgback_blue.gif) no-repeat left center;}

.rankingBest3 table {
	margin-bottom: 30px;
}

.rankingBest3 th {
	width: 218px;
	text-align: center;
}

.rankingBest3 td {
	width: 212px;
	vertical-align: top;
	padding: 5px 0 0 6px;
}

.rankingBest3 p a {
	height: 25px;
	padding-left: 20px;
	line-height: 25px;
	text-align: right;
	background: url(../img/ico/ico_arrow_blue00.gif) no-repeat left center;
}

/* =========================================================================
 ▼新着情報
========================================================================= */
#news {
	position: relative;
	width: 654px;
	height: 380px;
	margin-bottom: 20px;
	background: url(../img/news/imgback_news.gif) no-repeat;
}

#news h3 {
	height: 32px;
	padding-left: 40px;
	line-height: 32px;
	color: #0BF;
	font-size: 120%;
	font-weight: bold;
}

.newsBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 420px;
	height: 32px;
}

.newsBtn li {
	float: right;
	padding-left: 10px;
}

#newsList {
	width: 634px;
	height: 310px;
	margin-top: 5px;
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
}

#newsList dt {
	width: 122px;
	clear: left;
	float: left;
	padding: 4px;
	border-top: solid 1px #CCC;
	border-left: solid 3px #CCC;
}

#newsList dd {
	padding: 5px 0 20px 150px;
	font-weight: bold;
}

.newsdetail {
	display: block;
	width: 100%	/* IE6 では width の指定が必要 */
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;    /* Opera 9-10 */
	text-overflow:    ellipsis;    /* IE, WebKit (Safari, Chrome), Firefox 7, Opera 11 */
	font-weight: normal;
}

/* =========================================================================
 ▼新着商品
========================================================================= */
#newItem {
	width: 654px;
	height: 380px;
	margin-bottom: 20px;
	background: url(../img/newitem/imgback_newitem.gif) no-repeat;
}

#newItem h3 {
	height: 32px;
	margin-bottom: 18px;
	padding-left: 40px;
	line-height: 32px;
	color: #0BF;
	font-size: 120%;
	font-weight: bold;
}


/*---▼jquery.jcarousel.js用---*/
/*
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}
*/
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    margin: 0 20px;
    width:  612px;
    height: 310px;
}
/*
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}
*/
.jcarousel-skin-tango .jcarousel-item {
    width: 144px;
    height: 310px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
/*
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
*/
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 310px;
    cursor: pointer;
    background: transparent url(../img/newitem/btn_newitem_r_off.gif) no-repeat 0 0;
}
/*
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
 */
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 310px;
    cursor: pointer;
    background: transparent url(../img/newitem/btn_newitem_l_off.gif) no-repeat 0 0;
}
/*
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
 */
/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/*---▲jquery.jcarousel.js用---*/