/*-------------------------------------------背景*/
body {
	background-color: #a0d8ef;
	background-image: url(http://kaze.fm/622081_31183632_778px.jpg);
	background-attachment: fixed;
	background-repeat: ;
	background-position: center top;
}
/*-------------------------------------------外枠#DEE6ED*/
.table-main {
	background-color: ;
	border: 4px double #e7e7eb;
	padding: 10px;
	text-align: center;
}
/*---------------------------------------タイトル*/
/*外枠*/
.table-title {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e7eb;
	width: 100%;
}
/*内部*/
.td-title {
	font-size: 20px;
	font-weight: bold;
	color: #e7e7eb;
	text-align: center;
}
/*-----------------------------------メッセージ欄*/
/*外枠*/
.table-message {
	width: 80%;
        text-align: ;
	border: 1px solid #e7e7eb;
margin-left: auto;
margin-right: auto;
}
/*内部#DEE6ED*/
.td-message {
        width: 100%;
	font-size: 100%;
        line-height: 150%;
	color: #383c3c;
	background-color: #f3f3f2;
	padding: 8px;
	text-align: ;
}
/*-------------------------------------エラー表示*/
.td-error {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
/*---------------------------------------フォーム*/
/*外枠*/
.table-item {
	width: 100%;
	border: 1px solid #e7e7eb;
}
/*内部（タイトル）#e7e7eb*/
.td-item-title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: ;
	text-align: center;
	width: 200px;
	padding: 3px;
}
/*内部（入力欄）#DEE6ED*/
.td-item-comment {
	font-size: 12px;
	color: #234241;
	background-color: ;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e7eb;
}
/*-----------------------------------テキスト入力*/
/*--（中）名前など--*/
.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;
}
/*-------------------------------------送信ボタン*/
/*外枠*/
.table-submit {
	width: 100%;
	border: 1px solid #e7e7eb;
}
/*内部#e7e7eb*/
.td-submit {
	background-color: ;
	text-align: right;
	padding: 3px;
}
/*ボタン#FFFFFF*/
.form-button {
	border: thin solid;
	background-color: ;
	color: #234241;
	width: 100px;
}
/*-----------------------------------注文フォーム*/
/*-------------------------（有料ユーザーに対応）*/
/*外枠*/
.table-order {
	border: medium double #e7e7eb;
	width: 100%;
}
/*メッセージ欄*/
.td-order-message {
	font-size: 12px;
	color: #234241;
	background-color: #DEE6ED;
	padding: 3px;
	text-align: center;
}
/*タイトル*/
.td-order-title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e7e7eb;
	text-align: center;
	padding: 3px;
}
/*商品名欄*/
.td-order-comment01 {
	font-size: 12px;
	color: #234241;
	background-color: #DEE6ED;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e7eb;
}
/*価格欄*/
.td-order-comment02 {
	font-size: 12px;
	color: #234241;
	background-color: #DEE6ED;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e7eb;
	text-align: right;
}
/*注文数欄*/
.td-order-comment03 {
	font-size: 12px;
	color: #234241;
	background-color: #DEE6ED;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e7eb;
	text-align: right;
}
/*単位欄*/
.td-order-comment04 {
	font-size: 12px;
	color: #234241;
	background-color: #DEE6ED;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e7eb;
}
/*フリー選択欄（お支払い方法、お届け時間帯指定）*/
.td-order-comment05 {
	font-size: 12px;
	color: #234241;
	background-color: #DEE6ED;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e7eb;
	text-align: right;
}
/*-----------------------------------------------*/
