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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #F4F3F2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #265413;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #265413;
}
a:hover {
	text-decoration: underline;
	color: #7D3D3E;
}
a:active {
	text-decoration: none;
	color: #265413;
}
.base {
	width: 645px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 50px;
}
.base .header h1 {
	font-size: 25px;
	text-align: center;
	letter-spacing: 0.2em;
}
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	line-height: 30px;
	text-align: center;
	display: block;
}
.base .header .menu a:hover {
	letter-spacing: 1em;
}
.base .main {
	padding-top: 15px;
	padding-bottom: 15px;
}
.base .main .t {
	line-height: 30px;
	font-size: 1.3em;
	padding: 10px;
	background-color: #F4F3F2;
}
.base  .main  .td  {
	line-height: 175%;
	padding: 15px;
}
.base .footer .copy {
	line-height: 70px;
	font-size: .9em;
	text-align: center;
}
textarea,input {
    margin: 1px;
	padding: 1px;
	border: 1px solid #ccc;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}