.menuTop {
	background-color: #ad803d;
	color:#ffcc33;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:16px;
}
.contents{
	padding:10px;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #ad803d;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}
h1{
  font-size:36px;
  font-family:arial;
  font-weight:bold;
  margin:0px;
  padding:0px;
}
#top{
	background-color: #DBDBDB;
	background-image: url(images/top.html);
	padding-left: 5px;
}

#top a{
	text-decoration:none;
}
.menuTop a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	color:#FFFFFF;
	padding:5px;
	font-size:14px;
}
.subMenuDivide{
	width:100%;
	background-color:#ad803d;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	color:#FFFFFF;
	padding:1px;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
}
.menuLeft {
	background-color: #dcdcdc;
	width:150px;
}
.menuLeft a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin-left:5px;
	text-decoration:none;
}
.menuLeft a:hover{
	color:#ad803d;
}
p, body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
.got {
	color: #A80000;
}
.net {
	color: #0066FF;
}
