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

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.gif);
}
/*======================================

リンク

=======================================*/
a:link {
	color: #F76800;
	text-decoration: none;
}
a:visited {
	color: #F76800;
	text-decoration: none;
}
a:hover {
	color: #BC0001;
	text-decoration: underline;
}
a:active {
	color: #F76800;
	text-decoration: none;
}
/*======================================

ベース

=======================================*/
.base {
	padding-left: 150px;
	width: 800px;
	background-image: url(photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	min-height: 100%;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.base .header h1 {
	font-size: 100px;
	letter-spacing: -15px;
	font-weight: normal;
	line-height: 70px;
	text-align: center;
	margin: 0px;
	padding: 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: 190px;
	text-align: center;
	letter-spacing: -0.1em;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*======================================

メイン

=======================================*/
.base .main {
	margin: 45px;
	display: block;
}
.base .main .t {
	font-size: 30px;
	letter-spacing: -6px;
	color: #333333;
	line-height: 15px;
}
.base .main .td {
	margin-top: -5px;
	margin-bottom: 40px;
	margin-left: 20px;
	line-height: 2em;
	letter-spacing: .1em;
}
.base .footer .copy {
	line-height: 90px;
	font-size: .9em;
	text-align: center;
	background-image: url(bg.gif);
}
textarea, input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #000000;
	border: 1px solid #333333;
	margin: 2px;
	padding: 2px;
}
textarea:hover, input:hover {
	background-image: url(bg.gif);
}
