/******************************
* itemlist.css
* 商品一覧のCSSファイルです
* 2007/08/20 yagi
******************************/
/* 商品一覧 全体 */
.item-list {
 	width: 500px;			/* 横幅 */
	padding: 0px;
	background-color: ;	/* 背景色 */
	border-color: ;
	border-width: 0px;
	border-style: solid;
	text-align: left;
	clear: both;
}

/* 項目 */
.item-list h3 {
	padding: 0px;				/* 余白 */
	color:#663300;				/* 項目文字色 */
	font-size:14px;				/* 項目文字サイズ */
	font-weight:bold;			/* 項目太字 */
	height: 50px;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url(../img/template0014/Image/bar02.gif);
	background-repeat: no-repeat;
}

/* 商品名 */
.item-list h4 {
	background-color: ;	/* 背景色 */
	margin-top: 2px;	/* 間隔　上 */
	padding: 0px;		/* 余白 */
	color: #666666;		/* 文字色 */
	font-size: 12px;			/* 文字サイズ */
	font-weight: normal;		/* 太字 */
	margin-bottom: 15px;
	font-weight: bold;
}
/* 商品ボックス */
.item-box {
	width: 500px;
	margin-bottom: 10px;
	padding: 0px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FCD4DD;
	float: right;
	clear: both;
}
/* 商品一覧のページャー */
.item-list .pager{
	padding: 5px;
	text-align: right;
}


/* 商品ボックスのテキスト */
.item-memo p {
	background-color: ;	/* 背景色 */
	padding: 3px;				/* 余白 */
	color: #666666;				/* 文字色 */
	font-size: 12px;				/* 文字サイズ */
	font-weight: normal;			/* 太字 */
}

/* 商品画像 */
.item-box .item-image{
	width: 200px;
	border-width: 0px;
	float: left;
	text-align: left;
	padding: 0px;
}

.item-box .item-image img {
	width: 170px;
	height: 170px;
	margin: 0px;
	padding: 0px;
}

/* 商品概要 */
.item-box .item-text {
}

/* リンクのデザイン */
.item-box a {
	font-size: 14px;
	text-decoration: none;
}

.item-list a:visited {
}

.item-list a:hover {
}

/* 下位カテゴリ一覧 */
.item-list-box{
 	width: 480px;	/* 横幅 */
	padding: 5px;	/* 余白 */
	float: left;		/* 左寄せ */
}
