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

body,td,th {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #E7E7E7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #00CBFD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D14216;
}
a:hover {
	text-decoration: underline;
	color: #56BF1A;
}
a:active {
	text-decoration: none;
	color: #FD9D22;
}
.base {
	width: 700px;
	background-color: #F7F7F7;
	padding: 15px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 10px solid #FFFFFF;
}
.base .header {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.base .header .img {
	padding: 10px;
	width: 270px;
	float: right;
}
.base .header .img img {
	border: 1px solid #D4D0C8;
}
.base .header .helef {
	float: left;
	width: 400px;
}
.base .header .helef h1 {
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.base .header .helef .menu {
	list-style-type: square;
}
.base .header .helef .menu a {
	display: block;
	padding: 5px;
	margin: 2px;
}
.base .header .helef .menu a:hover {
	letter-spacing: 1em;
}
.base .main {
	padding: 15px;
}
.base .main .t {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 4px;
	font-weight: bold;
}
.base .main .td {
	line-height: 170%;
	margin-bottom: 10px;
	letter-spacing: .1em;
}
.base .footer .copy {
	text-align: center;
	font-size: .9em;
	line-height: 30px;
}
textarea,input {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #ccc;
	background: #f7f7f7;
}