@charset "UTF-8";
#form1 {
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ececec;
	border: 1px solid #ddd;
	margin-left: 35px;
	margin-bottom: 35px;
	font-size: 117%;
}
#titleMail {
	margin-bottom: 12px;
	margin-left: 20px;
	margin-top: 12px;
}
#form1 legend {
	display: none;
}
/* CSS Document */

#form1 fieldset {
	border-style: none;
}
#form1 .note {
	font-size: 84%;
	color: #ff0000;
}
#form1 .note02 {
	font-size: 84%;
	border-left-style: none;
}
#form1 dt {
	margin-bottom: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-top: 1px;
	margin-top: 4px;
}
#form1 dd {
	padding-left: 4px;
	margin-bottom: 12px;
}
#form1 .submit {
	margin-top: 15px;
	text-align: center;
	margin-bottom: 15px;
}
#form1 .submit #button {
	color: #fff;
	background: #999;
	font-size: 117%;
	border: 1px solid #666;
}
#form1 .submit #button:active {
	background: #666;
}
input {
	background: #ccc;
	padding: 3px;
	border: 1px solid #b2b2b2;
}
#textarea {
	background: #ccc;
	border: 1px solid #b2b2b2;
	padding-top: 2px;
	padding-left: 2px;
}
.margin    {
	margin-right: 20px;
	text-align: right;
	margin-top: 20px;
}
