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

body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial, sans-serif;
	color: #999999;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
#body .base {
	width: 750px;
}
.base .left {
	width: 250px;
	background-image: url(bg.jpg);
	height: 80%;
	position: absolute;
	background-color: #fff;
	background-repeat: no-repeat;
	border-right: 3px solid #eee;
	border-bottom: 1px solid #eee;
}
#body .left .info {
	position: absolute;
	bottom: 30px;
	left: 15px;
}

 h1 {
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: normal;
	text-align: center;
}
 ul {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
}
.copy,.copy a {
	padding-top: 60% !important;
	color: #FFFFFF !important;
	font-size: 0.8em !important;
	text-align: center;
}
#body .base .right{
	position: absolute;
	overflow: auto;
	height: 80%;
	width: 500px;
	left: 250px;
	top: 0px;
	border-right: 3px solid #eee;
	border-bottom: 1px solid #eee;
}
textarea, input {
	border: 1px solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
.t {
	font-size: 20px;
	text-align: right;
	margin-top: 20px;
	color: #CCCCCC;
}
.td {
	color: #666666;
	line-height: 165%;
	padding: 10px;
}
