@charset "utf-8";
body, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color:#0066cc; 
}
a:hover {
	color:#0099ff;
}
a:active {
	color:#666666; 
}
p {
	margin: 0px;
}

strong {
	font-weight:normal;
}em {
	font-style: normal;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#wrapper {
	padding: 0px;
	width: 560px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper  h3 {
	background-image: url(image/common/midashi/h3_back.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-size: 90%;
	color: #003399;
}
#form1 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#tableFormMail {
	font-size: 75%;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	color: #424242;
}
#tableFormMail span {
	color: #FF3366;
}
#tableFormMail caption {
	text-align: left;
}

#tableFormMail th {
	padding: 5px;
	text-align: right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #DBE7FF;
	width: 110px;
	font-weight: normal;
}
#tableFormMail td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #F4F4F4;
}
#FamilyName, #FirstName, #fFamilyName_s, #fFirstName_s {
	width: 100px;
	ime-mode: active;
}
#company {
	width: 250px;
	ime-mode: active;
}

#email_s, #emailcheck {
	width: 250px;
	ime-mode: disabled;
}
#TelNo1_s, #TelNo2_s, #TelNo3_s, #ZipNo1_s, #ZipNo2_s {
	width: 40px;
	ime-mode: disabled;
}
#address {
	width: 90%;
	ime-mode: active;
}
#city {
	width: 40%;
	ime-mode: active;
}
#town {
	width: 70%;
	ime-mode: disabled;
}



#Reference_s {
	width: 90%;
	ime-mode: active;
}
#Submit {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 75%;
	color: #424242;
}

