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

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

ベース

=======================================*/
body, td, th {
	color: #CCCCCC;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
}
body {
	background-color: #080808;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 50px;
	background-attachment: fixed;
}
.base {
	width: 650px;
	margin: auto;
	padding: 10px;
	border: 1px dotted #000000;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #33B9C4;
	text-decoration: none;
}
a:hover {
	color: #023F9A;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #33B9C4;
}
a:active {
	text-decoration: none;
	color: #33B9C4;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	line-height: 435px;
	background-image: url(photo.jpg);
	text-align: center;
	width: 650px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1em;
	margin: 0px;
	padding: 0px;
	border: 3px solid #000000;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
	overflow: hidden;
	font-weight: bold;
}
.base .header ul li {
	float: left;
}
.base .header .menu a {
	text-align: center;
	display: block;
	line-height: 30px;
	margin-right: 10px;
	width: 145px;
	border: 1px solid #000000;
}
.base .header .menu a:hover {
	background-color: #000000;
	letter-spacing: 2px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
/*======================================

メイン

=======================================*/
.base .main {
	letter-spacing: 1px;
	background-color: #000000;
	border: 2px solid #333333;
	margin: 15px;
	padding: 15px;
}
.base .main .t {
	line-height: 40px;
	font-weight: bold;
	color: #C9E7C3;
}
.base .main .td {
	line-height: 165%;
	margin: 13px;
}

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

テキストエリア

=======================================*/
textarea, input {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #CCCCCC;
	margin: 2px;
	background-color: transparent;
	border: 1px solid #080808;
}
.base .footer {
	text-align: center;
}
