/*-------------------------------------------背景*/
body {
	background-color: #D6C8C0;;
	background-image: url(banner.jpg);
	text-align:center;
}
/*-------------------------------------------外枠*/
.table-main {
	background-color: #D6C8C0
	border: 4px double #300000;
	padding: 5px;
	text-align: center;
	margin:0px;
}
/*---------------------------------------タイトル*/
/*外枠*/
.table-title {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #300000;
	width: 100%;
}
/*内部*/
.td-title {
	font-size: 16px;
	font-weight: bold;
	color: #234241;
	text-align: center;
}
/*-----------------------------------メッセージ欄*/
/*外枠*/
.table-message {
	width: 100%;
	border: 1px solid #300000;
}
/*内部*/
.td-message {
	font-size: 12px;
	color: #234241;
	background-color: #D6C8C0
	padding: 3px;
	text-align: center;
}
/*-------------------------------------エラー表示*/
.td-error {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
/*---------------------------------------フォーム*/
/*外枠*/
.table-item {
	width: 100%;
	border: 1px solid #300000;
}
/*内部（タイトル）*/
.td-item-title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #300000;
	text-align: center;
	width: 200px;
	padding: 3px;
}
/*内部（入力欄）*/
.td-item-comment {
	font-size: 12px;
	color: #234241;
	background-color: #D6C8C0
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #300000;
}
/*-----------------------------------テキスト入力*/
/*--（中）名前など--*/
.form-textline01 {
	font-size: 12px;
	color: #333333;
	width: 150px;
}
/*--（小）姓名など--*/
.form-textline02 {
	font-size: 12px;
	color: #333333;
	width: 70px;
}
/*--（大）住所--*/
.form-textline03 {
	font-size: 12px;
	color: #333333;
	width: 300px;
}
/*--郵便番号--*/
.form-textline04 {
	font-size: 12px;
	color: #333333;
	width: 40px;
}
/*--添付ファイル--*/
.form-upfile {
	font-size: 12px;
	color: #333333;
	width: 250px;
}
/*--フリー（ライン）--*/
.form-textline {
	font-size: 12px;
	color: #333333;
}
/*--フリー（ボックス）--*/
.form-textbox {
	font-size: 12px;
	color: #333333;
	height:300px;
}
/*-------------------------------------送信ボタン*/
/*外枠*/
.table-submit {
	width: 100%;
	border: 1px solid #300000;
}
/*内部*/
.td-submit {
	background-color: #300000;
	text-align: right;
	padding: 3px;
}
/*ボタン*/
.form-button {
	border: thin solid;
	background-color: #FFFFFF;
	color: #234241;
	width: 100px;
}
/*-----------------------------------注文フォーム*/
/*-------------------------（有料ユーザーに対応）*/
/*外枠*/
.table-order {
	border: medium double #300000;
	width: 100%;
}
/*メッセージ欄*/
.td-order-message {
	font-size: 12px;
	color: #234241;
	background-color: #D6C8C0
	padding: 3px;
	text-align: center;
}
/*タイトル*/
.td-order-title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #300000;
	text-align: center;
	padding: 3px;
}
/*商品名欄*/
.td-order-comment01 {
	font-size: 12px;
	color: #234241;
	background-color: #D6C8C0
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #300000;
}
/*価格欄*/
.td-order-comment02 {
	font-size: 12px;
	color: #234241;
	background-color: #D6C8C0
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #300000;
	text-align: right;
}
/*注文数欄*/
.td-order-comment03 {
	font-size: 12px;
	color: #234241;
	background-color: #D6C8C0
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #300000;
	text-align: right;
}
/*単位欄*/
.td-order-comment04 {
	font-size: 12px;
	color: #234241;
	background-color: #D6C8C0
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #300000;
}
/*フリー選択欄（お支払い方法、お届け時間帯指定）*/
.td-order-comment05 {
	font-size: 12px;
	color: #234241;
	background-color: #D6C8C0
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #300000;
	text-align: right;
}
/*-----------------------------------------------*/
