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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #000000;
}
a:link {
	color: #4FD6DC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4FD6DC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #4FD6DC;
}
.base {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.base .header {
	background-image: url(bg.jpg);
	width: 250px;
	padding-top: 150px;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding-bottom: 30px;
	float: left;
}
.base .header h1 {
	font-size: 1.8em;
	text-align: center;
	letter-spacing: 1px;
	background-color: #000000;
	line-height: 35px;
	color: #CCCCCC;
}
ul {
    margin: 0;
	padding: 0;
	list-style: none;
}
li a{
    display: block;
	padding: 5px;
	margin: 5px 0px;
	text-align: center
}
li a:hover {
    letter-spacing: 1.3em
	}
.base .main {
	float: right;
	width: 520px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
.base .main .t {
	color: #000000;
	line-height: 1.7em;
	font-size: 1.3em;
	letter-spacing: .3em;
	text-align: right;
	text-transform: uppercase;
}
.base .main .td {
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 1.6em;
}
.base .footer {
	clear: both;
	text-align: center;
	font-size: .9em;
	padding: 10px;
	background-color: #000000;
}
textarea,input {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #000;
	margin: 2px;
	padding: 2px;
}