@charset "utf-8";
/* CSS Document */

@import url("../../css/common.css");

/* mailform.html */

/* お問合せページ */

/* body_mf1 */


#body_mf1 h4{
	margin-top:63px;
	margin-left:24px;
	font-size:23px;
	font-weight:500;
	color:#365c8b;
}

#body_mf1 h5{
	width:864px;
	height:90px;
	background-image:url(img/form_flow_03.gif);
	margin-top:42px;
	margin-left:18px;
	text-indent:-9999px;
}



/* メールフォーム */


#body_mf2{
	width:864px;
	height:1300px;
	background-image:url(img/form_bg.gif);
	margin:73px 18px 50px 18px;
}

div.left_m{
	margin-left:56px;
}

#body_mf2 h5{
	font-size:14px;
	padding-top:52px;
}

#body_mf2 p{
	margin-top:16px;
}

#body_mf2 span.red{
	color:#FF0000;
}
/*
#tbl_mf{
	margin-top:54px;
	font-size:12px;
	font-weight:300;
}

#body_mf2 table td{
	height:33px;
}

#tbl_mf2{
	margin-top:58px;
}

#tbl_mf input{
	height:20px;
}

#tbl_mf input,
textarea{
	background-color:#EEEEED;
	border:1px solid #888888;
}

#button{
	margin-top:24px;
	margin-left:250px;
}
*/

/*
#submit{
	width:80px;
	height:23px;
	background-image:url(../img/images/btn_soshin.gif);
	text-indent:-9999px;
}

#reset{
	margin-left:18px;
	width:80px;
	height:23px;
	background-image:url(../img/images/btn_reset.gif);
	text-indent:-9999px;
}
	
*/

/*
#submit{
	border:1px solid #333333;
	border-top-color:#cccccc;
	border-left-color:#cccccc;
	color:#FFFFFF;
	background-color:#666666;
	width:80px;
	height:23px;
	margin-right:18px;
}

#reset{
	border:1px solid #333333;
	border-top-color:#cccccc;
	border-left-color:#cccccc;
	color:#FFFFFF;
	background-color:#666666;
	width:80px;
	height:23px;
}
*/



