/******************************
* itemlist.css
* 商品一覧のCSSファイルです
* 2007/08/20 yagi
******************************/
/* 商品一覧 全体 */
.item-list {
	width: 440px;
	padding: 5px;
	text-align: left;
	float: left;
}
.item-list /* 項目 */
 h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	color: #990000;
	font-size: 120%;
	font-weight: bold;
}

/* 商品名 */
.item-list h4 {
	background-color: ;	/* 背景色 */
	margin-top: 2px;			/* 間隔　上 */
	padding: 0px;			/* 余白 */
	color: #666666;			/* 文字色 */
	font-size: 12px;			/* 文字サイズ */
	font-weight: normal;		/* 太字 */
}

/* 商品一覧のページャー */
.item-list .pager{
	padding: 5px;
	text-align: right;
}

/* 商品ボックス */
.item-box {
	width: 370px;			/* 横幅 */
	margin: 3px;			/* 間隔 */
	padding: 5px;			/* 余白 */
	float: left;			/* 左詰め */
	border-bottom-width: 1px;
	border-bottom-color: #996600;
	border-bottom-style: dotted;
}

/* 商品ボックスのテキスト */
.item-box p {
	background-color: ;	/* 背景色 */
	padding: 3px;				/* 余白 */
	color: #666666;				/* 文字色 */
	font-size: 10px;				/* 文字サイズ */
	font-weight: normal;			/* 太字 */
}

/* 画像 */
.item-box img{
	margin:	0px;		/* 間隔 */
}
.item-list      .item-name     h4    a  {
	font-weight: bolder;
	font-size: 120%;
	color: #A50101;
}
.item-list .item-price {
	font-weight: bolder;
	color: #FF0000;
	clear: both;
	text-align: right;
	margin-right: 20px;
	font-size: 110%;
}
.item-price .kouri {
	font-weight: normal;
	color: #666666;
		font-size: 80%;
}



/* PRアイコン */
.item-box .icon-pr {
	padding: 1px;
	clear: both;
}

/* 商品画像 */
.item-box .item-image img {
	padding: 5px;
	width: 120px;
	height: 100px;
	float: left;
}

/* 商品概要 */
.item-box .item-text {
}

/* リンクのデザイン */
.item-list a {
	text-decoration: none;
	color: #993300;				/* 通常 */
}

.item-list a:visited {
	color: #990000;				/* 訪問済 */
}

.item-list a:hover {
	color: #FF3333;				/* マウスが乗っている時 */
}

