/*----------------------------*
 * (c)Websystems
 *
 * @file   : form.css
 * @encode : UTF8
 *----------------------------*/

/**********************************************************
 * フォーム(会員登録/問い合わせ/パス再送)
 **********************************************************/

#formArea {
	width: 520px;
	padding: 10px 15px 10px;
}

#formArea * {
	font-family: "ＭＳ Ｐゴシック";
}

/* 見出し */
#formArea h3 {
	font-size: 14px;
	color: #333;
}

/* リード文 */
#formArea .lead {
	margin: 10px 0 0;
	line-height: 1.2;
	font-size: 13px;
}

/* フォーム */
#formArea .form {
	margin: 15px 0 0;
	border: 1px solid #fff;
}

/* 左セル */
#formArea .left {
	padding: 8px 8px;
	background-color: #dcdcdc;
	border: 1px dotted #fff;
}

/* 右セル */
#formArea .right {
	padding: 8px 8px;
	background-color: #efefef;
	border: 1px dotted #fff;
}

/*--右入力欄--*/
#formArea .right .ipt {
	padding: 2px;
	color: #333;
	font-size: 100%;
}

/* 注意文字 */
#formArea .right span {
    font-size: 85%;
	color: #096;
}

/* エラー文字 */
#formArea .right .error {
	padding: 3px 0 0;
    font-size: 85%;
	color: #f00;
}

/* ボタン領域 */
#formArea .submit {
	padding-top: 10px;
	text-align: right;
}
#formArea .submit input {
	height: 28px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
#formArea .submit input.btn_confirm {
	width: 75px;
	background: url(../image/confirm-but.jpg) no-repeat;
}
#formArea .submit input.btn_regist {
	width: 75px;
	background: url(../image/regist.jpg) no-repeat;
}
#formArea .submit input.btn_back {
	width: 55px;
	background: url(../image/back-but.jpg) no-repeat;
}

/* 完了タイトル */
#formArea p.resultTitle {
	padding: 10px 0;
    font-size: 14px;
	color: #096;
}

/* 完了コメント */
#formArea p.resultComment {
	padding: 10px 0;
	line-height: 1.2;
    font-size: 13px;
}
