#leftMenu h3 {
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}

#entryContents h3 {
	font-size: 120%;
	line-height:1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.att {
	color:#CC0000;
}

.contactTable {
	font-size: 100%;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 520px;
	margin-left: 42px;
	border-top: 1px dotted #CCCCCC;
}

.contactTable th ,
.contactTable td {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 8px;
	border-bottom: 1px dotted #CCCCCC;
}
.contactTable th { font-weight:normal; text-align: left; width: 130px; white-space:nowrap; }
.contactTable td {}
.contactTable td label { padding-right: 20px; }
.contactTable td .inputWidth1 { width: 250px;}
.contactTable td .inputWidth2 { width: 300px;}

.contactSubmit {
	text-align:center;
	margin-top: 20px;
}
.contactSubmit input {
	width: 160px;
}
.contactSubmit input.reset {
	width: 80px;
}

.error {
	padding: 2px;
	margin : 0px 0px 0px 2em;
	color: #FF0000;
}


.sendEnd {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}