
#formmailmagic {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.5;
	background-color: #FFFFFF;
	width: 550px;
	margin: 0px auto 0px;
	padding: 0px;
	height: auto;
}

#formmailmagic table {
	font-size: 100%;
	width: 550px;
	border: 2px solid #FF9999;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
#formmailmagic th {
	text-align: right;
	font-weight: bold;
	width: 180px;
	background-color: #FFCCCC;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCCCC;
}

#formmailmagic th.must {
	width: 180px;
}

#formmailmagic td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FFCCCC;
	padding: 10px;
}

#formmailmagic th em.must {
	font-style: normal;
	color: #FF0000;
	width: 200px;
}
#formmailmagic th em.check {
	font-style: normal;
	color: #666666;
	width: 200px;
}

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

.error {
	padding: 2px;
	margin : 0px;
	color: #FF0000;
}
#formmailmagic select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#formmailmagic .confirm {
	text-align: center;
	margin-top: 15px;
}
