@charset "utf-8";
/* tm09f */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0px;
	padding:0px;
	background-color:#003300;
}
a {
	background-color:#DBE29C;
	border:none;
	text-decoration: none;
}
a:link {
	color: #000;	
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF9900;
	border:none;
}
a:active {
	color: #FF6600;
}
h1 {
	font-size: 14px;
	color: #000;
	text-indent:5px;
}
ul {
	list-style-type: circle;
}
.container {
    width:900px;
    margin:0 auto;
    text-align:left;
    position:relative;
}

#contentDiv {
	position:absolute;
	left:94px;
	top:232px;
	width:706px;
	height:436px;	
	overflow:auto;
	z-index:1;
	background-color: #EBEAD6;
	filter: alpha(opacity=60);
	moz-opacity: 0.6;
	opacity: 0.6;
}

#contentDiv p {
   padding: 10px 15px 10px 20px;
}
#contentDiv a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}
.form {
   margin-left:20px;
   padding-left:20px;
}
.border {
	border: 1px solid #DDCB8D;	
}
.bottom {
	position:absolute;
	left:180px;
	top:670px;
	width:520px;
	height:40px;
	text-align:center;
	font-size:11px;
	color:#513A06;
}
.designed {
	position:absolute;
	left:13px;
	top:717px;
	width:220px;
	height:20px;
	text-align:left;
	font-size:10px;
	color:#E1CF0D;
}
.designed a {
	background-color:#553C06;
	color:#E2C80C;
}
