div#Left_Cont #Mail_Form{
	width:489px;
}

#Mail_Form ul,li{
	margin:5px 0 0 0;
	padding:0px;
}

/*鑑定依頼ページ
====================================*/

table#Fortune{
	width:480px;
	margin:10px auto 0 auto;
	border:1px solid #000;
	background-color:#fff;
	border:1px solid #448CCB;
}

table#Fortune td{
	height:35px;
	border:1px solid #448CCB;
	padding-right:5px;
}


table#Fortune td.Title{
	width:150px;
	text-align:right;
	background:url(../images/fortune_mail_bk.gif);
	repeat:repeat-x;
	color:#666;
}


table#Fortune td.Form{
	text-align:left;
}

input,textarea,select	{
	font-size:9pt;
	color:#666;
}

/*お問合せページ
====================================*/

table#Contact{
	width:480px;
	margin:10px auto 0 auto;
	border:1px solid #000;
	background-color:#fff;
	border:1px solid #F68E56;
}

table#Contact td{
	height:35px;
	border:1px solid #F68E56;
}


table#Contact td.Title{
	width:150px;
	text-align:right;
	background:url(../images/contact_mail_bk.gif);
	repeat:repeat-x;
	color:#666;
	padding-right:5px;
}


table#Contact td.Form{
	text-align:left;
}


/*INPUTタイプ指定
====================================*/

.Form_Style{
	border:1px solid #004A80;
	margin:0 3px 0 3px;
	padding:0px;
}

.Form_Style2	{
	border:1px solid #004A80;
	margin:5px;
	padding:0px;
	width:310px;
}

.Form_Style3	{
	border:1px solid #8C6239;
	margin:0 3px 0 3px;
	padding:0px;
}

.Form_Style4	{
	border:1px solid #8C6239;
	margin:5px;
	padding:0px;
	width:310px;
}

/*完了ページ
====================================*/

div#Complete{
	width:480px;
	height:300px;
	margin:10px auto;
}

