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

.header {
	height: 284px;
	background-image:url(../img/head.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	vertical-align:bottom;
}

.menu {
	vertical-align:top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#888888;
}

a	{
	text-decoration: underline;
	font-weight:bold;
	color: e6c427;
}
a:hover {
	text-decoration:none;
}

img {
	border:none;
}

input {
	border: solid 1px; border-color:c3c3c3;
	width:250px;
	height:30px;
	margin-bottom:0px;
}

textarea {
	border: solid 1px; border-color:c3c3c3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:300px;
	height:70px;
	overflow:auto;
	margin-bottom:6px;
}

.button {
	height:35px;
	color:fff;
	text-shadow:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#e6c427;
	width:150px;
	border:none;
}