@charset "utf-8";
/* tm12f */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
}
body {
    background-color:#FFF;
    margin:0px;
	padding:0px;
}
a {
	border:none;
	text-decoration: none;
}
a:link {
	color: #E09369;
}
a:visited {
	color: #9B6D60;
}
a:hover {
	color: #CA7244;
	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;
}
#welcomeDiv {
	position:absolute;
	left:470px;
	top:170px;
	width:390px;
	height:400px;
	overflow:auto;
}

#contentDiv {
	position:absolute;
	left:320px;
	top:160px;
	width:540px;
	height:436px;	
	overflow:auto;	
}

#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 #A97030;
}
.designed {
	position:absolute;
	left:25px;
	top:600px;
	width:220px;
	height:20px;
	text-align:left;
	font-size:10px;
	color:#666;
}
.designed a {
	color:#628057;
}
