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

/*======================================

ボディｘ

=======================================*/
body,td,th {
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #9C9D1E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C9D1E;
}
a:hover {
	text-decoration: underline;
	color: #2C5E29;
}
a:active {
	text-decoration: none;
	color: #9C9D1E;
}
/*======================================

ベース

=======================================*/
.base {
	width: 550px;
	margin: auto;
}
.base .header img {
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.base .header h1 {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .5em;
	line-height: 30px;
	background-image: url(well.gif);
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
/*======================================

メニュー

=======================================*/
.base .header .menu {
	float: left;
}
.base .header .menu a {
	display: block;
	width: 95pt;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	line-height: 20px;
}
/*======================================

メイン

=======================================*/
.base .main {
	margin: 30px;
}
.base .main .t {
	background-image: url(well.gif);
	padding: 5px;
}
.base .main .td {
	padding: 15px;
	line-height: 175%;
	letter-spacing: .1em;
}
.base  .footer  .copy  {
	font-size: .8em;
	line-height: 80px;
	text-align: center;
}
textarea, input {
	margin: 1px;
	padding: 1px;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}