@charset "utf-8";

/* main layout
---------------------------*/

#main h5 {
	margin-left: 16px;
	display: block;
	height: 59px;
	width: 575px;
	margin-bottom: 21px;
}

#main p {
	margin-bottom: 20px;
	margin-left: 20px;
	display: block;
}

fieldset {
	border-width: 0px;
	padding-top: 20px;
	margin-bottom: 10px;
}
legend {
	display: none;
	visibility: hidden;
}
#main em {
	color: #CC0000;
}
.color {
	color: #CC0000;
}
#main table {
	height: auto;
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin-bottom: 30px;
}
#main table th {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	background-color: #efefef;
}
#main table td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#main li {
	display: inline;
}
#main  textarea#comment {
	width: 350px;
	overflow: auto;
}


#main #contactform .submit {
	width: 320px;
	float: left;

}
#main #contactform #clear {
	height: 20px;
	width: 120px;
	margin-bottom: 0px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
#main #contactform #submit {
	height: 20px;
	width: 120px;
	margin-bottom: 0px;
	float: left;
	margin-left: 10px;
}
#main #contactform .btnSet {
	width: 252px;
	height: 20px;
	float: left;
	margin-left: 2px;
}
