@charset"Shift_JIS";/*---文字コード指定（日本語のコメント･日本語フォント指定の際は必須）---*/

/*===============================================================================
ページタイトル
===============================================================================*/
h1 {
	font-size: 100%;
	border-bottom: 1px solid #A2ACB5;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	color: #CF3242;
}
h2 {
	font-size: 100%;
	margin: 20px 0px 20px 0px;
	color: #A59E61;
}

/*===============================================================================
ページ分割
===============================================================================*/
p.categorylist {
	font-size: 80%;
	text-align: right;
	margin: 20px 0px 20px 0px;
}

/*===============================================================================
商品リスト
===============================================================================*/
table.itemlist {
	margin: 15px 0px 15px 0px;
	border-top: 1px solid #A2ACB5;
	border-left: 1px solid #A2ACB5;
	background-image: url(img/itemlist_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
table.itemlist th {
	font-weight: normal;
	border-right: 1px solid #A2ACB5;
	border-bottom: 1px solid #A2ACB5;
	background-color: #FFFFFF;
}
table.itemlist td {
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #A2ACB5;
	border-bottom: 1px solid #A2ACB5;
}
table.itemlist td p {
	margin: 0px 0px 0px 0px;
}
table.itemlist td h2 {
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-weight: normal;
}
table.itemlist td p.categories {
	font-size: 80%;
	text-align: right;
}

/*===============================================================================
日付・カテゴリテキスト
===============================================================================*/
p.entrydate {
	font-size: 80%;
	text-align: right;
	margin: 20px 0px 20px 0px;
	color: #999999;
}

/*===============================================================================
強調
===============================================================================*/
p strong {
	color: #DD0000;
}

/*===============================================================================
アドセンス
===============================================================================*/
div.adsense {
	margin: 30px 0px 30px 0px;
}

/*===============================================================================
ショップリスト
===============================================================================*/
ul.storelist {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
ul.storelist li {
	list-style-type: none;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(img/icon_menu3.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
ul.storelist li.text {
	list-style-type: none;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 12px;
	background-image: none;
}
ul.yadolist {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	border-bottom: 1px solid #A2ACB5;
}
ul.yadolist li {
	list-style-type: none;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(img/icon_menu3.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
ul.yadolist li.text {
	list-style-type: none;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 12px;
	background-image: none;
	text-align: right;
	font-size: 80%;
}
ul.pagelistlist {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	border-bottom: 1px solid #A2ACB5;
}
ul.pagelistlist li {
	list-style-type: none;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(img/icon_menu3.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
ul.pagelistlist li.text {
	list-style-type: none;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 12px;
	background-image: none;
	text-align: left;
	font-size: 80%;
	color: #666666;
}
div.catitemlist{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(img/icon_menu3.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom: 1px solid #A2ACB5;
}
.text10 {
	font-size: 80%;
	text-align: left;
}
.font10 {
	font-size: 80%;
	text-align: left;
}


/*===============================================================================
ショップリスト
===============================================================================*/
table.gooditem {
	border-bottom: 1px dotted #AEB9C6;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
table.gooditem div.item {
	border: 1px solid #D1D7DE;
}
table.gooditem div.name {
	font-weight: bold;
	color: #126480;
	text-align: left;
}
table.gooditem div.comment {
	color: #666666;
	font-size: 80%;
}
table.gooditem div.price {
	color: #DD0000;
}
div.catitemlist2 {
	width: 142px;
	padding: 1px 2px 1px 12px;
	float: left;
	background-image: url(img/icon_menu2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 80%;
}