	@charset "utf-8";
/* CSS Document */

body {
	color: #ffffff;
	margin: 50px 100px;
	padding: 0px;
	background-color: #000000;
}

#formmailmagic {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	background-color: #000000;
	width: 600px;
	margin: 0;
	padding: 0;
	height: auto;
	border: none;
}

#formmailmagic h1.title {
	font-size: 150%;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0px 5px;
	margin: 0px;
	background-color: #000000;
}

#formmailmagic h2.setumei {
	font-size: 100%;
	font-weight: normal;
	color: #ffffff;
	padding: 5px 0px 10px;
	margin: 0px;
	background-color: #000000;
}

#formmailmagic table {
	font-size: 100%;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

#formmailmagic th {
	font-weight: bold;
	width: 150px;
	background-color: #000000;
	padding: 10px;
	border-bottom-width: 0px;
	border-bottom-style: none;
/*	border-bottom-color: #999999;*/
	text-align: left;
}

#formmailmagic th.must {
}

#formmailmagic td {
	background-color: #000000;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/*	border-bottom-color: #FFCC00;*/
	padding: 10px;
	text-align: left;
}

#formmailmagic td.center {
	background-color: #000000;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
}

#formmailmagic th em.must {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
#formmailmagic th em.check {
	font-style: normal;
	color: #999999;
	padding-left: 5px;
}

#formmailmagic .copyright {
	font-size: 90%;
	text-align: right;
	color: #000000;
}

.error {
	padding: 2px;
	margin : 0px;
	color: #ffff00;
}
#formmailmagic select {
	border: 1px solid #999999;
	background-color: #000000;
}
#formmailmagic .confirm {
	margin-top: 15px;
}