@charset "utf-8";
/*----------------------------
  CSS E.Yamashita Document 2008.08
  Last Update 2008.09.08 E.Yamashita
----------------------------*/

@import "page.css";


/*####################　共通設定　####################*/

select,
input{font-size:12px;}
option{padding-right:4px;}
textarea {font-size:12px; padding:1px;}

input {vertical-align:middle;}
input#tel,
input#mailaddress {
	font-size:14px;
	font-weight:bold;
	font-family:mono;
	letter-spacing:1px;
	}

input#name {width: 200px;}
input#mailaddress {width: 300px;}
input#zip {width: 60px;}
input#address {width: 440px;}
input#tel {width: 120px;}
select#subject {width: 200px;}
textarea#message {width: 440px;}

p.notice {margin: 0; color: #CC0000; font-size: 10px;}


/*　SSL表記
-------------------------------------*/
p.ssl {
	color:#FF0000;
	text-align:right;
	}

/*　フォームテーブル
-------------------------------------*/
#FormTable table {
	margin: 15px 0 15px 64px;
	width: 620px;
	background: #f4f4f4;
	}

#FormTable th {
	width: 120px;
	text-align: left;
	}

#FormTable th,
#FormTable td {
	padding: 8px 13px;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
	}

#FormTable td p {
	margin: 0 0 4px;
	}

/*　送信・リセットボタン
-------------------------------------*/
#FormTable p.button {
	margin: 15px 0;
	text-align:center;
	}
#FormTable p.button input {
	margin:0 10px;
	padding:1px 10px;
	}



/*end*/












