/* CSS Document */


/* 商品一覧 */
.catalogu{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #684B2F;
	text-align:center;
	width:256px;
	}



/* 価格 */
.price{
	color: #990000;
	background-color: #F5EFE9;
	border-color: #990000;
	border-style:solid;
	border-width:thin;
	margin-top: 3px;
	margin-left:5px;
	font-size: 10px;
	width:220px;
	padding-left:5px;
	}


/* 商品詳細のリンクフォント */
.catalogu_link_font{
	font-size:11px;
	margin-top:55px;
	line-height:14px;
}

/* 商標登録 */
.trademark{
	background-color: #D7F2FF;
	border-color: #006699;
	border-style:solid;
	border-width:thin;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
/* ナフディン */
.naft{
	background-image:url(../01_catalogu/img/naftfrandion_bg01.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:right;
}

/* 商品詳細 */
.datail01{
	background-color:#FFCCCC;

}



