@charset "utf-8";
/* CSS Document */

h1 {
	width: 751px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}
.read {
	width: 751px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
.menuItemTxt {
	width: 440px;
	color: #6CAE85;
	float: left;
	padding-bottom: 30px;
}

.menuItem {
	margin-left: 0px;
	background-repeat: no-repeat;
	color: #E86930;
	text-align: left;
	width: 110px;
	font-size: 15px;
	float: left;
	padding-left: 170px;
}



.redLine {
	text-decoration: underline;
	display: block;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}

.contents {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 16px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
.subRead {
	text-align: right;
	color: #195730;
	background-image: url(../img/splitter.jpg);
	background-repeat: no-repeat;
	background-position: 259px bottom;
	padding-bottom: 30px;
}


.red {
	color: #E24B18;
}
.contents .form {
	width: 751px;
	margin-bottom: 30px;
	background-image: url(../img/contact/bg.jpg);
	height: 596px;
	clear: both;
}
.contents .form #form1 table {
	width: 620px;
	margin-left: 120px;
	clear: both;
}
.contents .form #form1 .submit {
	margin-left: 360px;
	margin-top: 20px;
}
.contents .form #form1 table tr th {
	text-align: right;
	width: 120px;
	padding-right: 20px;
	vertical-align: top;
}
.fmName {
	width: 200px;
}
.fmMail {
	width: 340px;
}
.fmText {
	width: 450px;
}
.contents #thanksContents {
	width: 400px;
	margin-left: 270px;
}
#footer {
	padding-bottom: 100px;
}

