/* CSS Document */

/*　●フォームテーブル----------------------------------------------------------------------------　*/
form { margin:0px ; padding:0px ;}
table.form-tb {width:560px ; margin-bottom:20px ; padding:0px ; background-color:#999999 ; clear:both ; font-size:12px ;}
.form-td-left
	{
		width:130px ; height:auto ;
		margin:0px ; padding:5px ;
		background-color:#DEF4F8 ;
		vertical-align:top ;
	}
.form-td-right
	{
		width:430px ; height:auto ;
		margin:0px ; padding:5px ;
		background-color:#FFFFFF ;
	}

/*　フォームサイズ　*/
.f-type1 { width:400px ; height:15px ; font-size:13px ; color:#333333 ;} /*　名前など　*/
.f-type2 { width:30px ; height:15px ; font-size:13px ; color:#333333 ;} /*　番号など　*/
.f-type3 { width:15px ; height:15px ; font-size:13px ; color:#333333 ;} /*　生年月日など　*/
.f-type4 { width:400px ; height:60px ; font-size:13px ; color:#333333 ;} /*　内容　*/

/*　各見出しのマージン　*/
p.form-m { margin:30px 0px 15px 0px}

/*　必須　*/
.need {  font-size:12px ; color:#FF0000 ;}

/*　●の色　*/
.disc { color:#259AAB ;}

/*　■の色　*/
.square { color:#259AAB ;}

/*　注釈　*/
.notes { color:#333333; font-size:11px ;}

/*　上付文字　*/
sup { font-size:9px ;}

/*　連絡方法ボックス　*/
#renraku { width:548px ; height:auto ; margin:0px ; padding:5px ; border-width : 1px ; border-style : solid ; border-color: #999999 ; background-color:#FFFFF7 ;}

/*　ボタン　*/
div#button { width:560px ; height:auto ; margin-top:30px ; text-align:center ;}
p#button { color:#259AAB ; }
input.button
	{
		width : 70px ; hight : 20px ; margin:10px 0px 30px 0px ; padding:0px ;
		border-width : 1px ; border-style : solid ; border-color: #999999 ;
		color : #333333 ; background-color : #DEF4F8 ; cursor : pointer ;	/*マウスオーバー時ポインタを手にする*/
	}

/*　エラーメッセージ　*/
#err { width:560px ; height:auto ; margin-top:20px ; padding:0px ; color:#FF0000 ; }

/*　●ありがとうページ　------------------------------------------------------------------------------------　*/
#thanks-midashi { margin:25px 0px 10px 0px ; font-size:15px ; color:#259AAB ; font-weight:bold ;}
#thanks-text { margin:20px 0px 20px 0px ; font-size:13px ; color:#000000 ; line-height:150% ;}
#thanks-home { width:560px ; margin:30px 0px 20px 0px ; font-size:12px ; color:#000000 ; line-height:150% ; text-align:center ;}

