body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #F3D315;
	font-size: 12px;
	color: #6F624E;
	font-weight: 200;
}

td {
  font-size: 12px;
	color: #6F624E;
	font-weight: 200;
}

.flashtxt{
 color: #6F624E;
}

/*link、visited、active、hover*/
a.brown1:link {
	color: #885419;
	text-decoration: underline;
}

a.brown1:visited {
	color: #885419;
	text-decoration: none;
}

a.brown1:active {
	color: #885419;
	text-decoration: none;
}

a.brown1:hover {
	color: #6F624E;
	text-decoration: underline;
}

a.two:link {
text-decoration: none;
}

a.two:visited {
text-decoration: none;
}

a.two:active {
text-decoration: none;
}

a.two:hover {
border-bottom: 2px solid #F8BE5C; 
}


a.one:link {
 color:#6F624E;
 text-decoration: none;
}

a.one:visited 
{
  color:#6F624E;
  text-decoration : none;
}

a.one:active 
{
	color:#6F624E;
  text-decoration: none;
}

a.one:hover {
/*border-bottom: 2px solid #F000000; */
 text-decoration: underline #F8BE5C;
}



.bg_body {
	background-color: #F3D315;
	background-image:url(images/bg_body.jpg);
}

.bg_content {
	background-color: #FFFFFF;
}

img {
	border: 0px;
}

map {
	margin: 0px;
}
td {
	line-height: 130%;
}

.content_table {
	margin-top: 15px;
	border: 0px;
}

.field {
	border: 1px solid #e1d4c5;
	width: 255px;
}

.form_txt {
	color: #645642;
}

.yellow {
	background-image:url(images/yellow.jpg);
}

.orange {
	background-image:url(images/orange.jpg);
}

.black {
	background-image:url(images/black.jpg);
}

.brown {
	background-image:url(images/brown.jpg);
}

.f14 {
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

.brown1 {
	color: #885419;
}

.deepbrown {
	color: #6F624E;
}

.gray {
	color:: #ACA59A;
}

.lightbrown {
	color: #9E7444;
}

.lightorange {
	color: #F8BE5C;
}














