	body {
	margin:0px;
	padding:0px;
	text-align: center;
	background:#f5f5f5;
}

#formmailmagic {
	font-size: 75%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-color: #fafafa;
	width: 600px;
	margin: 0 auto 5px auto;
	padding: 0px;
	height: auto;
}

/*
#formmailmagic h1.title {
	font-size: 150%;
	text-align: center;
	color: #FFFFCC;
	padding: 5px 0px;
	margin: 0px;
	background-color: #FFCC00;
}
*/
#formmailmagic h1.title {
	margin: 0;
	padding: 0.8em 30px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	color: #333;
	background-color: #fff;
	background-image: url(./img/grad08.gif);
	background-repeat: repeat-x;
	background-position: 5px 1px;
	font-size: 136%;
	font-family: "Lucida Sans", "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	_height: 1px; /* for IE (peekaboo) */
	min-height: 1px; /* for IE7 (peekaboo) */
}
#formmailmagic h2.setumei {
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	color: #006633;
}

#formmailmagic table {
	font-size: 100%;
	width: 100%;
	border: 1px solid #ddd;
	margin: 0px;
	padding: 0px;
	background:#f5f5f5;
}
#formmailmagic th {
	font-weight: bold;
	width: 200px;
	background:#fff;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	text-align:right;
}

#formmailmagic .f-h3{
	color:#555;
	width:100%;
	padding-left:27px;
	margin:0;
	background:#fafafa url("./img/7.gif") no-repeat;
	background-attachment: absolute;
	background-position:left center;
	font-size:125%;
	text-align:left;
	font-family: "Lucida Sans", "Times New Roman", Times, serif;
}

#formmailmagic th.must {
}

#formmailmagic td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	background-color: #fff;
	padding: 10px;
}

#formmailmagic th em.must {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
#formmailmagic th em.check {
	font-style: normal;
	color: #666666;
	padding-left: 5px;
}

#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;
}

