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

body,td,th {
	color: #666666;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #5ACEA9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5ACEA9;
}
a:hover {
	text-decoration: underline;
	color: #094126;
}
a:active {
	text-decoration: none;
	color: #5ACEA9;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	width: 470px;
	float: left;
	padding-bottom: 30px;
}
.base .header .img {
	height: 257px;
	width: 100%;
	background-image: url(photo.jpg);
	background-repeat: no-repeat;
}
.base .header h1 {
	font-size: 20px;
	letter-spacing: -1px;
	text-align: center;
	line-height: 100px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu {
	float: left;
	width: 50%;
}
.base .header .menu a {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 25px;
	margin-bottom: 5px;
}
.base .header .menu a:hover {
	background-color: #151515;
}
/*======================================

メイン

=======================================*/
.base .main {
	float: left;
	padding: 16px;
	width: 50%;
}
.base .main .t {
	padding: 20px;
	color: #13A99E;
	text-align: right;
}
.base .main .td {
	padding: 20px;
	line-height: 2em;
	letter-spacing: 1px;
}
.base .header .footer .copy {
	font-size: .9em;
	line-height: 80px;
	text-align: center;
}
textarea, input {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	margin: 1px;
	padding: 1px;
	border: 1px solid #333333;
}