/*--------------------------------*/
/*新商品／お勧め商品表示領域*/
/*--------------------------------*/
#right_area {
	float:right;
	width:235px;
}
.showcase {
	width : 235px;
	text-align:left;
}
.notice {
	padding:0 14px;
	width : 205px;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #98cd97;
	border-right:1px solid #98cd97;
	clear:both;
}
.notice:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .notice{height: 1em;overflow: visible;}
/**/
.notice_body {
	float:right;
	width : 435px;
}
.notice_text {
	width:306px;
	float:left;
}
.notice_img {
	width:100px;
	padding:0 0 0 5px;
	text-align:left;
	float:right;
}
.notice h2{
	float:left;
	width:100px;
	margin:0 0 5px 0;
	padding: 0 0px 0px 0;
	letter-spacing: 0px;
	color:#44b670;
	font-size: 80%;
	line-height:130%;
}
/* for safari 3 \*/
html[xmlns*=""] body:last-child .notice h2 {
	font-size: 70%;
}
/* end */ 
/* for safari 4 */
body:first-of-type .notice h2 {
	font-size: 70%;
}
/* end */ 
/* for firefox 2/3 */
html>/**/body .notice h2, x:-moz-any-link {
	font-size: 80% !important;
}
/* end */ 
.itemlistline
{
	width:525px;
	overflow:hidden;
}
.itemlistline:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .itemlistline{height: 1em;overflow: visible;}
/**/
.leftitem
{
	float:left;
	padding:0 0 10px 0;
	width:262px;
	text-align:left;
}
.rightitem
{
	float:right;
	padding:0 0 10px 0;
	width:262px;
	text-align:left;
}
.itemimage
{
	float:left;
	width:102px;
	margin-right:5px;
	border:none
}
.itemdesc
{
	float:right;
	width:128px;
	padding:0px 0px 0 0;
/*	font-size:80%;
	color:#FFFFCC;	*/
}
/*--------------------------------*/
/*商品カテゴリ表示領域*/
/*--------------------------------*/
#categories {
	margin-right:13px;
	padding : 0 0 2px 0;
	width : 277px;
	float : left;
}
.category_title {
	margin-top:5px;
	vertical-align:bottom;
}
.category_title img {
	border-width:0;
}
.category {
	border-left:1px solid #ddc0a0;
	border-right:1px solid #ddc0a0;
	padding : 0 10px;
	overflow:hidden;
}
/*Netscape用*/
.category:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .category {height: 1em;overflow: visible;}
/**/

.category_img {
	padding: 0 12px 0 0;
	width:102px;
	float:left;
}
.category_text {
	width:141px;
	float:right;
}
.category_text h2{
	margin:0px 0 0px 0;
	letter-spacing: 0px;
	color:#706c60;
	font-size: 88%;
}
.category_text h3{
	margin:0;
	letter-spacing: 0px;
	color:#44b670;
	font-size: 95%;
}
.category_desc {
	padding:10px 0 0 0;
	background-image : url(/parts/icon/category_bar.gif);
	background-position : top;
	background-repeat : repeat-x;
}
.category_text .icon {
	text-align:right;
}
