@charset "utf-8";

/* ========================================

Copyright (C) 株式会社アクセスネット情報技研. All Right Reserved.
最終更新日: 2011年2月2日　XHTML 1.0 Transitional

０９：テーブル


■会社概要テーブル　.dataTable

■商品情報テーブル　.layoutTable

■WordPress　記事テーブル　.newTable
======================================== */



/* ========================================
　　■０９：テーブル
======================================== */

/* ■会社概要テーブル .dataTable
---------------------------------------- */
div#cMainArea table.dataTable {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 730px;
	background-color: #c5ddb7;
	font-size: 83%;
	line-height: 1.4;
}

table.dataTable th {
	padding: 15px;
	background-color: #ecfbe3;
	text-align: center;
	font-weight: normal;
	width: 150px;
}

table.dataTable td {
	padding: 15px;
	background-color: #ffffff;
	text-align: left;
}



/* ■商品情報テーブル .layoutTable
---------------------------------------- */
div#cMainArea table.layoutTable {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	width: 730px;
	background-color: #ffffff;
	font-size: 100%;
	border: none;
	color: #583c32;
}

table.layoutTable th h3 {
	margin: 0px;
	padding: 10px 0px;
	font-size: 90%;
	line-height: 1.0;
	background-image:url(../com_images/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #583c32;
	text-align: left;
}

/* 左側　商品画像 */
table.layoutTable td.img420 {
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

table.layoutTable td {
	padding: 4px 0px 15px 0px;
	margin: 0px;
}

/*　テーブル　商品説明文 .txtTable  */
table.txtTable {
	width: 270px;
	margin: 0px;
	padding: 0px;
	font-size: 74%;
	border: none;
	line-height: 1.6;
	letter-spacing: 0.08em;
	background-color: #ffffff;
	color: #583c32;
}

/* ■WordPress　記事テーブル .newTable
---------------------------------------- */
div.post table.newTable {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 730px;
	background-color: #ffffff;
	font-size: 100%;
	border: none;
	color: #583c32;
	font-size: 86%;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

div#cMainArea div.post table.newTable p {
	font-size: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

div#cMainArea div.post table.newTable h3 {
	padding: 2px 18px 0px 18px;
	font-size: 100%;
	line-height: 3.0;
	letter-spacing: 0.05em;
	background-image: url(../com_images/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #225306;
}

div#cMainArea div.post table.newTable h4 {
	padding: 0px 18px;
	font-size: 94%;
	line-height: 2.0;
	letter-spacing: 0.01em;
	background-image: url(../com_images/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

