@charset "UTF-8";
div#mf_wrapper {
	width:780px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS UI Gothic";
}

#mf_header {
	background-image:url(../../images/logo.gif);
	background-repeat:no-repeat;
	height:130px;
	margin-top:20px;
	padding-top:30px;
	text-align:left;
}

#mf_header h1 {
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS UI Gothic";
	font-size:24px;
	font-weight:normal;
	text-align:left;
	color:#666666;
	padding-left:180px;
}

div#mf_header h2 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-left:180px;
}

form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}