@charset 'utf-8';

#container #cnt00 h3 {
	margin-left: 24px;
}
#container #cnt00 h3 {
	margin-left: 24px;
}

#container #telnumber {
	margin-left: 36px;
	font-size: 277%;
	
}
#container #cnt00 .text {
	font-family: "Times New Roman", Georgia, Serif;
	text-decoration: none;
	font-style: italic;
}
#container #mailaddress {
	margin-left: 36px;
	font-size: 216%;
	line-height: 2;
}
#container #mailaddress a {
	text-decoration: none;
	color: inherit;
}
#container #mailaddress a:hover {
	text-decoration: underline;
}

#container #formcontainer {
	margin: 24px auto 0;
	width: 640px;
}
#container #formcontainer table {
	
}
#container #formcontainer table th {
	padding: 9px 3px 6px 3px;
	width: 144px;
	height: 24px;
	background: url(../img/cnt_bdrbtm.gif) repeat-x 0 bottom;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	vertical-align: top;
}
#container #formcontainer table td {
	padding: 9px 0 6px;
	width: 490px;
	height: 24px;
	background: url(../img/cnt_bdrbtm.gif) repeat-x 0 bottom;
}
#container #formcontainer input.text {
	border: solid 1px #CCC;
	padding: 0 5px;
	background: #ededed;
	font-size: 100%;
	width: 470px;
	height: 24px;
	line-height: 24px;
}
#container #formcontainer input.text:focus {
	background: #f1f6fb;
	border-color: #d7e4f1;
}
#container #formcontainer textarea {
	border: solid 1px #CCC;
	padding: 0 5px;
	background: #ededed;
	font-size: 100%;
	width: 470px;
	height: 192px;
	line-height: 24px;
	resize: vertical;
}
#container #formcontainer textarea:focus {
	background: #f1f6fb;
	border-color: #d7e4f1;
}

#container #formcontainer #formbutton {
	margin: 24px 0 0 150px;
	text-align: center;
}
#container #formcontainer #formbutton .button {
	line-height: 24px;
	height: 24px;
	margin-right: 12px;
}

#container #errorMessage {
	border: solid 6px #C00;
	padding: 30px 54px;
	color: #000;
}
#container #errorMessage ul {
	margin: 0;
	padding: 0;
	list-style: disc;
}
#container #errorMessage li {
	color: #C00;
	padding: 0;
	background: none;
}

#container #testbox {
	border: solid 3px #F00;
	padding: 30px;
	color: #000;
}


