@charset "UTF-8";

div#whole
{
	font-family: メイリオ,"MS ゴシック",osaka,verdana,sans-serif;
	width:800px;
	margin:auto;
}
div#login_wrap
{
	margin:40px auto;
	text-align:center;
}
h2
{
	border-bottom:1px solid #333;
	line-height:45px;
}

div#mailform_wrap{
margin : 0 auto;
position:relative;
text-align : center;
}

h3
{
	background:#ccc;
	margin:10px auto;
	line-height:40px;
}
span.notice{
	color:#F00;
	font-weight:bold;
}

div#mf_wrapper {
	width: 800px;
	text-align: left;
	margin: 0px auto 30px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 780px;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 1px #999999;
	padding: 10px 5px 10px 5px;
}
table.mailform tr th {
	width: 200px;
}
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;
}