﻿@charset "utf-8";

/*******************************/
/* 家具・家電の商品カタログ    */
/*******************************/
.table_catalog{
	margin : 0px;
	padding : 0px;
	width : 100%;

/*	background: blue;*/
}

/* メインテーブル 基本となるtr */
.table_catalog tr{
	font-size: 10pt;
	font-weight: normal;

/* 2010/03/26 ish ST */
/*	color: #FF6666; */
/* 2010/03/26 ish ED */

	text-align : center;
	vertical-align : middle;

/*	background: blue;*/
}

/* メインテーブル 基本となるtd */
.table_catalog td{
	width : 33%;

/*	background: silver;*/
}

/* メインテーブル 商品画像 */
.table_catalog tr.itemimage{
	height : 100px;

/*	background: red;*/
}

/* メインテーブル 商品名 */
.table_catalog tr.itemname{


/*	background: blue;*/
}

/* メインテーブル 商品金額 */
.table_catalog tr.itemprice{

	text-align: right;

/*	background: yellow;*/
}


