@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:     genre.css
 UpdatedBy:     20100910-00:00
 Style Info:    ランキングTOPスタイル設定
----------------------------------------------------------- */


/* h1見出し
---------------------------------------- */
.lower #mainColumn h1 {
	margin: 17px 0;
	text-align: center;
}

/* h2マージン調整
---------------------------------------- */
#contents h2{
	margin-top:10px;
}


/* itemGroup要素
---------------------------------------- */
.itemGroup{
	margin-top: 10px;
}


/* itemContents要素
---------------------------------------- */

.item_left,
.item_center,
.item_right{
	width: 238px;
}
.item_left a,
.item_center a,
.item_right a{
	font-weight: bold;
}
.item_left{
	float: left;
}
.item_center{
	margin-left: 10px;
	float: left;
}
.item_right{
	float: right;
}

dl.item,
dl.pick_up,
p.item_foot{
	margin: 5px;	
}

dl.item{
	padding: 5px;
	width: 216px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}

dl.item dt a:link{
	font-weight: bold;
	color: #BF0000;
}
dl.item dt{
	margin-bottom: 3px;
}
dl.item img{
	float: left;
	margin-right: 5px;
}
dl.item dd.txt{
	float: right;
	width: 130px;
}

dd.txt .price{
	margin-top: -5px;
	padding-left: 20px;
	color:#BF0000;
	font-size:152%;
	font-weight:bold;
}
dd.price{
	text-align: right;
}

dd.txt .value{
	font-size:104%;
	font-weight:bold;
}
dd.txt img{
	line-height: 0;
}

dl.pick_up dt{
	font-weight: bold;
}

dl.pick_up li{
	background: url("http://a.ichiba.jp.rakuten-static.com/com/img/pdt/img/icon_list_arrow.gif") no-repeat left center;
	padding-left: 10px;
	font-weight: bold;
}
dl.pick_up li a:link{
	color: #696969;
}

.itemGroup p{
	float: right;
	background: url("http://a.ichiba.jp.rakuten-static.com/com/img/pdt/img/icon_list_arrow.gif") no-repeat left 5px;
	padding-left: 10px;
	width: 150px;
	font-size: 85%
}


/* h3要素
---------------------------------------- */
h3{
	background: #BF0000 url("http://a.ichiba.jp.rakuten-static.com/com/img/pdt/img/icon_arrow.gif") no-repeat 5px center;
	padding: 3px;
	padding-left: 25px;
	color: #FFFFFF;
}
.itemGroup h3 a{
	color: #FFFFFF;
}
.itemGroup h3 a:visited{
	color: #FFFFFF;
}

