@charset "utf-8";
/* CSS Document */

body, td, th, textarea, input {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #CCCCCC;
	font-size: 10pt;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(1.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.base {
	margin: auto;
	width: 500px;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	text-align: right;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h1:first-letter {
	color: #00CCFF
}
table {
	margin-top: 10px;
	margin-bottom: 10px;
}
.base h2 {
	font-size: 120%;
	letter-spacing: 0.1em;
}
.base .clap {
	margin-top: 10px;
}
.base .clap #form {
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus {
	background: #E8F3FF;
	border: 1px solid #ADE0FE;
	color: #00CCFF
}
textarea, input {
	border: 1px solid #ccc;
	margin: 2px 5px;
	padding: 0px;
}
textarea {
	width: 400px;
	height: 45px;
	line-height: 15px;
}
input {
	line-height: 14px;
	background-color: transparent;
}
#name {
	width: 150px;
	height: 15px;
}
.submit {
	border: 2px solid #ccc
}
.submit:focus, .submit:hover {
	border: 2px solid #ADE0FE;
}
.base .clap #form strong {
	background-color: #EEF7FF;
}
.base .copy {
	line-height: 40px;
	text-align: center;
}