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

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

ボディ

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

リンク

=======================================*/
a:link {
	color: #6FEB01;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6FEB01;
}
a:hover {
	text-decoration: underline;
	color: #E1DB15;
}
a:active {
	text-decoration: none;
	color: #6FEB01;
}
/*======================================

左部分

=======================================*/
.base .header {
	position: absolute;
	z-index: 11;
	height: 100%;
	width: 400px;
	left: 0px;
	top: 0px;
	background-image: url(photo.jpg);
	background-position: center top;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
}
.base .header h1 {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 30px;
	letter-spacing: .1em;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	display: block;
	padding: 10px;
	color: #FFFFFF;
}
.base .header .menu a:hover {
	background-color: #000000;
	color: #99F204;
}
.base .header .footer {
	line-height: 80px;
	font-size: .9em;
}
/*======================================

メイン

=======================================*/
.base .main {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 1;
}
.base .main .t {
	margin-top: 15px;
	margin-left: 450px;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.base .main .td {
	margin-left: 460px;
	line-height: 175%;
}

textarea,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	border: #333 1px solid;
	background-color:#000
	}
