@charset "utf-8";
/* CSS Document */

th,td,p,li {
	font-size: 12px;
}

.attention {
	color: #FF0000;
}

table {
	margin-bottom: 30px;
	background-color: #E8E9E5;
	text-align: left;
}

th {
	vertical-align: top;
	padding-top: 10px;
	width: 175px;
	height: 45px;
	background-color: #eeeeee;
	text-indent: 20px;
}

td {
	padding-left: 20px;
	background-color: #ffffff;
}

textarea {
	margin: 15px 0;
}

.pre01 {
	width: 300px;
	line-height: 1em;
	font-size: 12px;
}

.pre02 {
	overflow: auto;
	width: 350px;
	height: 175px;
	font-size: 12px;
	line-height: 1em;
}

#btArea {
	margin-left: 250px;
	font-size: 12px;
}

#buttonInput {
	margin-right: 42px;
}

p#essential {
	color: #666666;
}

p#return {
	text-align: right;
}

p#contactTxt {
	margin-bottom: 40px;
}


#errorList p {
	color: #FF0000;
}

/*table#mailForm td {
	height: 45px;
}*/




