/* テーブルブロック */
.table-form{
	width: 100%;/* テーブル幅 */
	border-spacing: 1px;/* スペーシング */
	background-color:#777;/* 背景色 */
	}
.table-form th{
	font-size:small;
	width: 140px;
	background-color:#F5F2E9;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	}
.table-form td{
	background-color:white;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	}
.table-form p{
	margin:2px;
	}
.table-form strong{
	font-size:small;
	font-weight:normal;
	}
.sousin{
	text-align:center;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#F5F2E9;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	}
/* 価格表 */	
.kakaku-left{
	float:left;
	text-align:left;
	width:290;
	margin-right:10px;
	}
.kakaku-left td{
	font-size: 14px;
	font-weight:bold;
	}
.kakaku-right{
	float:left;
	width:290;
	margin-right:0px;
	}
/* 価格表テーブルブロック */	
.table-price{
	width: 100%;/* テーブル幅 */
	border-spacing: 1px;/* スペーシング */
	background-color:#777;/* 背景色 */
	border: 1px solid #777;/* 外枠ボーダー */
	}
#td-head{
	font-size:x-small;
	font-weight:normal;
	text-align:center;
	background-color:#F5F2E9;/* 背景色 */
	padding:2px;
	}
.table-price th{
	text-align:center;
	background-color:#F5F2E9;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	}
.table-price td{
	text-align:right;
	background-color:white;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	
	}
.table-price td div{
	padding-left:5px;
	padding-right:5px;
	}
/* 支払いテーブルブロック */	
.table-pay{
	width: 100%;/* テーブル幅 */
	border-spacing: 1px;/* スペーシング */
	background-color:#777;/* 背景色 */
	border: 1px solid #777;/* 外枠ボーダー */
	}
.table-pay td{
	text-align:left;
	background-color:white;
	padding:0px;
	}
.table-pay td div{
	padding:4px;
	}
.table-pay td h3{
	font-size:small;
	font-weight:normal;
	color:white;
	text-indent:0px;
	text-align:center;
	background-color:#cabb89;/* 背景色 */
	background-image:none;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:0px;
	margin-bottom:0px;
	}
/* 通販法テーブルブロック */	
.table04{
	width: 100%;/* テーブル幅 */
	border-spacing: 1px;/* スペーシング */
	background-color:#777;/* 背景色 */
	border: 1px solid #777;/* 外枠ボーダー */
	}
.table04 th{
	width: 100px;
	background-color:#F5F2E9;
	text-indent:0.5em;/* 字下げ */
	padding:5px;
	}
.table04 td{
	background-color:white;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	}
/* フォーム見出し */	
.jyoho{
	color:black;
	text-align:center;
	font-size: 12px;
	padding:3px;
	background-color:#d3cbc5;　
	margin-top:0px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	}
.jyoho2{
	color:black;
	text-align:center;
	font-size: 12px;
	padding:3px;
	background-color:#d3cbc5;　
	margin-top:0px;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	}
/* テンプレートボタン */
.temp-button{
	width: 100%;/* テーブル幅 */
	border-spacing: 0px;/* スペーシング */
	border-top: 1px solid #b5b5b6;
	background-color:#777;/* 背景色 */
	margin-bottom:15px;
	}
.temp-button th{
	width: 200px;
	background-color:#F5F2E9;
	border-bottom: 1px solid #777;
	border-left: 1px solid #928177;
	border-right: 1px solid #d3cbc5;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	}
.temp-button td{
	background-color:white;
	border-bottom: 1px solid #777;
	border-right: 1px solid #d3cbc5;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	}
.temp-button b{
	font-size:12px;
	font-weight:bold;
	margin:2px;
	}
.temp-button strong{
	font-size:small;
	font-weight:normal;
	}
/* テンプレートリンクボタン */
#kinken-s{
	display: block;
	width:160px;
	height:37px;
	text-indent: -5000px;
	background: url(../info/images/temp-button07.jpg);
	background-position: top left;
	}
#kinken-s:hover {
	background-position: bottom left;
	}
#kinken-w{
	display: block;
	width:160px;
	height:37px;
	text-indent: -5000px;
	background: url(../info/images/temp-button08.jpg);
	background-position: top left;
	}
#kinken-w:hover {
	background-position: bottom left;
	}
#jimon-s{
	display: block;
	width:160px;
	height:37px;
	text-indent: -5000px;
	background: url(../info/images/temp-button09.jpg);
	background-position: top left;
	}
#jimon-s:hover {
	background-position: bottom left;
	}
#jimon-w{
	display: block;
	width:160px;
	height:37px;
	text-indent: -5000px;
	background: url(../info/images/temp-button10.jpg);
	background-position: top left;
	}
#jimon-w:hover {
	background-position: bottom left;
	}

