@charset "utf-8";



/* ----------------------------------------------------
	ヘッダ画像用にボディ背景を差し替え
---------------------------------------------------- */
body {
	background:#222 url(/common/images/bodyBg_small.png) 0 0 repeat-x;
}



/* ----------------------------------------------------
	主原料、機能　リスト
---------------------------------------------------- */
.layoutTable td {
	padding:0 10px;
	vertical-align:top;
}



/* ----------------------------------------------------
	テーブル用縦仕切り
---------------------------------------------------- */
.rb {
	border-right:1px solid #444;
}



/* ----------------------------------------------------
	外観　写真リスト
---------------------------------------------------- */
.itemPhoto li {
	margin-right:15px;
	float:left;
}



/* ----------------------------------------------------
	サイズ表
---------------------------------------------------- */
.aprRight {
	width:365px;
	float:right;
}

.aprRight h4 {
	margin-bottom:1em;
	padding:3px 8px;
	background:url(/common/images/dBorderHoriz.png) left bottom repeat-x;
	font-weight:bold;
}

.sTable {
	width:100%;
}
	
	.sTable th,
	.sTable td {
		padding:5px;
		text-align:center;
		vertical-align:middle;
		border:1px solid #373737;
		background-image:none;
	}
	
	.sTable th {
		font-weight:normal;
		background-color:#2E2E2E;
	}