@charset "utf-8";

#body_all {
	border: 4px solid #a09f9f;
}

#rootline {
	background-color: #a09f9f;
}

#header {
	height: 200px;
	border-bottom: 4px solid #d9dadb;
}

.menu1-level1-act {
	color: #d9dadb;
}

.menu1-level1-act a {
	color: #d9dadb;
}

#content_right img {
	border-bottom: 4px solid #d9dadb;
}

#footer {
	background-color: #a09f9f;

}

A:link { color: #a09f9f; text-decoration:none;}
A:visited { color: #a09f9f; text-decoration: none; }
A:hover { color: #a09f9f; text-decoration: underline; }