@charset "utf-8";

/* *****************************************************
 *	1.top image
 *	2.left area
 *		* layout
 *		* title
 *		* news
 *		* contents
 *	3.right area
 *		* layout
 *		* title
 *		* banner
 *		* box
 *		* link
 *		* new press
 * *****************************************************/


/* *****************************************************
 *	1.top image
 * *****************************************************/
p.image{
	margin-bottom:30px;
}

/* title
-------------------------------------------------------*/
div.main h3.pagetitle{
	width:890px;
	height:40px;
	margin-bottom:35px;
	text-indent:-9999px;
	background:url(../../commodity/images/pagetitle01.jpg) no-repeat;
}

div.main h3.subtitle{
	width:870px;
	height:24px;
	margin:10px auto;
}

div.main p.text{
	line-height:1.6;
	margin-bottom:15px;
}

div.main p.contact{
	margin-bottom:20px;
}

table.typelist{
	width: 870px;
	margin:0 auto 25px;
	border-collapse: collapse;
}
	
	table.typelist td {
		line-height: 1.2;
	}
	
	table.typelist td img {
		margin-bottom:5px;
	}
	
	table.typelist td p {
		margin-bottom:5px;
		text-align:center;
	}

	table.typelist td p.size {
		margin-bottom:0px;
		text-align:center;
	}

	table.typelist td p.price {
		margin-bottom:10px;
		text-align:center;
		font-weight: bold;
		color:#CC0033;
	}

.red{
	color:#CC0033;
}


