@charset "utf-8";
/* CSS Document */

#mailform {
	margin: 10px 0px 25px 0px;
	font-size: 14px;
	line-height: 1.4em;
}
li  {
	list-style: none;
}
#mailform input[type="text"] {
	padding: 2px;
	border: 1px solid #999999;
	width: 230px;
}
#mailform textarea {
	padding: 2px;
	border: 1px solid #999999;
	width: 300px;
}
#mailform #Age {
	width: 3em;
}
#mailform #Address01 {
	width: 100px;
}
#mailform #Address02 {
	width: 300px;
}
#mailform em  {
	color: #CC0000;
	font-style: normal;
	font-weight: normal;
	background: #F2F2F2;
}
#mailform table  {
	text-align: left;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width: 485px;
}

#mailform table th,
#mailform table td {
	border: 1px dotted #CCCCCC;
	padding: 8px;
}

#mailform table th {
	white-space: nowrap;
	background-color: #F2F2F2;
	width: 9em;
}
#mailform td {
	background: #FFFFFF;
}
h2 {
	background-image: url(../images/contact_h2.gif);
}
.small {
	font-size: 12px;
	line-height: 1.5em;
}
#tel {
	background: url(../images/contact_tel.gif) no-repeat;
	height: 20px;
	width: 280px;
}
#mail {
	background: url(../images/contact_mail.gif) no-repeat;
	height: 20px;
	width: 280px;
}
#telno {
	background: url(../images/contact_telno.gif);
	height: 60px;
	width: 388px;
	margin-left: 18px;
}
.meilread {
	margin-left: 18px;
}
