@charset"EUC-JP";
div#mainContents {
	margin: 0 20px;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	border-bottom: solid 1px #333333;
	}
div#mainContents p {
	font-size: 0.8em;
	color: #333333;
	line-height: 1.4;
	}
h2 {
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #666666;
	}
h3 {
	font-size: 0.8em;
	margin-top: 10px;
	}
div.contact {
	width: 640px;
	margin-top: 20px;
	}
div.form {
	width: 320px;
	float: left;
	}
div.note {
	width: 320px;
	float: left;
	}
div.form table th {
	width: 70px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666;
	}
input,textarea {
	width: 230px;
	border-top: solid 2px #666;
	border-left: solid 2px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	font-size: 0.9em;
	}
input.button {
	width: 60px;
	font-size: 0.8em;
	color: #333;
	background-color: #CCCCCC;
	}