
/*-------------------------------------------背景*/
body {
	background-color: #002255;
	background-image: url(bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
    
}
/*-------------------------------------------外枠*/
.table-main {
	background-color: #505050;
	border: 6px double #ffffff;
	padding: 10px;
	text-align: center;
}
/*---------------------------------------タイトル*/
/*外枠*/
.table-title {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #c0c0c0;
     
	width: 100%;
}
/*内部*/
.td-title {
	font-size: 27px;
	font-weight: bold;
     background-color:#202020;
	color: #ffffff;
	text-align: center;
     padding:8px;
}
/*-----------------------------------メッセージ欄*/
/*外枠*/
.table-message {
	width: 100%;
	border: 2px solid #ddddff;
}
/*内部*/
.td-message {
	font-size: 16px;
	color: #ffffff;
	background-color: #221166;
	padding: 5px;
	text-align: left;
     font-weight:bold;
}
/*-------------------------------------エラー表示*/
.td-error {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
/*---------------------------------------フォーム*/
/*外枠*/
.table-item {
	width: 100%;
	border: 1px solid #ffffff;
}
/*内部（タイトル）*/
.td-item-title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #332277;
	text-align: center;
	width: 230px;
	padding: 3px;
     border:solid 2px #c0c0c0;
}
/*内部（入力欄）*/
.td-item-comment {
	font-size: 13px;
	color: #ffffff;
	background-color: #332277;
	padding: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}
/*-----------------------------------テキスト入力*/
/*--（中）名前など--*/
.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: 2px solid #ffffff;
}
/*内部*/
.td-submit {
	background-color: #443388;
	text-align: right;
	padding: 3px;
}
/*ボタン*/
.form-button {
	border: thin solid;
	background-color: #FFFFFF;
	color: #234241;
	width: 100px;
}
/*-----------------------------------注文フォーム*/
/*-------------------------（有料ユーザーに対応）*/
/*外枠*/
.table-order {
	border: medium double #689096;
	width: 100%;
}
/*メッセージ欄*/
.td-order-message {
	font-size: 16px;
	color: #ffffff;
	background-color: #003366;
	padding: 5px;
	text-align: left;
     font-weight:bold;
}
/*タイトル*/
.td-order-title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #689096;
	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: #689096;
}
/*価格欄*/
.td-order-comment02 {
	font-size: 12px;
	color: #234241;
	background-color: #DEE6ED;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #689096;
	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: #689096;
	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: #689096;
}
/*フリー選択欄（お支払い方法、お届け時間帯指定）*/
.td-order-comment05 {
	font-size: 12px;
	color: #234241;
	background-color: #DEE6ED;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #689096;
	text-align: right;
}
/*-----------------------------------------------*/


