@charset "utf-8";
/* CSS Document */
body,td,th {
	font-size: 14px;
	line-height:24px;
	color: #5E3E12;
}
body {
	background-color: #B3956C;
	margin: 0px;
}
img{
	border:0;
}
form{
	margin: 0px;
}
a:link {
	color: #5E3E12;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5E3E12;
}
a:hover {
	text-decoration: none;
	color: #669900;
}
a:active {
	text-decoration: underline;
}
.bc{
	background-color:#FAF8ED;
}
.bcb{
	border:#DBD1C4 1px dotted;
}
.bl{
	border-bottom:#DBD1C4 1px dotted;
}
.dt{
	color: #D2C6B5;
}
.dtt{
	font-size:18px;
	font-weight:bold;
	color:#E6451B;
}