/* CSS Document */

/** ./css/form.css **/

@charset "euc-jp";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
★　CSS　フォーム設定　★

■1．初期設定
■2．実行ボタンスタイル
■3．inputデザイン
■4．各ページフォームデザイン

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■1．初期設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
form {margin: 0px; padding:0;}

input,textarea,select{
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■2．実行ボタンスタイル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝ OFF ＝＝＝＝*/
input.submit01{
	cursor: pointer;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■3．inputデザイン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.form_normal{
	padding:3px;
	font-size:12px;
	border:1px solid #cccccc;
	border-top:1px solid #888;
	border-left:1px solid #888;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■4．各ページフォームデザイン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝
◆お問い合わせ
＝＝＝＝＝＝＝＝＝＝*/
.contact input#name/* 氏名 */,
.contact input#kana/* カナ */{
	width:200px;
	ime-mode:active;
}
.contact input#tel/* 電話番号 */{
	width:200px;
	margin-right:5px;
	ime-mode:disabled;
}
.contact input#email/* メルアド */{
	width:200px;
	ime-mode:disabled;
}
.contact input#address/* 都道府県以下 */{
	width:300px;
	ime-mode:active;
}
.contact input#vive2{
	width:200px;
	ime-mode:active;
}
.contact textarea#remarks/* お問い合わせ内容 */{
	width: 500px;
	height:100px;
	margin:0 auto;
}
.th01 {
	text-align:left;
	padding: 0 0 0 5px;
}

#left2 #formbox {
	background-image:url(../images/info/form_bg.jpg);
	background-repeat:repeat;
	padding: 10px;
	margin: 0 10px 0 10px;
}


#trackbacks-info input.tbf {
	ime-mode:disabled;
}