@charset "UTF-8";
/* CSS Document */
a:link {
	color: #4F4924;
}
a:visited {
	color: #4F4924;
}
a:hover {
	color: #4F4924;
}
a:active {
	color: #4F4924;
}

.micro_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	color: #333333;
}

.micro_text_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	color: #A4905D;
}

.Content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 1.5em;
	color: #333333;
	background-repeat: no-repeat;
	background:center;
}

.Content_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 1.5em;
	color: red;
}

.Content_menuing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	color: #333333;
}

#box {
	width:230px;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:8px;
	background-color: #eef1f6;
	border: solid 1px #eef1f6;
	-webkit-border-radius: 8px;
	position: relative;
}

.LargeHeadline {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #706143;
	letter-spacing: 4px;
}

.ContentHeadline {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;
	line-height: 2em;
	color: #706143;
}