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

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

ベース

=======================================*/
html,body {
	overflow: hidden;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}
body {
	background-color: #000000;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50px top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #2642AF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2642AF;
}
a:hover {
	text-decoration: underline;
	color: #76A2A3;
}
a:active {
	text-decoration: none;
	color: #2642AF;
}
/*======================================

左部分

=======================================*/
.base .header {
	float: left;
	width: 300px;
	position: absolute;
	z-index: 10;
	left: 50px;
	height: 100%;
}
.base .header h1 {
	font-size: 20px;
	line-height: 70px;
	text-align: center;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
	letter-spacing: 3px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li a {
	display: block;
	padding: 5px;
	text-align: center;
	background-image: url(hantoumei.png);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
	color: #AFD2BC !important;
	_filter:alpha(opacity=75);
	_background-color: #000;
}
li a:hover {
	background-image: none;
	color: #FFFFFF !important;
	letter-spacing: 1em;
}
.base .header .footer {
	color: #FFFFFF;
	text-align: center;
	line-height: 120px;
	font-size: .8em;
}
/*======================================

メイン

=======================================*/
.base .main {
	position: absolute;
	overflow: auto;
	height: 100%;
	left: 0px;
	width: 100%;
	z-index: 1;
}
.base .main .t {
	font-size: 1.2em;
	text-align: right;
	line-height: 40px;
	color: #6198AD;
	letter-spacing: 0.8em;
	border: 1px solid #181818;
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 400px;
	background-image: url(1.gif);
	padding-right: 10px;
}
.base .main .td {
	padding-right: 30px;
	padding-left: 450px;
	line-height: 2em;
	padding-bottom: 30px;
}
textarea,input {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	border: #111 1px solid;
	margin: 2px;
	background: url(1.gif) #000
}