@charset "euc-jp";
/*main*/
div.main {
	width: 760px;
	overflow: hidden;
	}
div.main h2 {
	margin: 30px 30px 0 30px;
	}
div.contact {
	width: 720px;
	margin: 20px 40px 0 40px;
	}
div.contact h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 30px;
	}
div.contact table th {
	width: 70px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	font-size: 0.9em;
	}
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;
	cursor: pointer;
	}
