@charset "utf-8";



/*---------------------------

      index

---------------------------*/

#main {
	width: 590px;
	float: right;
	text-align: left;
}

#title {
	z-index: 2;
	position: absolute;
	top: 30px;
	left: 750px;
}


#mailform {
	z-index: 1;
	position: relative;
	top: 100px;
	margin-bottom: 100px;
}

p {
	margin: 20px 0 20px 0;
	text-align: center;
}

.attention {
	width: 568px;
	padding: 10px;
	margin: 10px 0 30px 0;
	font-size: 10px;
	line-height: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #75d3d9;
	background-color: #eff;
}


table {
	width: 590px;
	border: 1;
	border-color: #fff;
	background-color: #fff;
	margin: 0;
	float: center;
}

table.form th,td {
	text-align: left;
	padding: 8px;
	font-weight: normal;
}

table.form th {
	width: 100px;
	background: #eee;
}

table.form td {
	background: #f6f6f6;
	line-height: 20px;
}

input {
	margin: 2px;
}

#buttun {
	text-align: center;
	margin: 0;
}







