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

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a:link {
	color: #FDB90F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FDB90F;
}
a:hover {
	text-decoration: none;
	color: #ADD0FF;
	cursor: default;
}
a:active {
	text-decoration: none;
	color: #FDB90F;
}
.base {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFAC5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0%;
}
.base .left {
	background-image: url(bg.gif);
	width: 380px;
	background-repeat: no-repeat;
	padding: 10px;
	background-position: center;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.base .left h1 {
	font-size: 50px;
	font-weight: normal;
	line-height: 25pt;
	color: #333333;
	padding-top: 100px;
	padding-bottom: 40px;
	text-shadow: 1px 1px 1px #ccc;
}
.base .left span {
	color: #FFC636;
}
.base .left #menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu a {
	display: block;
	text-align: right;
	letter-spacing: .4em;
	font-size: 10pt;
	line-height: 25px;
	text-shadow: 1px 1px 1px #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#menu a:hover,.point a {
	letter-spacing: 1em !important;
	color: #000000;
	text-shadow: 1px 1px 3px #ADF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC !important;
}
.base .main {
	width: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.main .t {
	font-size: 100%;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	line-height: 35px;
	letter-spacing: 2em;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3F3F3;
	text-shadow: 0px 0px 5px #ccc;
}
.main .td {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #999999;
	padding: 10px;
	line-height: 144%;
	font-size: 10pt;
	margin-bottom: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3F3F3;
}
textarea,input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 25px;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 1px;
	padding: 1px;
}
.base #footer {
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 0px 0px 5px #ccc;
}
