#formmail {
	font-size: 1em;
	line-height: 1.6;
	letter-spacing:0.04em;
	width: 500px;
	padding: 5px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
/*	border: 3px solid #999999;*/
}

#formmail table {
	border-collapse: collapse;
	font-size: 0.85em;
	border: 2px solid #999999;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #FFF;
	width: 100%;
}
#formmail th {
	font-weight: normal;
	width: 120px;
	background-color: #DFDFDF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-align: left;
}

#formmail th.must {
}

#formmail td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
	padding: 5px;
}
#formmail th span.must {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
#formmail td span.check {
	font-style: normal;
	color: #666666;
	padding-left: 5px;
}
#formmail .send_kakunin {
	font-size: 1em;
}


#formmail .copyright {
	font-size: 10px;
	text-align: right;
}
#formmail .copyright a{
	font-size: 10px;
	color: #ccc;
	text-decoration:none;
}
.error {
	padding: 2px;
	margin : 0px;
	color: #FF0000;
	line-height: 1.3;
}
#formmail select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#formmail .confirm {
	text-align: center;
	margin-top: 15px;
}
