@charset "UTF-8";

body{
background-color: #000000;
}

#main{
	background-position: center;
	background-image:url(../img/bg_redspray.jpg);
	background-repeat:repeat-y;
}
#top{
width: 850px;
	height: 200px;
	}

#bg_white{
background-position: center;
background-image:url(../img/bg_shiro.gif);
background-repeat:repeat-y;
	width:630px;
	height:auto;
	padding-top:10px;
	}
	


div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	color: #FFFFFF;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
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;
	color:#FFFFFF;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
width: 150px;
}
table.mailform tr th span {
	color: #0000FF;
	font-size: 15px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #000000;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}