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